{ "opencollection": "1.0.0", "info": { "name": "Capmo REST Organisation Companies Project Change Orders API", "version": "1.0" }, "items": [ { "info": { "name": "Project Change Orders", "type": "folder" }, "items": [ { "info": { "name": "getChangeOrdersPaginated", "type": "http" }, "http": { "method": "GET", "url": "https://api.capmo.de/api/v1/projects/:projectId/change-orders", "headers": [ { "name": "Request-Id", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "order_by", "value": "", "type": "query", "description": "Field to order by. It can be any field of the entity." }, { "name": "order_direction", "value": "", "type": "query", "description": "Order direction of the `order_by` field. It can be `asc` or `desc`." }, { "name": "after", "value": "", "type": "query", "description": "The last element from the previous page. This is a cursor. It will be returned in the output to be used in the next request. When it is not present, the first page is returned. When it is `null`, there are no more pages." }, { "name": "limit", "value": "", "type": "query", "description": "How many items should be in the output." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This can be used to list all project change orders in a paginated response." }, { "info": { "name": "createChangeOrder", "type": "http" }, "http": { "method": "POST", "url": "https://api.capmo.de/api/v1/projects/:projectId/change-orders", "headers": [ { "name": "Request-Id", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This can be used to create a new project change order." }, { "info": { "name": "getChangeOrderSteps", "type": "http" }, "http": { "method": "GET", "url": "https://api.capmo.de/api/v1/projects/:projectId/change-orders/steps", "headers": [ { "name": "Request-Id", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This can be used to list all available workflow steps for change orders in a project." }, { "info": { "name": "getChangeOrder", "type": "http" }, "http": { "method": "GET", "url": "https://api.capmo.de/api/v1/projects/:projectId/change-orders/:changeOrderId", "headers": [ { "name": "Request-Id", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "changeOrderId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This can be used to get a specific project change order by its ID." }, { "info": { "name": "updateChangeOrder", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.capmo.de/api/v1/projects/:projectId/change-orders/:changeOrderId", "headers": [ { "name": "Request-Id", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "changeOrderId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This can be used to update a specific project change order by its ID." }, { "info": { "name": "deleteChangeOrder", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.capmo.de/api/v1/projects/:projectId/change-orders/:changeOrderId", "headers": [ { "name": "Request-Id", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "changeOrderId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This can be used to delete a specific project change order by its ID." } ] } ], "bundled": true }