{ "opencollection": "1.0.0", "info": { "name": "NowCerts Authentication Tasks API", "version": "2.1.5" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "Insert or update a task work group", "type": "http" }, "http": { "method": "POST", "url": "https://api.nowcerts.com/api/TasksWork/InsertUpdate", "body": { "type": "json", "data": "{}" } }, "docs": "Create or update a task and its work group. Schema modeled." }, { "info": { "name": "List tasks", "type": "http" }, "http": { "method": "GET", "url": "https://api.nowcerts.com/api/TasksList", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "OData-style filter expression." }, { "name": "$top", "value": "", "type": "query", "description": "Maximum number of records to return." }, { "name": "$skip", "value": "", "type": "query", "description": "Number of records to skip." }, { "name": "$orderby", "value": "", "type": "query", "description": "OData-style ordering expression." } ] }, "docs": "Returns task records, with OData-style query options." }, { "info": { "name": "List task work groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.nowcerts.com/api/TasksWorkGroupList" }, "docs": "Returns task work group records." }, { "info": { "name": "List to-do items", "type": "http" }, "http": { "method": "GET", "url": "https://api.nowcerts.com/api/ToDoList" }, "docs": "Returns to-do items for the agency's workflow." } ] } ], "bundled": true }