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": "b0d942ec-ca50-41ef-bd29-69dd2aeb3946",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "bc00b9f2-7d40-48d7-8cad-b3e2162542a4",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "89f767b1-2454-4776-b644-7cd710d8aed8",
"CreateDate": "2026-03-13T13:54:24.5703902-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-13T13:54:24.5703902-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "41df3b17-1a41-4c89-ab79-7b2bd9d57407",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "4e75ed8b-69df-4fa0-b98d-df04636447ab",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4641074f-0fc3-4a3d-832d-dfe4004544bc",
"CreateDate": "2026-03-13T13:54:24.5703902-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-13T13:54:24.5703902-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ce2725ae-f8a7-47de-b2a5-e420b331e233",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-13T13:54:24.5703902-07:00",
"MeasurementValueNeededDate": "2026-03-13T13:54:24.5703902-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f62a6a01-41a4-43e5-a45e-e6568c31aed2",
"CreateDate": "2026-03-13T13:54:24.5703902-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-13T13:54:24.5703902-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-13T13:54:24.5703902-07:00",
"MeasurementValueNeededDate": "2026-03-13T13:54:24.5703902-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d7471daa-fb9d-4388-aa2f-5a26219ce142",
"CreateDate": "2026-03-13T13:54:24.5703902-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-13T13:54:24.5703902-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-03-13T13:54:24.5703902-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "04d0bc4e-c1c1-42d5-a1a6-e396201d81bc",
"CreateDate": "2026-03-13T13:54:24.5703902-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-13T13:54:24.5703902-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}