Item Object
| Field | Type | Description |
|---|
| id | snowflake | the item's unique identifier |
| organisation_id | snowflake | the item's organisation id |
| prefix_id | snowflake? | the item's prefix id (optional) |
| formatted_number | string | the item's formatted number |
| item_type | object type | the item type |
Object Type
The item_type field on the item object contains the object type as a string.
| Value | Description |
|---|
| none | no object type |
| organisation | an organisation |
| user | a user |
| role | a role |
| workgroup | a workgroup |
| team | a team |
| document | a document |
| document_branch | a document branch |
| document_revision | a document revision |
| document_link | a document link |
| document_sheet | a document sheet |
| document_entity | a document entity |
| document_field | a document field |
| document_property | a document property |
| document_collection | a document collection |
| document_collection_link | a document collection link |
| document_collection_sheet | a document collection sheet |
| document_collection_entity | a document collection entity |
| work_item | a work item |
| work_item_field | a work item field |
| work_item_schedule | a work item schedule |
| work_item_log | a work item log |
| work_item_link | a work item link |
| work_item_type | a work item type |
| location | a location |
| fleet | a fleet |
| asset_group | an asset group |
| asset | an asset |
| asset_consist | an asset consist |
| equipment | equipment |
| asset_zone | an asset zone |
| project | a project |
| milestone | a milestone |
| package | a package |