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": "4aa04cf1-6931-41b7-9fb7-517626c6dd5c",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "2b97ffb7-ff2d-4390-acca-547a954eb572",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b7800c68-ea17-4abd-8a8f-f9718101fb74",
"CreateDate": "2026-01-16T16:22:28.2267943-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T16:22:28.2267943-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "1063cf03-25aa-4553-8c1a-84bc3bc7dff1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b2e1c4eb-f57b-4f5b-8f44-15d4c18eddb3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ca243635-6c63-4b5d-a2db-af82c13ec6f3",
"CreateDate": "2026-01-16T16:22:28.2267943-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T16:22:28.2267943-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "e4e5b1bf-a05f-48be-8b1c-307bc6444b7b",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T16:22:28.2267943-08:00",
"MeasurementValueNeededDate": "2026-01-16T16:22:28.2267943-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2dee5781-18f1-4344-a104-d72265e66a86",
"CreateDate": "2026-01-16T16:22:28.2267943-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T16:22:28.2267943-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-16T16:22:28.2267943-08:00",
"MeasurementValueNeededDate": "2026-01-16T16:22:28.2267943-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "fb064f51-3257-4063-a0df-8dbcfdf16bdf",
"CreateDate": "2026-01-16T16:22:28.2267943-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-16T16:22:28.2267943-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-01-16T16:22:28.2267943-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "62e3696d-5eb2-4609-a826-d48fdc87aa97",
"CreateDate": "2026-01-16T16:22:28.2267943-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T16:22:28.2267943-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}