GET Attachment/GetAttachments/{ApiKey}/{DeviceId}/{DeviceKey}/{ClientId}/{OrderId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiKey | string |
Required |
|
| DeviceId | string |
Required |
|
| DeviceKey | string |
Required |
|
| ClientId | integer |
Required |
|
| OrderId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AttachmentInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| AttachmentId | integer |
None. |
|
| ClientId | integer |
None. |
|
| OrderId | integer |
None. |
|
| AttachmentDate | date |
None. |
|
| UploadedBy | string |
None. |
|
| DocumentType | string |
None. |
|
| AttachmentName | string |
None. |
|
| FileType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AttachmentId": 1,
"ClientId": 2,
"OrderId": 3,
"AttachmentDate": "2025-12-10T09:57:33.9061763-06:00",
"UploadedBy": "sample string 5",
"DocumentType": "sample string 6",
"AttachmentName": "sample string 7",
"FileType": "sample string 8"
},
{
"AttachmentId": 1,
"ClientId": 2,
"OrderId": 3,
"AttachmentDate": "2025-12-10T09:57:33.9061763-06:00",
"UploadedBy": "sample string 5",
"DocumentType": "sample string 6",
"AttachmentName": "sample string 7",
"FileType": "sample string 8"
}
]