{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists printjob API", "version": "1.0.0" }, "items": [ { "info": { "name": "printjob", "type": "folder" }, "items": [ { "info": { "name": "count_print_jobs", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/printjob/count", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Count Print jobs" }, { "info": { "name": "get_all_print_jobs", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/printjob/rich", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "fulfillmentTypeId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Print jobs" }, { "info": { "name": "get_a_print_job", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/printjob/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Print job" }, { "info": { "name": "update_a_print_job", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/printjob/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Print job" }, { "info": { "name": "update_a_print_jobs_status", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/printjob/:id/status", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Print job's status" } ] } ], "bundled": true }