OBJECT
AssetAttachment
A single asset attachment
link GraphQL Schema definition
- type AssetAttachment {
- # The unique ID.
- Int! :
- # Attachment's name.
- String! :
- # Attachment's long description.
- String :
- # The asset's registration number.
- String :
- # True if the asset is active, false if it's archived.
- Boolean! :
- # The user that last modified this asset.
- User :
- # The time this asset was last modified.
- DateTime :
- # The attachment's properties
- AssetProperties :
- # Any additional description comments.
- String :
- # An ID used to link this asset to an external application.
- String :
- # The related documents.
- AssetAttachmentDocument] : [
- # The categorisation tags on the asset attachment.
- Tag] : [
- }