Finds and returns unique identifiers for all predefined Statuses (also referred to as Status Labels) that match a given criteria.
| Get | api/statuses |
Resource Path: /sites/{company-id}/api/statuses
Uri: https://secure.ontime360.com/sites/{company-id}/api/statuses
| Name | Description | Data Type |
|---|---|---|
name (query) | The name of a Status as a String. | string |
level (query) | The level of a Status as an Integer. Available Values: [None, Dispatched, AssignedInRoute, Delivered, Cancelled, CancelledBillable, Assigned, Stored, UnassignedStored, Quoted] | string |
lastModifiedDateMin (query) | The inclusive minimum last modified date of a Status as a Date. | string |
lastModifiedDateMax (query) | The inclusive maximum last modified date of a Status as a Date. | string |
creationDateMin (query) | The inclusive minimum creation date of a Status as a Date. | string |
creationDateMax (query) | The inclusive maximum creation date of a Status as a Date. | string |
The response body is of type Array[].
An array of unique Guid identifiers assigned to matching Status objects.