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": "4e5907c9-4b43-48cf-99fb-6b5fe9e77a50",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "820a08b8-631c-4e5e-80b6-35d5fdc37278",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "abed62b4-aee2-4cc6-abcd-159cd9e651ee",
"CreateDate": "2026-05-20T22:13:28.7236555-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-20T22:13:28.7236555-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "71441816-2928-4f3f-93e1-a5cf35ac3e84",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3b4f4ac6-fcf8-462d-8af6-724842575e27",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4593d4d0-db5d-415e-a553-a75276ffc8fe",
"CreateDate": "2026-05-20T22:13:28.7236555-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-20T22:13:28.7236555-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "f4d8f5ac-bcd2-4c92-b6af-10296db5ab27",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-20T22:13:28.7236555-07:00",
"MeasurementValueNeededDate": "2026-05-20T22:13:28.7236555-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "621aa366-848b-4a61-8e88-abd977ed3053",
"CreateDate": "2026-05-20T22:13:28.7236555-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-20T22:13:28.7236555-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-20T22:13:28.7236555-07:00",
"MeasurementValueNeededDate": "2026-05-20T22:13:28.7236555-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "fd9e0c16-6817-430a-9dfa-49a4ea54d553",
"CreateDate": "2026-05-20T22:13:28.7236555-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-20T22:13:28.7236555-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-05-20T22:13:28.7236555-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "6c4c2fc7-8562-4516-8152-f1f2fffb529c",
"CreateDate": "2026-05-20T22:13:28.7236555-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-20T22:13:28.7236555-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}