{ "opencollection": "1.0.0", "info": { "name": "Identity Service Ably Working Timekeepers API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Working Timekeepers", "type": "folder" }, "items": [ { "info": { "name": "Syncs working timekeepers for a customer's initiatives", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/customers/:customerId/working-timekeepers/sync", "params": [ { "name": "customerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Syncs working timekeepers for a customer's initiatives" }, { "info": { "name": "WorkingTimekeeperController_getMyRestrictions_v1", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/customers/:customerId/working-timekeepers/my-restrictions", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "customer id" } ] } }, { "info": { "name": "WorkingTimekeeperController_getForInitiative_v1", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/customers/:customerId/working-timekeepers/initiatives/:initiativeId", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "customer id" }, { "name": "initiativeId", "value": "", "type": "path", "description": "Initiative's id" }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] } } ] } ], "bundled": true }