{ "opencollection": "1.0.0", "info": { "name": "Areas Task Instances API", "version": "v1" }, "items": [ { "info": { "name": "Task Instances", "type": "folder" }, "items": [ { "info": { "name": "Task instances", "type": "http" }, "http": { "method": "POST", "url": "https://web.trailapp.com/api/public/task_instances/v1/task_instances", "headers": [ { "name": "Content_Type", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "API_KEY", "value": "{{API_KEY}}", "placement": "header" } }, "docs": "Task instances" }, { "info": { "name": "Retrieve task instance", "type": "http" }, "http": { "method": "GET", "url": "https://web.trailapp.com/api/public/task_instances/v1/task_instances/:id", "headers": [ { "name": "Content_Type", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the timeline task" } ], "auth": { "type": "apikey", "key": "API_KEY", "value": "{{API_KEY}}", "placement": "header" } }, "docs": "Retrieve task instance" } ] } ], "bundled": true }