OnTime REST API
OnTime REST API / All Operations Resource Group / api/statuses (Get)
In This Topic
    Getapi/statuses
    In This Topic

    Resource Path: /sites/{company-id}/api/statuses

    Uri: https://secure.ontime360.com/sites/{company-id}/api/statuses

    Summary
    Finds and returns unique identifiers for all predefined Statuses (also referred to as Status Labels) that match a given criteria.
    Parameters
    NameDescriptionData Type
    The name of a Status as a String.string
    The level of a Status as an Integer. Available Values: [None, Dispatched, AssignedInRoute, Delivered, Cancelled, CancelledBillable, Assigned, Stored, UnassignedStored, Quoted]string
    The inclusive minimum last modified date of a Status as a Date.string
    The inclusive maximum last modified date of a Status as a Date.string
    The inclusive minimum creation date of a Status as a Date.string
    The inclusive maximum creation date of a Status as a Date.string
    200 Response

    The response body is of type Array[].

    An array of unique Guid identifiers assigned to matching Status objects.
    See Also