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": "f74506d3-368c-429a-9f1c-d29b2364ecb4",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "6b5f841e-f1be-4a29-a730-fd3021fcd3a4",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "fd59c9a8-a2df-4b8e-aff1-4ed5bac1707e",
"CreateDate": "2026-03-23T21:31:55.7911496-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-23T21:31:55.7911496-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "26d1e2e6-1b82-4339-b921-28080f07b6aa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "c9a8fa6b-58ef-47ee-b02e-94072d80e390",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e0a64cb9-6228-4eba-8094-a3a736f51436",
"CreateDate": "2026-03-23T21:31:55.7911496-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T21:31:55.7911496-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "8fcd040c-4844-434d-bfc2-2c09eb88e273",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-23T21:31:55.7911496-07:00",
"MeasurementValueNeededDate": "2026-03-23T21:31:55.7911496-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "4f5c0d7d-c0f0-47ec-b3fd-6ce2a8cb4710",
"CreateDate": "2026-03-23T21:31:55.7911496-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-23T21:31:55.7911496-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-23T21:31:55.7911496-07:00",
"MeasurementValueNeededDate": "2026-03-23T21:31:55.7911496-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9cbdc2a3-140b-433c-9465-fff2769f7936",
"CreateDate": "2026-03-23T21:31:55.7911496-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-23T21:31:55.7911496-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-03-23T21:31:55.7911496-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "cc224b1e-fa2a-45f3-861e-6363d13ec69d",
"CreateDate": "2026-03-23T21:31:55.7911496-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T21:31:55.7911496-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}