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/readyGET /v3/jobs/favoriteGET /v3/jobs/historyGET /v3/jobs/pausedGET /v3/jobs/remote
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%
Authentication:
Grant_type: login_info
Scopes: [ jobs ]
Response body:
{
"jobs": [],
"count": 0
}