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": "134eadaf-f655-4e10-a29e-5b7f0b11d472",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "5122c960-d5dd-4e2c-96c0-7a62303ae2a1",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "4d0eb075-d75a-4ccb-ac37-e9f182b0725b",
"CreateDate": "2026-09-02T00:34:30.186663-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-02T00:34:30.186663-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "37e29f88-9d9d-4353-9616-e8262c117f04",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1ca1fbc1-ef06-4714-b674-25d232ec8191",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0ea3d974-92dc-4043-a50a-a6a40153d983",
"CreateDate": "2026-09-02T00:34:30.186663-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:34:30.186663-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "00df9627-744d-465c-a039-cda39546e264",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T00:34:30.186663-07:00",
"MeasurementValueNeededDate": "2026-09-02T00:34:30.186663-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "991f6d1e-e72d-471d-b48c-2209a3775b3b",
"CreateDate": "2026-09-02T00:34:30.186663-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:34:30.186663-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-02T00:34:30.186663-07:00",
"MeasurementValueNeededDate": "2026-09-02T00:34:30.186663-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "3eae6978-430a-4cbe-836a-3a0b8f2053ea",
"CreateDate": "2026-09-02T00:34:30.186663-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-02T00:34:30.186663-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-09-02T00:34:30.186663-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "5ac9b8da-19b2-4e6a-9593-9ab9773e7dbf",
"CreateDate": "2026-09-02T00:34:30.186663-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:34:30.186663-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}