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": "bf4e688f-7ae1-45d5-9ecc-474a62238f3b",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "9c2585a4-c573-4377-a5ff-60dd9e91e49a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d6db9702-81dd-49f0-aff3-24857edebc35",
"CreateDate": "2026-04-14T09:13:22.1164703-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-14T09:13:22.1164703-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "17c13e24-a54f-41e4-9eda-590cc8bafdbc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ae84b1e4-58ad-4c11-9c6a-e6c006e41c57",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cb8aed57-7ca8-468e-ae21-298109748fd0",
"CreateDate": "2026-04-14T09:13:22.1164703-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:13:22.1164703-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "abacbf98-4bee-4b0e-8bcc-f800f0362d3d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-14T09:13:22.1164703-07:00",
"MeasurementValueNeededDate": "2026-04-14T09:13:22.1164703-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b8b8c29b-e68b-4ff3-b04b-d1325980cf64",
"CreateDate": "2026-04-14T09:13:22.1164703-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-14T09:13:22.1164703-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-14T09:13:22.1164703-07:00",
"MeasurementValueNeededDate": "2026-04-14T09:13:22.1164703-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0a9801d7-5a30-4d86-a735-690dd0d39149",
"CreateDate": "2026-04-14T09:13:22.1164703-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-14T09:13:22.1164703-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-04-14T09:13:22.1164703-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "3f1f6a4c-4928-4711-a7d7-8dc8478aca27",
"CreateDate": "2026-04-14T09:13:22.1164703-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:13:22.1164703-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}