POST api/IdaReferralReview/search-results
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Filters": { "$id": "2", "$values": [ { "$id": "3", "<Field>k__BackingField": "sample string 1", "<Operator>k__BackingField": "sample string 2", "<Value>k__BackingField": { "$id": "4" }, "<Logic>k__BackingField": "sample string 4", "<Filters>k__BackingField": { "$id": "5", "$values": [ { "$ref": "3" }, { "$ref": "3" }, { "$ref": "3" } ] } }, { "$ref": "3" }, { "$ref": "3" } ] }, "Page": 1, "PageSize": 2, "Sort": { "$id": "6", "Field": "sample string 1", "Dir": "sample string 2", "SecondaryField": "sample string 3", "SecondaryDir": "sample string 4", "ThirdField": "sample string 5", "ThirdDir": "sample string 6" }, "PreviousPageSize": 3 }
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
[ { "$id": "2", "PK": 1, "IsTransferringAssessmentReportToSpecialistServicesFlag": true, "TransferForAssessmentId": 1, "SelectedSpecialistServicesUserId": 1, "IsAssignedToSpecialistServicesFlag": true, "TransferUpdateLog": { "$id": "3", "$values": [ { "$id": "4", "AuditLogId": 1, "AuditTable": "sample string 2", "Action": "sample string 3", "UserId": 4, "UserName": "sample string 5", "Info": "sample string 6", "Date": "2024-11-09T13:15:27.2711084+11:00", "Record": "sample string 8" }, { "$ref": "4" }, { "$ref": "4" } ] } }, { "$ref": "2" }, { "$ref": "2" } ]