POST Api/OneOnOne/GetOneOnOneListByFilter
Request Information
URI Parameters
None.
Body Parameters
OneOnOneListRequestFilterName | Description | Type | Additional information |
---|---|---|---|
SchoolDate | date |
None. |
|
StudentID | decimal number |
None. |
|
StaffID | decimal number |
None. |
|
ReplacementStaffID | decimal number |
None. |
|
isAbsent | boolean |
None. |
|
pageNumber | integer |
None. |
|
_pageSize | integer |
None. |
|
pageSize | integer |
None. |
|
CampusName | string |
None. |
|
UserID | string |
None. |
|
DeviceID | string |
None. |
|
DeviceOS | string |
None. |
|
Version | string |
None. |
|
accessToken | string |
Required Matching regular expression pattern: ^a4768b1a-b5c1-4561-86e7-324b8a368354$ |
Request Formats
application/json, text/json
Sample:
{ "SchoolDate": "2025-05-31T22:36:05.4577325-04:00", "StudentID": 1.0, "StaffID": 1.0, "ReplacementStaffID": 1.0, "isAbsent": true, "pageNumber": 2, "_pageSize": 4, "pageSize": 4, "CampusName": "sample string 5", "UserID": "sample string 6", "DeviceID": "sample string 7", "DeviceOS": "sample string 8", "Version": "sample string 9", "accessToken": "sample string 10" }
text/html
Sample:
{"SchoolDate":"2025-05-31T22:36:05.4577325-04:00","StudentID":1.0,"StaffID":1.0,"ReplacementStaffID":1.0,"isAbsent":true,"pageNumber":2,"_pageSize":4,"pageSize":4,"CampusName":"sample string 5","UserID":"sample string 6","DeviceID":"sample string 7","DeviceOS":"sample string 8","Version":"sample string 9","accessToken":"sample string 10"}
application/xml, text/xml
Sample:
<OneOnOneListRequestFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model"> <CampusName>sample string 5</CampusName> <DeviceID>sample string 7</DeviceID> <DeviceOS>sample string 8</DeviceOS> <UserID>sample string 6</UserID> <Version>sample string 9</Version> <accessToken>sample string 10</accessToken> <ReplacementStaffID>1</ReplacementStaffID> <SchoolDate>2025-05-31T22:36:05.4577325-04:00</SchoolDate> <StaffID>1</StaffID> <StudentID>1</StudentID> <_pageSize>4</_pageSize> <isAbsent>true</isAbsent> <pageNumber>2</pageNumber> <pageSize>4</pageSize> </OneOnOneListRequestFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />