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": "882a1e9e-ed9c-4764-bbd6-a291ed05beb5",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "79a212a7-fdcf-40ff-af17-4e88741da5ba",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c36caa62-d35a-4129-a843-bdf77a7a06f1",
"CreateDate": "2025-12-05T06:17:36.8697337-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-05T06:17:36.8697337-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "c5e73c7b-9774-45ea-8e52-545cea511e14",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "804d51bd-b82e-4960-bd78-9cc6a5c43742",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "7d840903-65b5-422a-80f3-0eef41a3df46",
"CreateDate": "2025-12-05T06:17:36.8697337-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-05T06:17:36.8697337-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "97bf367d-4aeb-46ca-ad84-8528af358105",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-05T06:17:36.8697337-08:00",
"MeasurementValueNeededDate": "2025-12-05T06:17:36.8697337-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0e76a7e4-7271-46f3-9085-b9ea2e891926",
"CreateDate": "2025-12-05T06:17:36.8697337-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-05T06:17:36.8697337-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-05T06:17:36.8697337-08:00",
"MeasurementValueNeededDate": "2025-12-05T06:17:36.8697337-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "173f7b41-24cd-477c-8fcf-81492c7e20a2",
"CreateDate": "2025-12-05T06:17:36.8697337-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-05T06:17:36.8697337-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2025-12-05T06:17:36.8697337-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "8c47d2e0-94d7-4098-b653-f2af92da9fd5",
"CreateDate": "2025-12-05T06:17:36.8697337-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-05T06:17:36.8697337-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}