Magidoc

IntegrationData
Object

Data registered by an integration, this is used to store data that is not directly related to the data model itself. It cannot be created over the API, only by the integration itself, however it is readable as your data is your data, and this encourages transparency. All data is stored encrypted at rest.

Fields

#

id

ID !
Non-null

The ID of the integration data.

name

Non-null

The name of the data piece

data

Non-null

The data itself

expires

The expiry of this item, if set to expire

jobId

If this data is tagged against a Job, this is the ID of the Job

job

If this data is tagged against a Job, this is the Job

partId

If this data is tagged against a Part, this is the ID of the Part

part

If this data is tagged against a Part, this is the Part

operationId

If this data is tagged against an Operation, this is the ID of the Operation

operation

If this data is tagged against an Operation, this is the Operation

deviceId

If this data is tagged against a Device, this is the ID of the Device

device

If this data is tagged against a Device, this is the Device

createdAt

Non-null

The date and time when the data was created.

updatedAt

Non-null

The date and time when the data was last updated.

Usages

#

References

#