Toolbox
Toolbox Object
| Field | Type | Description | 
|---|---|---|
| id | snowflake | the toolbox's id | 
| organisation_id | snowflake | the id of the organisation | 
| code | string | a short code for the fleet (2-6 characters) | 
| name | string | a name for the fleet (up to 2-50 characters) | 
| description | string | a description for the fleet | 
Toolbox Section Object
Toolbox Topic Object
Toolbox User Object
| Field | Type | Description | 
|---|---|---|
| toolbox_id | snowflake | the id of the toolbox | 
| user | user object | the user that signed the toolbox | 
| first_name | string | the first name supplied when the toolbox was signed | 
| last_name | string | the last name supplied when the toolbox was signed | 
| company | string | the company name supplied when the toolbox was signed | 
| position | string | the position supplied when the toolbox was signed | 
| signed_at | ISO8601 timestamp | when the document was created | 
| signed_method | toolbox signature method | the method used to sign the toolbox | 
Toolbox Signature Methods
| Value | Name | Description | 
|---|---|---|
| 0 | Declaration | A declaration is made where there is no evidence | 
| 1 | Signature | The user's signature provided as evidence | 
| 2 | Scanned Toolbox's QR Code | The user scanned a QR code with their app as evidence | 
| 3 | Scanned User's QR Code | Scanned the user's QR code as evidence |