GET Attachments?attachmentId={attachmentId}
Retrieves an attachment by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| attachmentId |
Id of the attachment |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Attachment |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"AttachmentId": "3ff66934-9e19-4d80-b053-7068b83e7bda",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "aac76550-99fa-4b73-9270-83729b9d721c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f1b54e70-3d6a-4e93-8817-913ab21f2897",
"CreateDate": "2026-02-05T17:01:46.9064456-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-05T17:01:46.9064456-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "3257af48-afe0-4f2a-8eaf-4d6bac75d828",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "cf8f60ca-57ed-423d-a591-fba12b112d96",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bd50c391-4207-4d64-a9f6-5389b60232bb",
"CreateDate": "2026-02-05T17:01:46.9064456-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:01:46.9064456-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "e7b51ce8-5127-4db6-baa7-8e2c3ab7e2f1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-05T17:01:46.9064456-08:00",
"MeasurementValueNeededDate": "2026-02-05T17:01:46.9064456-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "a28670a7-4bf5-47ad-ad73-75a3a3777c4e",
"CreateDate": "2026-02-05T17:01:46.9064456-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-05T17:01:46.9064456-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-05T17:01:46.9064456-08:00",
"MeasurementValueNeededDate": "2026-02-05T17:01:46.9064456-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "cca85f10-7694-4dec-9aa8-0ab5c8ff0346",
"CreateDate": "2026-02-05T17:01:46.9064456-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-05T17:01:46.9064456-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-02-05T17:01:46.9064456-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "997bd3d2-11d3-473a-938d-98f6c3624df9",
"CreateDate": "2026-02-05T17:01:46.9064456-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:01:46.9064456-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}