{ "opencollection": "1.0.0", "info": { "name": "TimeCamp [v1] Approvals [v1] Approvals [v3] Approval API", "version": "1.0" }, "items": [ { "info": { "name": "[v3] Approval", "type": "folder" }, "items": [ { "info": { "name": "Get approval", "type": "http" }, "http": { "method": "GET", "url": "https://app.timecamp.com/third_party/api/v3/approval/:resourceId", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "resourceId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get approval by id" }, { "info": { "name": "List approval", "type": "http" }, "http": { "method": "POST", "url": "https://app.timecamp.com/third_party/api/v3/approval/list", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get approval list by filters" }, { "info": { "name": "Change status of approval", "type": "http" }, "http": { "method": "PUT", "url": "https://app.timecamp.com/third_party/api/v3/approval/:id/change-status", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Change status of approval" }, { "info": { "name": "Bulk change status of approval", "type": "http" }, "http": { "method": "PUT", "url": "https://app.timecamp.com/third_party/api/v3/approval/bulk-change-status", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Bulk change status of approval" }, { "info": { "name": "List approval activities", "type": "http" }, "http": { "method": "POST", "url": "https://app.timecamp.com/third_party/api/v3/approval/:id/activities", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get approval activities by filters" }, { "info": { "name": "Create approval message", "type": "http" }, "http": { "method": "POST", "url": "https://app.timecamp.com/third_party/api/v3/approval/:id/create-message", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create approval message" }, { "info": { "name": "Send reminder", "type": "http" }, "http": { "method": "POST", "url": "https://app.timecamp.com/third_party/api/v3/approval/send-reminder", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Send reminder" } ] } ], "bundled": true }