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": "b47e2120-f854-476f-b083-fda8b3c019a6",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "5d38aabc-0bde-4484-ba0f-ec51f105e290",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8bf0082b-d07e-49f8-afc9-d6eb9b52a492",
"CreateDate": "2026-06-30T11:51:43.0269954-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-30T11:51:43.0269954-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "34b114aa-39cd-4f78-b6b8-37e310c30c84",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "59bbb2f6-a2c1-4e69-bf10-70ef5690d36d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb9e4047-ae72-447e-8607-f6b14f73b563",
"CreateDate": "2026-06-30T11:51:43.0269954-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-30T11:51:43.0269954-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b2f90f55-1a1b-436c-9dab-e70856a7efcc",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-30T11:51:43.0269954-07:00",
"MeasurementValueNeededDate": "2026-06-30T11:51:43.0269954-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "c42d25da-2acc-42f0-b187-5cec6116bae9",
"CreateDate": "2026-06-30T11:51:43.0269954-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-30T11:51:43.0269954-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-30T11:51:43.0269954-07:00",
"MeasurementValueNeededDate": "2026-06-30T11:51:43.0269954-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "acc1f33e-834f-4d49-893e-a09a9debacd9",
"CreateDate": "2026-06-30T11:51:43.0269954-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-30T11:51:43.0269954-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-06-30T11:51:43.0269954-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "b459e176-eaab-403e-92c1-07230de9f682",
"CreateDate": "2026-06-30T11:51:43.0269954-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-30T11:51:43.0269954-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}