API DOCUMENTATION
    Try Unleashed Now Sandbox

    Assembly Statuses

    The Assembly Statuses resource allows you to view the assembly statuses available to your organisation. The response contains the fixed statuses (Parked and Completed) followed by the custom statuses you have created.

    The full range of URIs and HTTP Verbs supported are:

    Operation HTTP Action
    List a page of Assembly Statuses GET /AssemblyStatuses

    GET Assembly Statuses

    Available Filters for GET Assembly Statuses
    Filter Description
    modifiedSince Only return custom statuses created or edited after a specified date, must be UTC format. The fixed statuses are not returned when this filter is used, because they are never modified.
    includeObsolete Returns all custom statuses, including obsolete, if set to true. If set to false or if it is not specified then returns only active (ie. non-obsolete) custom statuses.
    Filters are used by adding the filter and value to the URI:
    • /AssemblyStatuses?includeObsolete=true

    Note: Fixed statuses are returned first, then custom statuses ordered by Name ascending.

    Available Fields for GET Assembly Statuses
    Property Type Length Notes
    Name String 15
    Obsolete Boolean true,false Always false for the fixed statuses.
    IsCustomStatus Boolean true,false false for the fixed statuses, true for statuses you have created.
    LastModifiedOn Nullable DateTime Not returned for the fixed statuses.

    Examples for Response GET /AssemblyStatuses

    show xml example
    show json example

    Use the API Sandbox to see how the object is rendered in JSON or XML.

    Note: An Unleashed account is required before you can use the API Sandbox.

    Trial accounts are also allowed to connect to the API.
    You can register a new account here: Register.