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": "c4976b9a-53e4-4a4a-ad16-16c7e430601d",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "b16a8eb1-c921-42a2-90ff-ce560e877e1e",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c32f90de-a1f0-42cf-afbf-0f3efd984565",
"CreateDate": "2026-06-13T17:51:42.703745-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-13T17:51:42.703745-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "b479d12d-7b0a-4882-8573-5cb730c718c6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "46766018-0075-48d7-97f6-6eac75cacc5f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9bbb8d39-ad8d-4d6c-8730-d168c117ca0e",
"CreateDate": "2026-06-13T17:51:42.703745-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T17:51:42.703745-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "65818f39-5c99-4d7e-886d-dd7f910aae9d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-13T17:51:42.703745-07:00",
"MeasurementValueNeededDate": "2026-06-13T17:51:42.703745-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "fd3d306a-ab30-48b5-8800-ace89d0848ca",
"CreateDate": "2026-06-13T17:51:42.703745-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-13T17:51:42.703745-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-13T17:51:42.703745-07:00",
"MeasurementValueNeededDate": "2026-06-13T17:51:42.703745-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "bbf0a0c2-2eef-4e83-b65a-5b6f6abea64a",
"CreateDate": "2026-06-13T17:51:42.703745-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-13T17:51:42.703745-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-06-13T17:51:42.703745-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "151782ad-02a4-4f76-8959-cedcd8139198",
"CreateDate": "2026-06-13T17:51:42.703745-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T17:51:42.703745-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}