{ "opencollection": "1.0.0", "info": { "name": "ThingsBoard Admin admin-controller job-controller API", "version": "4.3.0.3DEMO" }, "items": [ { "info": { "name": "job-controller", "type": "folder" }, "items": [ { "info": { "name": "reprocessJob", "type": "http" }, "http": { "method": "POST", "url": "https://demo.thingsboard.io/api/job/:id/reprocess", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "cancelJob", "type": "http" }, "http": { "method": "POST", "url": "https://demo.thingsboard.io/api/job/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "getJobs", "type": "http" }, "http": { "method": "GET", "url": "https://demo.thingsboard.io/api/jobs", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "Maximum amount of entities in a one page" }, { "name": "page", "value": "", "type": "query", "description": "Sequence number of page starting from 0" }, { "name": "textSearch", "value": "", "type": "query", "description": "Case-insensitive 'substring' filter based on job's description" }, { "name": "sortProperty", "value": "", "type": "query", "description": "Property of entity to sort by" }, { "name": "sortOrder", "value": "", "type": "query", "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)" }, { "name": "types", "value": "", "type": "query" }, { "name": "statuses", "value": "", "type": "query" }, { "name": "entities", "value": "", "type": "query" }, { "name": "startTime", "value": "", "type": "query" }, { "name": "endTime", "value": "", "type": "query" } ] } }, { "info": { "name": "getJobById", "type": "http" }, "http": { "method": "GET", "url": "https://demo.thingsboard.io/api/job/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "deleteJob", "type": "http" }, "http": { "method": "DELETE", "url": "https://demo.thingsboard.io/api/job/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }