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": "ab9b64c5-397a-4c93-a75f-e84d60e32e3e",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "c18d3e1a-3f76-445d-a25b-c273207de54e",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d736c8b9-b949-4903-ad11-9814e148c426",
"CreateDate": "2026-06-10T08:37:52.0765657-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-10T08:37:52.0765657-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "e0825109-f86c-4503-96f1-387140640635",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "c91341c9-aaf7-4f88-acf0-4e62183578a0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "27b56a4f-bea7-48fb-9ce5-0346333469a4",
"CreateDate": "2026-06-10T08:37:52.0765657-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-10T08:37:52.0765657-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "0e729095-a1ed-4053-8caf-e27e05ab6467",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-10T08:37:52.0765657-07:00",
"MeasurementValueNeededDate": "2026-06-10T08:37:52.0765657-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "3c379a64-c67d-4296-a4fd-74650823227f",
"CreateDate": "2026-06-10T08:37:52.0765657-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-10T08:37:52.0765657-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-10T08:37:52.0765657-07:00",
"MeasurementValueNeededDate": "2026-06-10T08:37:52.0765657-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "3a34160c-f0f6-4dc2-b37b-bdf49e159f04",
"CreateDate": "2026-06-10T08:37:52.0765657-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-10T08:37:52.0765657-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-06-10T08:37:52.0765657-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "e5312a1d-1983-4942-8fef-36e64d332372",
"CreateDate": "2026-06-10T08:37:52.0765657-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-10T08:37:52.0765657-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}