GET api/Public/Requests?CrmId={CrmId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CrmId | integer |
Required |
|
Pagination | Pagination |
None. |
|
Filter | Filter |
None. |
|
Sort | Sort |
None. |
Body Parameters
None.
Response Information
Resource Description
QueryResultName | Description | Type | Additional information |
---|---|---|---|
Total | integer |
None. |
|
Results | Collection of DTO |
None. |
Response Formats
application/json, text/json
Sample:
{ "Total": 1, "Results": [ { "Id": "a1473f3b-2cb1-4e72-9a3f-4cbe03f2f56a", "Description": "sample string 2", "CrmId": "sample string 3", "IsArchived": true }, { "Id": "a1473f3b-2cb1-4e72-9a3f-4cbe03f2f56a", "Description": "sample string 2", "CrmId": "sample string 3", "IsArchived": true } ] }