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": "4aae385f-936e-401e-864d-6e93aec270b3",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "b4012344-f60b-4c1f-bc35-3bff1bacb2ce",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e0d35dc5-5bea-46d1-b99b-5733bbfe40d4",
"CreateDate": "2026-07-13T23:59:51.5847733-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-13T23:59:51.5847733-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "263988ea-47b5-4235-bef6-b9bd72d366c6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d1fe8b15-eaa0-42e2-a3c7-ad4a061aca50",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ee784cfa-8a06-4ea8-ba60-273ce43a72cd",
"CreateDate": "2026-07-13T23:59:51.5847733-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:59:51.5847733-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1b2d1f76-a11f-4ea4-810f-fb45b2d7aa30",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-13T23:59:51.5847733-07:00",
"MeasurementValueNeededDate": "2026-07-13T23:59:51.5847733-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e52dd1dd-405b-4895-92f1-ad5940cc2165",
"CreateDate": "2026-07-13T23:59:51.5847733-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-13T23:59:51.5847733-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-13T23:59:51.5847733-07:00",
"MeasurementValueNeededDate": "2026-07-13T23:59:51.5847733-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "38a682ac-6afc-4848-b58e-d5e3c43d60f9",
"CreateDate": "2026-07-13T23:59:51.5847733-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-13T23:59:51.5847733-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-07-13T23:59:51.5847733-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "62aa4212-c62f-499a-91a1-eaa164c01932",
"CreateDate": "2026-07-13T23:59:51.5847733-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:59:51.5847733-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}