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": "f50e8531-7d65-4c0d-b197-f02a93c973f2",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "62c18db4-6287-442e-87df-8d990581dd23",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b5427f2d-bc71-4555-bfa3-c9430d9ad35a",
"CreateDate": "2025-12-30T08:53:57.2146532-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-30T08:53:57.2146532-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "f9cd3fdc-3a37-4770-bcb2-958bb33f1975",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b5a4c0f5-134f-4b52-8cc6-806294118e81",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "89aeb1f4-e1d4-49c8-9da6-0ad210914cd1",
"CreateDate": "2025-12-30T08:53:57.2146532-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-30T08:53:57.2146532-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c5d92472-a8c2-4d5e-b4e8-bd838ce12457",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-30T08:53:57.2146532-08:00",
"MeasurementValueNeededDate": "2025-12-30T08:53:57.2146532-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "fe9116b7-5bf2-4cae-be50-0430656a1638",
"CreateDate": "2025-12-30T08:53:57.2146532-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-30T08:53:57.2146532-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-30T08:53:57.2146532-08:00",
"MeasurementValueNeededDate": "2025-12-30T08:53:57.2146532-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "fba35f01-a6be-46c3-a2a6-81d3bd9b6ee1",
"CreateDate": "2025-12-30T08:53:57.2146532-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-30T08:53:57.2146532-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2025-12-30T08:53:57.2146532-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "8cb8959e-97de-46a9-9458-d541677f5eaa",
"CreateDate": "2025-12-30T08:53:57.2146532-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-30T08:53:57.2146532-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}