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": "b5659b7e-16be-471c-a70d-23adeb163c21",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "88fb37a9-a020-4858-881e-7460924d0c06",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "6bba5092-70d0-45cc-8cab-c3b392df7a63",
"CreateDate": "2026-02-12T01:19:48.1044941-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-12T01:19:48.1044941-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "f317084d-558c-49d8-88d9-aa1875f6ddfd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "65ac15de-88f3-46df-9dd3-3af49daaa402",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2a3d174a-1bc9-4fcc-945b-7cfa7bd48c87",
"CreateDate": "2026-02-12T01:19:48.1044941-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-12T01:19:48.1044941-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b5359510-e563-4742-8ff4-2fa8b6499143",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-12T01:19:48.1044941-08:00",
"MeasurementValueNeededDate": "2026-02-12T01:19:48.1044941-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "271361eb-9fac-4eb5-9007-f4c4db245d2d",
"CreateDate": "2026-02-12T01:19:48.1044941-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-12T01:19:48.1044941-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-12T01:19:48.1044941-08:00",
"MeasurementValueNeededDate": "2026-02-12T01:19:48.1044941-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7898b88f-8d5f-433b-90c6-aa99562f3709",
"CreateDate": "2026-02-12T01:19:48.1044941-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-12T01:19:48.1044941-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-02-12T01:19:48.1044941-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "9662c4d0-cdce-4e4d-ba3e-c3eaabdb1fec",
"CreateDate": "2026-02-12T01:19:48.1044941-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-12T01:19:48.1044941-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}