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": "8067d633-2f83-4afa-9e21-04006f5f5fa4",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "7c2dc978-309c-49f5-ae85-b2c5ffad1c9e",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f8657f9e-6232-40b5-8f88-6cad1b66cc83",
"CreateDate": "2026-03-03T08:11:21.7793707-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-03T08:11:21.7793707-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "04539b18-0cff-45ae-8111-624172582d17",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "4a42e1c1-4a47-4357-b6b5-c96ddd0584f9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "33a382af-3938-445f-b833-42ac30ca3a3b",
"CreateDate": "2026-03-03T08:11:21.7793707-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T08:11:21.7793707-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "f3ebb448-5686-4125-a341-7e13f402fd5a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-03T08:11:21.7793707-08:00",
"MeasurementValueNeededDate": "2026-03-03T08:11:21.7793707-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "063ca735-4c21-44d3-b90e-7809b24b323a",
"CreateDate": "2026-03-03T08:11:21.7793707-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T08:11:21.7793707-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-03T08:11:21.7793707-08:00",
"MeasurementValueNeededDate": "2026-03-03T08:11:21.7793707-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "8a587d59-2984-4f71-8ebc-c9f97b2fe338",
"CreateDate": "2026-03-03T08:11:21.7793707-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-03T08:11:21.7793707-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-03-03T08:11:21.7793707-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "42168059-a27f-443d-9fd3-7b850c7f276b",
"CreateDate": "2026-03-03T08:11:21.7793707-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T08:11:21.7793707-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}