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:
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.