{"info":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","description":"<html><head></head><body><p>Discover most common request of the timeBuzzer API.</p>\n<p>You find the complete API Documentation here:<br><a href=\"https://my.timebuzzer.com/doc\">https://my.timebuzzer.com/doc</a></p>\n<p><strong>Authorization via APIKey</strong></p>\n<ol>\n<li>You find your API Key in your timeBuzzer account (Settings -&gt; API)  </li>\n<li>Put the API Key into every Header:</li>\n</ol>\n<p>\"Authorization\" : \"APIKey eyJh...\"</p>\n<p><strong>Good to know</strong></p>\n<ul>\n<li><p>Activities are recorded time records</p>\n</li>\n<li><p>Tiles are items like a project, customer, client etc.</p>\n</li>\n<li><p>Layers are the category of tiles like projects, customers, clients etc.</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2798570","collectionId":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","publishedId":"T17NbQjP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"003BA3"},"publishDate":"2020-07-22T14:48:40.000Z"},"item":[{"name":"Account","item":[{"name":"Account - My User Account","id":"ecc63f95-1479-47df-8daf-88160496ed16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://my.timebuzzer.com/open-api/account/me","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}},"urlObject":{"protocol":"https","path":["open-api","account","me"],"host":["my","timebuzzer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecc63f95-1479-47df-8daf-88160496ed16"}],"id":"b7fd50fb-be35-4860-8fd2-430172689bef","event":[{"listen":"prerequest","script":{"id":"c682a22d-d07c-45be-9fc7-d9f72f233ceb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0ab19af2-44c1-4447-b064-78aad1bc5386","type":"text/javascript","exec":[""]}}],"_postman_id":"b7fd50fb-be35-4860-8fd2-430172689bef","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}}},{"name":"Activity","item":[{"name":"Activity - All Activities (of current user)","id":"545cc0a1-6c4c-4212-8e41-396bd65c723d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://my.timebuzzer.com/open-api/activities?count=50&offset=0","description":"<p>Returns a list of all activities for current user</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}},"urlObject":{"protocol":"https","path":["open-api","activities"],"host":["my","timebuzzer","com"],"query":[{"key":"count","value":"50"},{"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"545cc0a1-6c4c-4212-8e41-396bd65c723d"},{"name":"Activity - Create","id":"9e029581-a42f-4095-96f0-d52de97081fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n     \"tiles\": [\n          168964,\n          168970\n     ],\n     \"startDate\": \"2016-12-10T09:11:22.000Z\",\n     \"endDate\": \"2016-12-10T20:33:44.000Z\",\n     \"startUtcOffset\": \"-01:00\",\n     \"endUtcOffset\": \"-01:00\",\n     \"note\": \"Test Note\",\n     \"userId\": 151711\n}"},"url":"https://my.timebuzzer.com/open-api/activities","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}},"urlObject":{"protocol":"https","path":["open-api","activities"],"host":["my","timebuzzer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e029581-a42f-4095-96f0-d52de97081fa"},{"name":"Activity - Delete Activity","id":"5d8d6503-d69e-4d58-ae10-a77a03e1faaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://my.timebuzzer.com/open-api/activities/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}},"urlObject":{"protocol":"https","path":["open-api","activities",":id"],"host":["my","timebuzzer","com"],"query":[],"variable":[{"type":"string","value":"","key":"id"}]}},"response":[],"_postman_id":"5d8d6503-d69e-4d58-ae10-a77a03e1faaf"},{"name":"Activity - Edit Activity","id":"0ba43326-edf9-49a5-a49c-50624699ea4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n     \"tiles\": [\n          168964,\n          168970\n     ],\n     \"startDate\": \"2019-11-01T11:09:27.000Z\",\n     \"endDate\": \"2019-11-01T13:09:00.000Z\",\n     \"startUtcOffset\": \"+01:00\",\n     \"endUtcOffset\": \"+01:00\",\n     \"note\": \"\",\n     \"billed\": false,\n     \"userId\": 151711\n}"},"url":"https://my.timebuzzer.com/open-api/activities/265522","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}},"urlObject":{"protocol":"https","path":["open-api","activities","265522"],"host":["my","timebuzzer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ba43326-edf9-49a5-a49c-50624699ea4c"},{"name":"Activity - Get Filtered Activities","id":"978ec36e-7517-4278-aefb-7e7861c9366e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"userIds\": [\r\n    151711\r\n  ],\r\n  \"startDate\": \"2018-08-22T00:00:00.000Z\",\r\n  \"endDate\": \"2020-08-23T00:00:00.000Z\",\r\n  \"strictDate\": true\r\n}"},"url":"https://my.timebuzzer.com/open-api/activities/filters?offset=0&count=10","description":"<p>Pass one or more userIds to receive activities of the users</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}},"urlObject":{"protocol":"https","path":["open-api","activities","filters"],"host":["my","timebuzzer","com"],"query":[{"key":"offset","value":"0"},{"key":"count","value":"10"}],"variable":[]}},"response":[],"_postman_id":"978ec36e-7517-4278-aefb-7e7861c9366e"}],"id":"e21ac459-bb38-4b3b-b470-664061c25593","_postman_id":"e21ac459-bb38-4b3b-b470-664061c25593","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}}},{"name":"Tiles","item":[{"name":"Tiles - All Tiles","id":"3577fda8-97b5-47fd-af83-153884a76b45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://my.timebuzzer.com/open-api/tiles","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}},"urlObject":{"protocol":"https","path":["open-api","tiles"],"host":["my","timebuzzer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3577fda8-97b5-47fd-af83-153884a76b45"},{"name":"Tiles - Create Tile","id":"8536d7f9-1472-4e96-b250-0f9ddd0d5783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n     \"name\": \"New Tile\",\n     \"children\": null,\n     \"parents\": [\n          168964\n     ],\n     \"archived\": false,\n     \"type\": \"Normal\",\n     \"layer\": 149895,\n     \"customData\": \"mycustomdata\",\n     \"favorite\": false,\n     \"color\": \"#FF00FFFF\",\n     \"description\": \"Some tile\"\n}"},"url":"https://my.timebuzzer.com/open-api/tiles","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}},"urlObject":{"protocol":"https","path":["open-api","tiles"],"host":["my","timebuzzer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8536d7f9-1472-4e96-b250-0f9ddd0d5783"},{"name":"Tiles - Edit Tile","id":"3f6f7de6-2b12-4ad8-9336-03d5f7d6817a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"children\": null,\n    \"parents\": [\n        168964\n    ],\n    \"id\": 40,\n    \"name\": \"Casino Royale\",\n    \"archived\": false,\n    \"color\": \"#304ffeFF\",\n    \"description\": \"Movie\",\n    \"type\": \"Normal\",\n    \"favorite\": false,\n    \"customData\": null,\n    \"layer\": 149895\n}"},"url":"https://my.timebuzzer.com/open-api/tiles/168970","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}},"urlObject":{"protocol":"https","path":["open-api","tiles","168970"],"host":["my","timebuzzer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f6f7de6-2b12-4ad8-9336-03d5f7d6817a"},{"name":"Tiles - Get Filtered Tile","id":"a82607d1-c8eb-4367-8d61-a628b3884007","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n     \"name\": \"some Name\",\n     \"archived\": true,\n     \"layers\": [\n          1,\n          2\n     ]\n}"},"url":"https://my.timebuzzer.com/open-api/tiles/filters","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}},"urlObject":{"protocol":"https","path":["open-api","tiles","filters"],"host":["my","timebuzzer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a82607d1-c8eb-4367-8d61-a628b3884007"},{"name":"Tiles - Tile by id","id":"439edcc7-ad3f-44ec-b7a8-9d6d15d130f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://my.timebuzzer.com/open-api/tiles/169002","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}},"urlObject":{"protocol":"https","path":["open-api","tiles","169002"],"host":["my","timebuzzer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"439edcc7-ad3f-44ec-b7a8-9d6d15d130f1"}],"id":"311dbfb5-609d-4006-9b8e-47e558a94f19","_postman_id":"311dbfb5-609d-4006-9b8e-47e558a94f19","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Weebhooks - Loads Webhook Configuration","id":"7e90f1c5-e3f3-43f0-906c-8ff4170dc3d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://my.timebuzzer.com/open-api/webhooks","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}},"urlObject":{"protocol":"https","path":["open-api","webhooks"],"host":["my","timebuzzer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e90f1c5-e3f3-43f0-906c-8ff4170dc3d6"},{"name":"Weebhooks - Saves new Webhook Configuration","id":"7c0dbc05-6a89-4595-8bb0-9187f5baef4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"http://example.com/newActivity555\",\n    \"event\": \"NewActivity\",\n    \"active\": true,\n    \"requestHeaders\": [\n        {\n            \"headerName\": \"Authorization\",\n            \"headerValue\": \"some_secret\"\n        },\n        {\n            \"headerName\": \"Content-Type\",\n            \"headerValue\": \"application/json\"\n        }\n    ]\n}"},"url":"https://my.timebuzzer.com/open-api/webhooks","description":"<p>You can register a webhook for the following events:</p>\n<p><code>\"NewActivity\"</code> is released if a new time entry (activity) is created</p>\n<p><code>\"EditedActivity\"</code> is released if a time entry (activity) is editied</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}},"urlObject":{"protocol":"https","path":["open-api","webhooks"],"host":["my","timebuzzer","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c0dbc05-6a89-4595-8bb0-9187f5baef4a"},{"name":"Weebhooks - Updates a Webhook Configuration","id":"60220222-b7aa-4eb1-8307-4585b119602e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":" {\n        \"url\": \"http://example.com/newActivity555\",\n        \"active\": true,\n        \"event\": \"NewActivity\",\n        \"requestHeaders\": [\n            {\n                \"headerName\": \"Authorization\",\n                \"headerValue\": \"some_secret123\"\n            },\n            {\n                \"headerName\": \"Content-Type\",\n                \"headerValue\": \"application/json\"\n            }\n        ]\n    }"},"url":"https://{{url}}/open-api/webhooks/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}},"urlObject":{"protocol":"https","path":["open-api","webhooks",":id"],"host":["{{url}}"],"query":[],"variable":[{"type":"string","value":"","key":"id"}]}},"response":[],"_postman_id":"60220222-b7aa-4eb1-8307-4585b119602e"},{"name":"Weebhooks - DELETE a Webhook Configuration by id","id":"0dbe0bf7-a6b6-486e-b9e7-d517d2218385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{url}}/open-api/webhooks/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}},"urlObject":{"protocol":"https","path":["open-api","webhooks",":id"],"host":["{{url}}"],"query":[],"variable":[{"id":"e070dcbd-0697-414d-84fa-6b4da11c8d80","type":"string","value":"","key":"id"}]}},"response":[],"_postman_id":"0dbe0bf7-a6b6-486e-b9e7-d517d2218385"},{"name":"Weebhooks - DELETE a Webhook Configuration with given url","id":"1a5ef70d-da47-4163-9cb7-771f5fd33126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{url}}/open-api/webhooks?url=http://example.com/newActivity555","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}},"urlObject":{"protocol":"https","path":["open-api","webhooks"],"host":["{{url}}"],"query":[{"key":"url","value":"http://example.com/newActivity555"}],"variable":[]}},"response":[],"_postman_id":"1a5ef70d-da47-4163-9cb7-771f5fd33126"}],"id":"a2262bd6-8997-4ae6-be98-2ffb20e7459a","_postman_id":"a2262bd6-8997-4ae6-be98-2ffb20e7459a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","id":"5c8228e6-ec5b-4cd2-8341-0f0ad69b229f","name":"timeBuzzer open API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"3c6346c5-61f5-49f5-9857-92d2ee46fffd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dca0f8a7-815a-441b-8cdf-0f2db622dbb1","type":"text/javascript","exec":[""]}}]}