Skip to main content

System

All the objects in SIM can be related to the system breakdown structure. SIM supports multi-level system breakdown structures stored as a tree. The system breakdown structure is not the same as the work breakdown structure.

System Object

FieldTypeDescription
idsnowflakethe systems's id
namestringthe system's name (2-60 characters)
descriptionstringthe system's description
root_idsnowflake?the root system's ID
parent_idsnowflake?the parent system's ID

Get System

GET /systems/{system.id}

List Systems

GET /organisations/{organisation.id}/systems

Parameters
FieldTypeDescription
root?booleanwhen set to true, only the root systems will be returned

Create System

POST /organisations/{organisation.id}/systems

Update System

PATCH /systems/{system.id}

Delete System

Cannot delete systems, use Update setting NotUsed to True