GET Api/v1/Print/{jobId}/{taskId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
jobId

integer

Required

taskId

integer

Required

Body Parameters

None.

Response Information

Resource Description

PrintTaskViewModel
NameDescriptionTypeAdditional 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
}