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": "019508d3-309d-45ba-8f66-6713200f4073",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "5adb50cb-429c-4bdd-a831-aaaea6e572a4",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "aed10cd3-e89a-49de-9e65-096d798a1e5b",
"CreateDate": "2026-03-24T15:02:09.8235583-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T15:02:09.8235583-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "819a7d3a-683e-4825-8552-7e7e579984f8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "966ffb36-0114-46b6-b505-eda82d66ec52",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "07573da5-c165-42eb-bd55-a69c0d5bb31b",
"CreateDate": "2026-03-24T15:02:09.8235583-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T15:02:09.8235583-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "2948b606-35e9-4d0d-8d9b-ff4c0e6b5a06",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T15:02:09.8235583-07:00",
"MeasurementValueNeededDate": "2026-03-24T15:02:09.8235583-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f198f5ff-fd69-4856-8bc6-b4c6bc75bf3c",
"CreateDate": "2026-03-24T15:02:09.8235583-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T15:02:09.8235583-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-24T15:02:09.8235583-07:00",
"MeasurementValueNeededDate": "2026-03-24T15:02:09.8235583-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "da8b3b3b-0127-45cf-9608-0ad7b47ed39e",
"CreateDate": "2026-03-24T15:02:09.8235583-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-24T15:02:09.8235583-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-03-24T15:02:09.8235583-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "e4476ee0-1eef-45a2-acea-e2978d1284b5",
"CreateDate": "2026-03-24T15:02:09.8235583-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T15:02:09.8235583-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}