Get Users Jobs
GET /v3/jobs
Get a job list of current user. Alternative endpoints can be used to filter the job list.
URL parameters can be used to filter the result.
Name | Type | Description |
---|---|---|
printerId | integer | Id of the printer |
type | string | Available values : ready, history, favorite |
Alternative endpoints:
GET /v3/jobs/ready
GET /v3/jobs/favorite
GET /v3/jobs/history
GET /v3/jobs/paused
GET /v3/jobs/remote
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%
Authentication:
Grant_type: login_info
Scopes: [ jobs ]
Response body:
{
"jobs": [],
"count": 0
}