GET api/Public/RecurringRequests?CrmId={CrmId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CrmId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RecurringWODTOName | Description | Type | Additional information |
---|---|---|---|
WOVisibility | ServerVisibility |
None. |
|
TypeID | globally unique identifier |
None. |
|
SubTypeID | globally unique identifier |
None. |
|
SubSubTypeID | globally unique identifier |
None. |
|
Remarks | string |
None. |
|
Instructions | string |
None. |
|
Id | globally unique identifier |
None. |
|
Description | string |
None. |
|
CrmId | string |
None. |
|
IsArchived | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "WOVisibility": 1, "TypeID": "6faa9224-8113-42fa-be8d-7da6726190f0", "SubTypeID": "fde76850-45af-4c66-b1c2-d06976362af6", "SubSubTypeID": "6b661af5-b594-4615-8d00-54816003fa27", "Remarks": "sample string 1", "Instructions": "sample string 2", "Id": "642a11d7-c749-46a8-b93e-05b16fc346e6", "Description": "sample string 4", "CrmId": "sample string 5", "IsArchived": true }, { "WOVisibility": 1, "TypeID": "6faa9224-8113-42fa-be8d-7da6726190f0", "SubTypeID": "fde76850-45af-4c66-b1c2-d06976362af6", "SubSubTypeID": "6b661af5-b594-4615-8d00-54816003fa27", "Remarks": "sample string 1", "Instructions": "sample string 2", "Id": "642a11d7-c749-46a8-b93e-05b16fc346e6", "Description": "sample string 4", "CrmId": "sample string 5", "IsArchived": true } ]