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": "f18268bb-3417-42d1-8817-3bea4aedfd6d",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "0ad9b657-486b-4cc4-817b-41434018365f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0c16c801-5841-43d7-ab11-43436dffb699",
"CreateDate": "2026-03-04T05:07:31.6177449-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-04T05:07:31.6177449-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "a77ef75f-2fc7-41a4-a5c5-3e793f9a37b0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "c916c52a-03c9-4859-9bdb-a7b147463df9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5476840a-bc87-48d9-8b49-44158e0a2087",
"CreateDate": "2026-03-04T05:07:31.6177449-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T05:07:31.6177449-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d0a291f4-1e92-46fe-8d81-950f6fbefaf3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-04T05:07:31.6177449-08:00",
"MeasurementValueNeededDate": "2026-03-04T05:07:31.6177449-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1aa76838-6eef-4e78-8b8a-b5a8a37628b5",
"CreateDate": "2026-03-04T05:07:31.6177449-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-04T05:07:31.6177449-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-04T05:07:31.6177449-08:00",
"MeasurementValueNeededDate": "2026-03-04T05:07:31.6177449-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0f9c580e-27ac-48e5-992e-118669ccb7d4",
"CreateDate": "2026-03-04T05:07:31.6177449-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-04T05:07:31.6177449-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-03-04T05:07:31.6177449-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "0db81d9b-1294-4f99-b293-5aafbad6168b",
"CreateDate": "2026-03-04T05:07:31.6177449-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T05:07:31.6177449-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}