{ "opencollection": "1.0.0", "info": { "name": "TimeCamp [v1] Approvals [v1] Approvals [v3] Time Entry API", "version": "1.0" }, "items": [ { "info": { "name": "[v3] Time Entry", "type": "folder" }, "items": [ { "info": { "name": "Get time entries by user permissions", "type": "http" }, "http": { "method": "POST", "url": "https://app.timecamp.com/third_party/api/v3/time-entries", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deprecated. This endpoint is being moved to `/time-entries/list`.\nGet time entries by user access and permissions.\n" }, { "info": { "name": "Get time entries by user permissions", "type": "http" }, "http": { "method": "POST", "url": "https://app.timecamp.com/third_party/api/v3/time-entries/list", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get time entries by user access and permissions." }, { "info": { "name": "Create time entry", "type": "http" }, "http": { "method": "POST", "url": "https://app.timecamp.com/third_party/api/v3/time-entries/create", "headers": [ { "name": "Accept", "value": "" }, { "name": "Tc-service", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a time entry." }, { "info": { "name": "Update time entry", "type": "http" }, "http": { "method": "PUT", "url": "https://app.timecamp.com/third_party/api/v3/time-entries/:id", "headers": [ { "name": "Accept", "value": "" }, { "name": "Tc-service", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Time entry id." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a time entry by id." }, { "info": { "name": "Delete time entry", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.timecamp.com/third_party/api/v3/time-entries/:id", "headers": [ { "name": "Accept", "value": "" }, { "name": "Tc-service", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Time entry id." }, { "name": "source", "value": "", "type": "query", "description": "Optional UI source for analytics context." }, { "name": "element", "value": "", "type": "query", "description": "Optional UI element for analytics context." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a time entry by id." } ] } ], "bundled": true }