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": "ac46b19d-8ee0-41fd-a6ee-c4d277bd7d13",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "f940eb3b-dfec-4dc0-a54d-6d54d637364f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b7c83e9f-4c94-4923-8190-1f075e0f813f",
"CreateDate": "2026-01-21T01:50:51.2708762-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-21T01:50:51.2708762-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "8dbe80d3-cab5-403d-9908-235ef16a6a51",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ee3df52e-30b9-4e6d-9436-512306647112",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "86bbd6eb-93f5-43a7-92a9-a6d6715abad3",
"CreateDate": "2026-01-21T01:50:51.2708762-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T01:50:51.2708762-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "786dfbae-bcd1-4493-9ef9-df9867aed554",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-21T01:50:51.2708762-08:00",
"MeasurementValueNeededDate": "2026-01-21T01:50:51.2708762-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "5c21ad86-f0ee-43d1-a9e1-1c4c1cf7f441",
"CreateDate": "2026-01-21T01:50:51.2708762-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-21T01:50:51.2708762-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-21T01:50:51.2708762-08:00",
"MeasurementValueNeededDate": "2026-01-21T01:50:51.2708762-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0232c27c-38f7-4df2-be84-ec2ee0c7149b",
"CreateDate": "2026-01-21T01:50:51.2708762-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-21T01:50:51.2708762-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-01-21T01:50:51.2708762-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "784097e1-bc15-4aeb-9eab-dc4935e94365",
"CreateDate": "2026-01-21T01:50:51.2708762-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T01:50:51.2708762-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}