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": "2ef5ac3e-e2ca-4338-8c02-b99aa1da8515",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "a24bb216-929d-43a2-91d8-a9c588c806ea",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f4b82e1c-3cc7-469b-ac65-38fbede7ffac",
"CreateDate": "2026-08-09T23:44:28.7743228-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-09T23:44:28.7743228-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "407921e6-b65e-4e42-8dc4-ca8ddecdcdf7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "2b833b50-82a1-417c-a7c5-ee22694bb789",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8d94f750-401b-4648-b6d7-c01c499b554f",
"CreateDate": "2026-08-09T23:44:28.7743228-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T23:44:28.7743228-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "838db918-ed0e-4828-8f7e-a8922b354cd1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-09T23:44:28.7743228-07:00",
"MeasurementValueNeededDate": "2026-08-09T23:44:28.7743228-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9b72abbf-2000-4e35-be60-cf37f264dec5",
"CreateDate": "2026-08-09T23:44:28.7743228-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-09T23:44:28.7743228-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-09T23:44:28.7743228-07:00",
"MeasurementValueNeededDate": "2026-08-09T23:44:28.7743228-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "306961a2-073c-46ac-be42-ece5ed7c30e6",
"CreateDate": "2026-08-09T23:44:28.7743228-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-09T23:44:28.7743228-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-08-09T23:44:28.7743228-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "4eb6cd14-295c-4006-8916-22fc3088c619",
"CreateDate": "2026-08-09T23:44:28.7743228-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T23:44:28.7743228-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}