{ "opencollection": "1.0.0", "info": { "name": "Screendoor Files Statuses API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Statuses", "type": "folder" }, "items": [ { "info": { "name": "List statuses", "type": "http" }, "http": { "method": "GET", "url": "https://screendoor.dobt.co/api/projects/:project_id/statuses", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The id of the project." } ] }, "docs": "Returns the status workflow stages for a project." }, { "info": { "name": "Create a status", "type": "http" }, "http": { "method": "POST", "url": "https://screendoor.dobt.co/api/projects/:project_id/statuses", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The id of the project." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new status to the project's workflow." }, { "info": { "name": "Reorder statuses", "type": "http" }, "http": { "method": "POST", "url": "https://screendoor.dobt.co/api/projects/:project_id/statuses/reorder", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The id of the project." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets the order of a project's statuses." }, { "info": { "name": "Retrieve a status", "type": "http" }, "http": { "method": "GET", "url": "https://screendoor.dobt.co/api/projects/:project_id/statuses/:name", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The id of the project." }, { "name": "name", "value": "", "type": "path", "description": "The name of the resource (URL-encoded)." } ] }, "docs": "Returns a single status by name." }, { "info": { "name": "Update a status", "type": "http" }, "http": { "method": "PUT", "url": "https://screendoor.dobt.co/api/projects/:project_id/statuses/:name", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The id of the project." }, { "name": "name", "value": "", "type": "path", "description": "The name of the resource (URL-encoded)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Renames a status." }, { "info": { "name": "Delete a status", "type": "http" }, "http": { "method": "DELETE", "url": "https://screendoor.dobt.co/api/projects/:project_id/statuses/:name", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The id of the project." }, { "name": "name", "value": "", "type": "path", "description": "The name of the resource (URL-encoded)." } ] }, "docs": "Removes a status from the project's workflow." } ] } ], "bundled": true }