GET Api/v1/Print/{jobId}/{taskId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
jobId | integer |
Required |
|
taskId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PrintTaskViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
DriverId | string |
None. |
|
DriverName | string |
None. |
|
FileName | string |
None. |
|
Status | ApiPrintStatus |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "driverId": "sample string 2", "driverName": "sample string 3", "fileName": "sample string 4", "status": 0 }