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": "92549a2c-3f60-4c09-a765-e57d9dedca2a",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "21c85776-85e6-4f29-b044-bdca8f1f790a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "36a677b6-42b4-4ef7-af1a-bf437bb22494",
"CreateDate": "2026-04-30T21:04:21.2280764-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-30T21:04:21.2280764-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "c33ff67c-812b-4431-a731-0e93bc899790",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "034aecf5-99ec-484b-9031-e89e3d05009c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "08f6a226-7aa0-4a11-9b7e-bafbbcd63ab2",
"CreateDate": "2026-04-30T21:04:21.2280764-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T21:04:21.2280764-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "71fac56f-d3dc-4ce4-809c-ffcde0f1aa8c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T21:04:21.2280764-07:00",
"MeasurementValueNeededDate": "2026-04-30T21:04:21.2280764-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "4bf989b8-8415-44fd-8a6d-da917dfbdf36",
"CreateDate": "2026-04-30T21:04:21.2280764-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T21:04:21.2280764-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-30T21:04:21.2280764-07:00",
"MeasurementValueNeededDate": "2026-04-30T21:04:21.2280764-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b6801806-e5b4-4b12-8f31-4b15fa0f425d",
"CreateDate": "2026-04-30T21:04:21.2280764-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-30T21:04:21.2280764-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-04-30T21:04:21.2280764-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "eaea613b-60c8-46bc-8fc2-ea0a77a5b106",
"CreateDate": "2026-04-30T21:04:21.2437054-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T21:04:21.2437054-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}