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": "f2302f14-fa10-48be-babd-759b3825b8ac",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "280fadf2-18cb-49ed-b3cd-00340ba29a04",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9a20a65d-bb6c-4909-aecd-ed71ebcbc0e3",
"CreateDate": "2026-08-23T08:29:43.7288104-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-23T08:29:43.7288104-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "eeb6b874-baea-4aa8-b71e-fca39a630d79",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "09a5a4ac-592e-496e-a718-7cc5893bd908",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1a09a16e-af54-4e2a-8869-394b4dd25991",
"CreateDate": "2026-08-23T08:29:43.7288104-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:29:43.7288104-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "f32a37f2-5cd9-48c3-b2e8-2d588d3abb94",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:29:43.7288104-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:29:43.7288104-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0ef737fe-9d77-4c6d-aa8a-b77fb65390eb",
"CreateDate": "2026-08-23T08:29:43.7288104-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:29:43.7288104-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-23T08:29:43.7288104-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:29:43.7288104-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b3909383-26f7-47de-b625-a479a20c3540",
"CreateDate": "2026-08-23T08:29:43.7288104-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-23T08:29:43.7288104-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-08-23T08:29:43.7288104-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "e30ceb0d-d7ca-4e0b-ab32-4abb08be7a17",
"CreateDate": "2026-08-23T08:29:43.7288104-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:29:43.7288104-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}