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": "8a772af8-d1f0-4378-bc77-f8e6585d1157",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "93334f18-cf10-4ecc-8a1e-2471295f66ed",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "79468330-2a9b-4501-8604-90a7715d8c9c",
"CreateDate": "2025-12-21T05:09:52.7262283-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-21T05:09:52.7262283-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "ced70953-56ba-4bd4-b95f-533db88334e6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "f4cb7723-fceb-4f32-ac69-ebec089a9a89",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "81215d93-69de-4baa-9bd1-29afcde04dc8",
"CreateDate": "2025-12-21T05:09:52.7262283-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T05:09:52.7418647-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9c92a861-1685-4626-8fd6-1d66778d696f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-21T05:09:52.7418647-08:00",
"MeasurementValueNeededDate": "2025-12-21T05:09:52.7418647-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0adb22f1-671e-45cc-97a3-f6b8cdb3767c",
"CreateDate": "2025-12-21T05:09:52.7418647-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T05:09:52.7418647-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-21T05:09:52.7418647-08:00",
"MeasurementValueNeededDate": "2025-12-21T05:09:52.7418647-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "83f98d07-3043-492b-8be4-fc0179503e03",
"CreateDate": "2025-12-21T05:09:52.7418647-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T05:09:52.7418647-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2025-12-21T05:09:52.7418647-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "a4bd2a51-53ba-472d-a4f2-a50296de6792",
"CreateDate": "2025-12-21T05:09:52.7418647-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T05:09:52.7418647-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}