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": "52c3c7af-2a14-4b33-ab67-5594e084a886",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "e6b0b2cb-31e1-4af2-b9e8-ac1eda3e255d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "738df7b8-7891-41d8-8e48-ee69c53bb4cd",
"CreateDate": "2026-09-22T03:30:47.1498559-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-22T03:30:47.1498559-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "d44be7e8-c4ad-4a8f-a174-9bf2b36d3eef",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "84ecc9c9-ecb7-4708-8e96-68fb7f04efe4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cfb4d556-0793-4b5a-9466-29301e9b831c",
"CreateDate": "2026-09-22T03:30:47.1498559-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:30:47.1498559-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "8adee758-4ae4-4c53-8d2a-f5ef189a109f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-22T03:30:47.1498559-07:00",
"MeasurementValueNeededDate": "2026-09-22T03:30:47.1498559-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "a92bfdee-963f-4252-a45f-decd6c5dec04",
"CreateDate": "2026-09-22T03:30:47.1498559-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:30:47.1498559-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-22T03:30:47.1498559-07:00",
"MeasurementValueNeededDate": "2026-09-22T03:30:47.1498559-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "6cfb36ab-54c7-4d7a-8e28-928fc6ecbc34",
"CreateDate": "2026-09-22T03:30:47.1498559-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-22T03:30:47.1498559-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-09-22T03:30:47.1498559-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "e8e4b34f-7841-4097-b006-271a836b7efe",
"CreateDate": "2026-09-22T03:30:47.1498559-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:30:47.1498559-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}