GET api/RecurringRequests
Request Information
URI Parameters
None.
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": "4e7a98cc-3c33-42d2-bd6c-59beb0cc2f1a", "SubTypeID": "18225541-8df4-4ba8-9983-addf51646cd0", "SubSubTypeID": "1de72b6b-f4da-4091-a372-bb3caebd7d34", "Remarks": "sample string 1", "Instructions": "sample string 2", "Id": "8d65ac6b-c757-4ed5-951c-92e8066aea6a", "Description": "sample string 4", "CrmId": "sample string 5", "IsArchived": true }, { "WOVisibility": 1, "TypeID": "4e7a98cc-3c33-42d2-bd6c-59beb0cc2f1a", "SubTypeID": "18225541-8df4-4ba8-9983-addf51646cd0", "SubSubTypeID": "1de72b6b-f4da-4091-a372-bb3caebd7d34", "Remarks": "sample string 1", "Instructions": "sample string 2", "Id": "8d65ac6b-c757-4ed5-951c-92e8066aea6a", "Description": "sample string 4", "CrmId": "sample string 5", "IsArchived": true } ]