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": "673d621d-2f51-4d31-852b-cbc4aa488c1e",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "4cf8bd35-d771-4dbb-8e1a-a4c51597ad24",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "68813dbe-054e-4aa4-b397-b2f0984e23e4",
"CreateDate": "2026-01-21T16:07:07.0877661-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-21T16:07:07.0877661-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "80dda6cb-1bb7-4ba0-a6be-cefe4fbaabf2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d32d2322-30ef-40cb-ab15-a32b823d33ed",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "804762f1-a270-4a4b-baf9-209b2b763e3f",
"CreateDate": "2026-01-21T16:07:07.0877661-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T16:07:07.0877661-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ec38a7f3-7a05-4615-93ea-bb0b91d9a6ca",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-21T16:07:07.0877661-08:00",
"MeasurementValueNeededDate": "2026-01-21T16:07:07.0877661-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "572eb046-8446-4fd5-959b-86a2edc46b57",
"CreateDate": "2026-01-21T16:07:07.0877661-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-21T16:07:07.0877661-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-21T16:07:07.0877661-08:00",
"MeasurementValueNeededDate": "2026-01-21T16:07:07.0877661-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "99dc29c5-ad9c-473d-8c88-d407e62c5444",
"CreateDate": "2026-01-21T16:07:07.0877661-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-21T16:07:07.0877661-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-01-21T16:07:07.0877661-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "478c7af4-4935-480d-8844-da48766453df",
"CreateDate": "2026-01-21T16:07:07.0877661-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T16:07:07.0877661-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}