{ "opencollection": "1.0.0", "info": { "name": "TimeCamp [v1] Approvals [v1] Approvals [v3] Projects API", "version": "1.0" }, "items": [ { "info": { "name": "[v3] Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects tree", "type": "http" }, "http": { "method": "POST", "url": "https://app.timecamp.com/third_party/api/v3/projects", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List projects tree" }, { "info": { "name": "Search in projects tree", "type": "http" }, "http": { "method": "POST", "url": "https://app.timecamp.com/third_party/api/v3/projects/search", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Search in projects tree" }, { "info": { "name": "List assigned users for project task", "type": "http" }, "http": { "method": "GET", "url": "https://app.timecamp.com/third_party/api/v3/projects/:taskId/assigned-users", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "taskId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns active users assigned to a task, including inherited assignments metadata." }, { "info": { "name": "Assign users to project task", "type": "http" }, "http": { "method": "PUT", "url": "https://app.timecamp.com/third_party/api/v3/projects/:taskId/assign", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "taskId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Assigns one or more users to the selected project task with the provided project role." }, { "info": { "name": "Unassign users from project task", "type": "http" }, "http": { "method": "PUT", "url": "https://app.timecamp.com/third_party/api/v3/projects/:taskId/unassign", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "taskId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Removes direct user assignments from the selected project task." } ] } ], "bundled": true }