{"info":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","description":"<html><head></head><body><p>Welcome to the <strong>Time to SLA(TTS)</strong> app's Calendar REST API reference. You can use this REST API to further use the calendars that you have defined in TTS. This page documents the REST resources available regarding the Calendar module of the app, along with the expected HTTP response codes and sample requests.</p>\n<blockquote>\n<p><code>This API documentation is only applicable for the versions later than 7.15.0 for Jira 7.x and 8.7.0 for Jira 8.x</code></p>\n</blockquote>\n<h2 id=\"authentication\">Authentication</h2>\n<p>The preferred authentication methods for the Calendar REST APIs are OAuth and HTTP basic authentication.</p>\n<p>JIRA itself uses cookie-based authentication in the browser, so you can call REST from JavaScript on the page and rely on the authentication that the browser has established.</p>\n<h2 id=\"uri-structure\">URI Structure</h2>\n<p>Time to SLA app uses the URI structure that is apporopirate to the structure that Jira presents. The URI in the Calendar REST services is as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://jira.yourcompany.com/rest/tts-api/1.0/calendars\n</code></pre><h2 id=\"experimental-methods\">Experimental methods</h2>\n<p>Methods marked as experimental may change without an earlier notice. We are looking for your feedback for these methods.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6538836","collectionId":"bd8b745c-066f-47ef-a620-d918700a2bce","publishedId":"SVfH1Xtp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-08-29T09:05:54.000Z"},"item":[{"name":"/calendars","item":[{"name":"/businessDays","item":[{"name":"Get all business days","id":"4cd05c5f-c569-4965-8a37-f11d0b0942f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/businessDays","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","businessDays"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"d3350c0a-1227-401f-b688-1406b4035976","type":"string","value":"1","key":"calendarId"}]}},"response":[],"_postman_id":"4cd05c5f-c569-4965-8a37-f11d0b0942f9"},{"name":"Set business days bulk","id":"35d19f89-9851-491b-88c3-ba3903ecf8ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MONDAY\": {\n        \"businessHours\": [\n            {\n                \"startHour\": 8,\n                \"startMinute\": 0,\n                \"endHour\": 12,\n                \"endMinute\": 0\n            },\n            {\n                \"startHour\": 13,\n                \"startMinute\": 0,\n                \"endHour\": 17,\n                \"endMinute\": 0\n            }\n        ]\n    },\n    \"FRIDAY\": {\n        \"businessHours\": [\n        ]\n    },\n    \"SATURDAY\": {\n        \"businessHours\": [\n            {\n                \"startHour\": 9,\n                \"startMinute\": 0,\n                \"endHour\": 18,\n                \"endMinute\": 0\n            }\n        ]\n    }\n}"},"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/businessDays","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","businessDays"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"64e0fd97-8a6d-4c22-8613-2993ec89f500","type":"string","value":"1","key":"calendarId"}]}},"response":[],"_postman_id":"35d19f89-9851-491b-88c3-ba3903ecf8ff"},{"name":"Get business day","id":"f9608639-4ce7-41c9-8fce-17088a1fd8ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/businessDays/:dayOfWeek","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","businessDays",":dayOfWeek"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Which calendar</p>\n","type":"text/plain"},"type":"string","value":"6","key":"calendarId"},{"description":{"content":"<p>The day of week</p>\n","type":"text/plain"},"type":"string","value":"MONDAY","key":"dayOfWeek"}]}},"response":[{"id":"07816d7e-013d-4344-a715-a89a78a68680","name":"Get business day","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/businessDays/:dayOfWeek","host":["{{baseUrl}}"],"path":["rest","tts-api","1.0","calendars",":calendarId","businessDays",":dayOfWeek"],"variable":[{"key":"calendarId","value":"1"},{"key":"dayOfWeek","value":"MONDAY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-AREQUESTID","value":"634x6486x1"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-ASEN","value":"SEN-12910485"},{"key":"Set-Cookie","value":"JSESSIONID=F8A593F81328C33113D21190E09E7F48; Path=/jira; HttpOnly"},{"key":"X-Seraph-LoginReason","value":"OK"},{"key":"X-ASESSIONID","value":"19x20i5"},{"key":"X-AUSERNAME","value":"admin"},{"key":"Cache-Control","value":"no-cache, no-store, no-transform"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 28 Aug 2019 07:34:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"businessHours\": [\n        {\n            \"startHour\": 8,\n            \"startMinute\": 0,\n            \"endHour\": 12,\n            \"endMinute\": 0\n        },\n        {\n            \"startHour\": 13,\n            \"startMinute\": 0,\n            \"endHour\": 17,\n            \"endMinute\": 0\n        }\n    ],\n    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/1/businessHours/MONDAY\"\n}"}],"_postman_id":"f9608639-4ce7-41c9-8fce-17088a1fd8ba"},{"name":"Set business day","id":"8365ba98-858e-41d6-823a-de8fcbedd9d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"businessHours\": [\n        {\n            \"startHour\": 8,\n            \"startMinute\": 0,\n            \"endHour\": 12,\n            \"endMinute\": 0\n        },\n        {\n            \"startHour\": 13,\n            \"startMinute\": 0,\n            \"endHour\": 17,\n            \"endMinute\": 0\n        }\n    ]\n}"},"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/businessDays/:dayOfWeek","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","businessDays",":dayOfWeek"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"string","value":"1","key":"calendarId"},{"type":"string","value":"MONDAY","key":"dayOfWeek"}]}},"response":[],"_postman_id":"8365ba98-858e-41d6-823a-de8fcbedd9d4"}],"id":"104ef20c-9214-4c9e-b835-b5e936da11de","_postman_id":"104ef20c-9214-4c9e-b835-b5e936da11de","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}}},{"name":"/holidays","item":[{"name":"/wholeDays","item":[{"name":"Get all whole day holidays of a calendar","id":"bd12fe4a-1114-4891-8b8b-d6a0abf5c0c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/holidays/wholeDays","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","holidays","wholeDays"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"string","value":"4","key":"calendarId"}]}},"response":[{"id":"00028f58-447e-4c62-b0ce-d003534f1a8e","name":"Successful request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/holidays/wholeDays","host":["{{baseUrl}}"],"path":["rest","tts-api","1.0","calendars",":calendarId","holidays","wholeDays"],"variable":[{"key":"calendarId","value":"4","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-AREQUESTID","value":"1018x39x1"},{"key":"X-ASESSIONID","value":"vdoy8l"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-ASEN","value":"TestSEN"},{"key":"X-Seraph-LoginReason","value":"OK"},{"key":"X-AUSERNAME","value":"admin"},{"key":"Cache-Control","value":"no-cache, no-store, no-transform"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 09 Sep 2019 13:58:35 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 16,\n        \"name\": \"Martin Luther King Jr. Day\",\n        \"date\": \"2018-01-15\",\n        \"recurrent\": false,\n        \"calendarId\": 4,\n        \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/16\"\n    },\n    {\n        \"id\": 17,\n        \"name\": \"Martin Luther King Jr. Day\",\n        \"date\": \"2019-01-21\",\n        \"recurrent\": false,\n        \"calendarId\": 4,\n        \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/17\"\n    },\n    {\n        \"id\": 18,\n        \"name\": \"Martin Luther King Jr. Day\",\n        \"date\": \"2020-01-20\",\n        \"recurrent\": false,\n        \"calendarId\": 4,\n        \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/18\"\n    },\n    {\n        \"id\": 19,\n        \"name\": \"Independence Day\",\n        \"date\": \"2018-07-04\",\n        \"recurrent\": true,\n        \"calendarId\": 4,\n        \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/19\"\n    },\n    {\n        \"id\": 20,\n        \"name\": \"Veterans Day\",\n        \"date\": \"2018-11-11\",\n        \"recurrent\": true,\n        \"calendarId\": 4,\n        \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/20\"\n    },\n    {\n        \"id\": 21,\n        \"name\": \"Christmas Day\",\n        \"date\": \"2018-12-25\",\n        \"recurrent\": true,\n        \"calendarId\": 4,\n        \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/21\"\n    }\n]"}],"_postman_id":"bd12fe4a-1114-4891-8b8b-d6a0abf5c0c4"},{"name":"Add whole day holiday to a calendar","id":"271b62a3-e6c3-4903-9949-54f758ce0b7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Christmas Day\",\n    \"date\": \"2018-12-25\",\n    \"recurrent\": true\n}"},"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/holidays/wholeDays","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","holidays","wholeDays"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"4ce0839c-20b6-4299-bc54-f9bc3589cd6b","type":"string","value":"1","key":"calendarId"}]}},"response":[{"id":"e54e3e0e-5de8-48da-b23f-e038e6b7030b","name":"Successful whole day holiday creation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Christmas Day\",\n    \"date\": \"2018-12-25\",\n    \"recurrent\": true\n}"},"url":{"raw":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/holidays/wholeDays","host":["{{baseUrl}}"],"path":["rest","tts-api","1.0","calendars",":calendarId","holidays","wholeDays"],"variable":[{"id":"4ce0839c-20b6-4299-bc54-f9bc3589cd6b","key":"calendarId","value":"1","type":"string"}]}},"status":"Created","code":201,"_postman_previewlanguage":"JSON","header":[{"key":"X-AREQUESTID","value":"1031x44x1"},{"key":"X-ASESSIONID","value":"vdoy8l"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-ASEN","value":"TestSEN"},{"key":"X-Seraph-LoginReason","value":"OK"},{"key":"X-AUSERNAME","value":"admin"},{"key":"Cache-Control","value":"no-cache, no-store, no-transform"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 09 Sep 2019 14:11:32 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"271b62a3-e6c3-4903-9949-54f758ce0b7e"},{"name":"Delete all whole day holidays of a calendar","id":"86ffd68e-f4a9-498a-a06d-173c7d66f561","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/holidays/wholeDays","description":"<p>Deletes the whole day holidays that are defined under a calendar.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","holidays","wholeDays"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"81581c5a-4656-4c49-93c4-cb42f86e16d1","type":"string","value":"1","key":"calendarId"}]}},"response":[],"_postman_id":"86ffd68e-f4a9-498a-a06d-173c7d66f561"},{"name":"Get a whole day holiday of a calendar","id":"c38d7873-2e79-40b3-8add-e6b3bc0bc3c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/holidays/wholeDays/:holidayId","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","holidays","wholeDays",":holidayId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"2991a3ef-e5da-4c75-97c6-e7dc7512b20d","type":"string","value":"1","key":"calendarId"},{"id":"ab3d0753-cebb-4958-b290-788be58b5e24","type":"string","value":"1","key":"holidayId"}]}},"response":[],"_postman_id":"c38d7873-2e79-40b3-8add-e6b3bc0bc3c1"},{"name":"Update a whole day holiday of a calendar","id":"1a5404c7-2dec-441e-b6b8-e4c5dea07825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"date\": \"2019-11-24\",\n    \"recurrent\": false\n}"},"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/holidays/wholeDays/:holidayId","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","holidays","wholeDays",":holidayId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"97440829-b5e0-4dab-ad36-a6367b22a85b","type":"string","value":"1","key":"calendarId"},{"id":"ddb6551b-5fc3-47a6-9941-99f19e542ca3","type":"string","value":"1","key":"holidayId"}]}},"response":[],"_postman_id":"1a5404c7-2dec-441e-b6b8-e4c5dea07825"},{"name":"Delete a whole day holiday of a calendar","id":"c5ba4c70-a509-4fb9-bc7a-8e4bf8f9869b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/holidays/wholeDays/:holidayId","description":"<p>Deletes a whole day holiday that is defined under a calendar.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","holidays","wholeDays",":holidayId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"c387b0c4-101b-44ae-89a8-8fede0563567","type":"string","value":"1","key":"calendarId"},{"id":"86f037e4-6674-499b-8406-a2be3a8ab090","type":"string","value":"1","key":"holidayId"}]}},"response":[],"_postman_id":"c5ba4c70-a509-4fb9-bc7a-8e4bf8f9869b"},{"name":"Bulk add whole day holidays to a calendar","id":"b04822d2-2068-4a2e-a421-7edd772ba44b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"date\": \"2019-12-31\",\n        \"name\": \"New Year's Eve\",\n        \"recurrent\": true\n    },\n    {\n        \"date\": \"2020-01-01\",\n        \"name\": \"New Year\",\n        \"recurrent\": true\n    }\n]"},"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/holidays/wholeDays/bulk","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","holidays","wholeDays","bulk"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"4ce0839c-20b6-4299-bc54-f9bc3589cd6b","type":"string","value":"1","key":"calendarId"}]}},"response":[],"_postman_id":"b04822d2-2068-4a2e-a421-7edd772ba44b"}],"id":"6a9ea5b3-88af-4740-8826-66bfff6ed8da","_postman_id":"6a9ea5b3-88af-4740-8826-66bfff6ed8da","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}}},{"name":"/halfDays","item":[{"name":"Get all half day holidays of a calendar","id":"39ccebe5-d1cd-4ff6-a1ea-4edc18a30823","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/holidays/halfDays","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","holidays","halfDays"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"7977e1a6-a8b2-4bb0-8a27-c79161068770","type":"string","value":"1","key":"calendarId"}]}},"response":[],"_postman_id":"39ccebe5-d1cd-4ff6-a1ea-4edc18a30823"},{"name":"Add half day holiday to a calendar","id":"e82b0658-2d86-4f0e-9947-56d07e5e9ae8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Republic Day Eve\",\n    \"date\": \"2019-10-28\",\n    \"recurrent\": true,\n    \"workingInterval\": {\n        \"startHour\": 9,\n        \"startMinute\": 0,\n        \"endHour\": 12,\n        \"endMinute\": 0\n    }\n}"},"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/holidays/halfDays","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","holidays","halfDays"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"4ce0839c-20b6-4299-bc54-f9bc3589cd6b","type":"string","value":"1","key":"calendarId"}]}},"response":[],"_postman_id":"e82b0658-2d86-4f0e-9947-56d07e5e9ae8"},{"name":"Delete all half day holidays of a calendar","id":"13cb33d6-80ec-45cb-aaa8-b23fb143beb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/holidays/halfDays","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","holidays","halfDays"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"81581c5a-4656-4c49-93c4-cb42f86e16d1","type":"string","value":"1","key":"calendarId"}]}},"response":[],"_postman_id":"13cb33d6-80ec-45cb-aaa8-b23fb143beb9"},{"name":"Get a half day holiday of a calendar","id":"d110d357-dfd9-43a3-aa56-5c66bf8ddbd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/holidays/halfDays/:holidayId","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","holidays","halfDays",":holidayId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"2991a3ef-e5da-4c75-97c6-e7dc7512b20d","type":"string","value":"1","key":"calendarId"},{"id":"ab3d0753-cebb-4958-b290-788be58b5e24","type":"string","value":"1","key":"holidayId"}]}},"response":[],"_postman_id":"d110d357-dfd9-43a3-aa56-5c66bf8ddbd8"},{"name":"Update a half day holiday of a calendar","id":"620a41fe-8fa8-45c8-8ea4-29157d81a514","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Republic Day Eve\",\n    \"date\": \"2019-10-28\",\n    \"recurrent\": true,\n    \"workingInterval\": {\n        \"startHour\": 9,\n        \"startMinute\": 0,\n        \"endHour\": 12,\n        \"endMinute\": 0\n    }\n}"},"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/holidays/halfDays/:holidayId","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","holidays","halfDays",":holidayId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"97440829-b5e0-4dab-ad36-a6367b22a85b","type":"string","value":"1","key":"calendarId"},{"id":"ddb6551b-5fc3-47a6-9941-99f19e542ca3","type":"string","value":"1","key":"holidayId"}]}},"response":[],"_postman_id":"620a41fe-8fa8-45c8-8ea4-29157d81a514"},{"name":"Delete a half day holiday of a calendar","id":"27bc8a60-2d71-403b-bb69-d2a5fc908f47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/holidays/halfDays/:holidayId","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","holidays","halfDays",":holidayId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"8eb10606-c82d-4c85-bd53-866ecc389512","type":"string","value":"1","key":"calendarId"},{"id":"3201d4d5-8201-49a5-be0b-4202e1ea1c05","type":"string","value":"1","key":"holidayId"}]}},"response":[],"_postman_id":"27bc8a60-2d71-403b-bb69-d2a5fc908f47"},{"name":"Bulk add half day holidays to a calendar","id":"956cf782-c694-4881-a7da-c6db3710b1c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Republic Day Eve\",\n        \"date\": \"2019-10-28\",\n        \"recurrent\": true,\n        \"workingInterval\": {\n            \"startHour\": 9,\n            \"startMinute\": 0,\n            \"endHour\": 12,\n            \"endMinute\": 0\n        }\n    },\n    {\n        \"date\": \"2020-05-18\",\n        \"recurrent\": false,\n        \"workingInterval\": {\n            \"startHour\": 9,\n            \"startMinute\": 0,\n            \"endHour\": 12,\n            \"endMinute\": 0\n        }\n    }\n]"},"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId/holidays/halfDays/bulk","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId","holidays","halfDays","bulk"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"4ce0839c-20b6-4299-bc54-f9bc3589cd6b","type":"string","value":"1","key":"calendarId"}]}},"response":[],"_postman_id":"956cf782-c694-4881-a7da-c6db3710b1c6"}],"id":"699882f3-e9d7-4794-8303-51b6c63d4ff5","_postman_id":"699882f3-e9d7-4794-8303-51b6c63d4ff5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}}}],"id":"e3cc741f-4422-401b-90af-cdd3fd9a1934","_postman_id":"e3cc741f-4422-401b-90af-cdd3fd9a1934","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}}},{"name":"Gel all calendars","id":"b7feb152-bf54-40e4-bfe3-2dd5d47ef6ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/rest/tts-api/1.0/calendars","description":"<p>This method returns the all calendars that are defined in your system.</p>\n<p>If you want to include the shared holidays in the calendar representations you can include <strong>shared</strong> parameter in your query with <em>true</em> value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Whether include the shared holidays in the calendar representations</p>\n","type":"text/plain"},"key":"shared","value":"true"}],"variable":[]}},"response":[{"id":"005c6b59-e9c7-417c-9e33-6ca469eb8367","name":"Not authorized response","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/rest/tts-api/1.0/calendars"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-AREQUESTID","value":"822x67717x1"},{"key":"X-ASESSIONID","value":"1wuohw4"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-ASEN","value":"SEN-12910485"},{"key":"Set-Cookie","value":"JSESSIONID=58583709217302CDCCF957C3AD06B185; Path=/jira; HttpOnly"},{"key":"X-Seraph-LoginReason","value":"OK"},{"key":"X-AUSERNAME","value":"test"},{"key":"Cache-Control","value":"no-cache, no-store, no-transform"},{"key":"WWW-Authenticate","value":"OAuth realm=\"http%3A%2F%2Flocalhost%3A2990%2Fjira\""},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 05 Sep 2019 10:42:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessages\": [\n        \"You are not authorized to perform this action.\"\n    ],\n    \"errors\": {}\n}"},{"id":"0393b4e3-4104-4a1f-9e77-389bc27ebdd1","name":"Sucessfull request","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/rest/tts-api/1.0/calendars"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-AREQUESTID","value":"799x60233x1"},{"key":"X-ASESSIONID","value":"3vn4m7"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-ASEN","value":"SEN-12910485"},{"key":"X-Seraph-LoginReason","value":"OK"},{"key":"X-AUSERNAME","value":"admin"},{"key":"Cache-Control","value":"no-cache, no-store, no-transform"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 05 Sep 2019 10:19:23 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 6,\n        \"zoneType\": \"CUSTOM\",\n        \"zoneId\": \"America/New_York\",\n        \"name\": \"8x5 Calendar\",\n        \"businessDayType\": \"CUSTOM\",\n        \"businessDayDuration\": \"8h\",\n        \"businessDayMinutes\": 480,\n        \"businessDays\": {\n            \"TUESDAY\": {\n                \"businessHours\": [\n                    {\n                        \"startHour\": 8,\n                        \"startMinute\": 0,\n                        \"endHour\": 12,\n                        \"endMinute\": 0\n                    },\n                    {\n                        \"startHour\": 13,\n                        \"startMinute\": 0,\n                        \"endHour\": 17,\n                        \"endMinute\": 0\n                    }\n                ],\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6/businessDays/TUESDAY\"\n            },\n            \"FRIDAY\": {\n                \"businessHours\": [\n                    {\n                        \"startHour\": 8,\n                        \"startMinute\": 0,\n                        \"endHour\": 12,\n                        \"endMinute\": 0\n                    },\n                    {\n                        \"startHour\": 13,\n                        \"startMinute\": 0,\n                        \"endHour\": 17,\n                        \"endMinute\": 0\n                    }\n                ],\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6/businessDays/FRIDAY\"\n            },\n            \"THURSDAY\": {\n                \"businessHours\": [\n                    {\n                        \"startHour\": 8,\n                        \"startMinute\": 0,\n                        \"endHour\": 12,\n                        \"endMinute\": 0\n                    },\n                    {\n                        \"startHour\": 13,\n                        \"startMinute\": 0,\n                        \"endHour\": 17,\n                        \"endMinute\": 0\n                    }\n                ],\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6/businessDays/THURSDAY\"\n            },\n            \"WEDNESDAY\": {\n                \"businessHours\": [\n                    {\n                        \"startHour\": 8,\n                        \"startMinute\": 0,\n                        \"endHour\": 12,\n                        \"endMinute\": 0\n                    },\n                    {\n                        \"startHour\": 13,\n                        \"startMinute\": 0,\n                        \"endHour\": 17,\n                        \"endMinute\": 0\n                    }\n                ],\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6/businessDays/WEDNESDAY\"\n            },\n            \"MONDAY\": {\n                \"businessHours\": [\n                    {\n                        \"startHour\": 8,\n                        \"startMinute\": 0,\n                        \"endHour\": 12,\n                        \"endMinute\": 0\n                    },\n                    {\n                        \"startHour\": 13,\n                        \"startMinute\": 0,\n                        \"endHour\": 17,\n                        \"endMinute\": 0\n                    }\n                ],\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6/businessDays/MONDAY\"\n            }\n        },\n        \"holidays\": {\n            \"wholeDays\": [\n                {\n                    \"id\": 120,\n                    \"name\": \"Martin Luther King Jr. Day\",\n                    \"date\": \"2018-01-15\",\n                    \"recurrent\": false,\n                    \"calendarId\": 6,\n                    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/120\"\n                },\n                {\n                    \"id\": 121,\n                    \"name\": \"Martin Luther King Jr. Day\",\n                    \"date\": \"2019-01-21\",\n                    \"recurrent\": false,\n                    \"calendarId\": 6,\n                    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/121\"\n                },\n                {\n                    \"id\": 122,\n                    \"name\": \"Martin Luther King Jr. Day\",\n                    \"date\": \"2020-01-20\",\n                    \"recurrent\": false,\n                    \"calendarId\": 6,\n                    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/122\"\n                },\n                {\n                    \"id\": 123,\n                    \"name\": \"Independence Day\",\n                    \"date\": \"2018-07-04\",\n                    \"recurrent\": true,\n                    \"calendarId\": 6,\n                    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/123\"\n                },\n                {\n                    \"id\": 124,\n                    \"name\": \"Veterans Day\",\n                    \"date\": \"2018-11-11\",\n                    \"recurrent\": true,\n                    \"calendarId\": 6,\n                    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/124\"\n                },\n                {\n                    \"id\": 125,\n                    \"name\": \"Christmas Day\",\n                    \"date\": \"2018-12-25\",\n                    \"recurrent\": true,\n                    \"calendarId\": 6,\n                    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/125\"\n                }\n            ],\n            \"halfDays\": []\n        },\n        \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6\"\n    },\n    {\n        \"id\": 7,\n        \"zoneType\": \"CUSTOM\",\n        \"zoneId\": \"Etc/GMT-3\",\n        \"name\": \"Turkey Calendar\",\n        \"businessDayType\": \"CUSTOM\",\n        \"businessDayDuration\": \"8h\",\n        \"businessDayMinutes\": 480,\n        \"businessDays\": {\n            \"FRIDAY\": {\n                \"businessHours\": [\n                    {\n                        \"startHour\": 8,\n                        \"startMinute\": 0,\n                        \"endHour\": 12,\n                        \"endMinute\": 0\n                    },\n                    {\n                        \"startHour\": 13,\n                        \"startMinute\": 0,\n                        \"endHour\": 17,\n                        \"endMinute\": 0\n                    }\n                ],\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/7/businessDays/FRIDAY\"\n            },\n            \"TUESDAY\": {\n                \"businessHours\": [\n                    {\n                        \"startHour\": 8,\n                        \"startMinute\": 0,\n                        \"endHour\": 12,\n                        \"endMinute\": 0\n                    },\n                    {\n                        \"startHour\": 13,\n                        \"startMinute\": 0,\n                        \"endHour\": 17,\n                        \"endMinute\": 0\n                    }\n                ],\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/7/businessDays/TUESDAY\"\n            },\n            \"THURSDAY\": {\n                \"businessHours\": [\n                    {\n                        \"startHour\": 8,\n                        \"startMinute\": 0,\n                        \"endHour\": 12,\n                        \"endMinute\": 0\n                    },\n                    {\n                        \"startHour\": 13,\n                        \"startMinute\": 0,\n                        \"endHour\": 17,\n                        \"endMinute\": 0\n                    }\n                ],\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/7/businessDays/THURSDAY\"\n            },\n            \"WEDNESDAY\": {\n                \"businessHours\": [\n                    {\n                        \"startHour\": 8,\n                        \"startMinute\": 0,\n                        \"endHour\": 12,\n                        \"endMinute\": 0\n                    },\n                    {\n                        \"startHour\": 13,\n                        \"startMinute\": 0,\n                        \"endHour\": 17,\n                        \"endMinute\": 0\n                    }\n                ],\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/7/businessDays/WEDNESDAY\"\n            },\n            \"MONDAY\": {\n                \"businessHours\": [\n                    {\n                        \"startHour\": 8,\n                        \"startMinute\": 0,\n                        \"endHour\": 12,\n                        \"endMinute\": 0\n                    },\n                    {\n                        \"startHour\": 13,\n                        \"startMinute\": 0,\n                        \"endHour\": 17,\n                        \"endMinute\": 0\n                    }\n                ],\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/7/businessDays/MONDAY\"\n            }\n        },\n        \"holidays\": {\n            \"wholeDays\": [\n                {\n                    \"id\": 127,\n                    \"name\": \"National Sovereignty and Children's Day\",\n                    \"date\": \"2018-04-23\",\n                    \"recurrent\": true,\n                    \"calendarId\": 7,\n                    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/127\"\n                },\n                {\n                    \"id\": 128,\n                    \"name\": \"Labor and Solidarity Day\",\n                    \"date\": \"2018-05-01\",\n                    \"recurrent\": true,\n                    \"calendarId\": 7,\n                    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/128\"\n                },\n                {\n                    \"id\": 129,\n                    \"name\": \"Commemoration of Atatürk, Youth and Sports Day\",\n                    \"date\": \"2018-05-19\",\n                    \"recurrent\": true,\n                    \"calendarId\": 7,\n                    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/129\"\n                },\n                {\n                    \"id\": 130,\n                    \"name\": \"Ramadan Feast Day 3\",\n                    \"date\": \"2018-06-17\",\n                    \"recurrent\": false,\n                    \"calendarId\": 7,\n                    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/130\"\n                },\n                {\n                    \"id\": 131,\n                    \"name\": \"Ramadan Feast Day 2\",\n                    \"date\": \"2018-06-16\",\n                    \"recurrent\": false,\n                    \"calendarId\": 7,\n                    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/131\"\n                },\n                {\n                    \"id\": 132,\n                    \"name\": \"Ramadan Feast Day 1\",\n                    \"date\": \"2018-06-15\",\n                    \"recurrent\": false,\n                    \"calendarId\": 7,\n                    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/132\"\n                }\n            ],\n            \"halfDays\": [\n                {\n                    \"id\": 48,\n                    \"name\": \"Ramadan Feast Eve\",\n                    \"date\": \"2018-06-14\",\n                    \"recurrent\": false,\n                    \"workingInterval\": {\n                        \"startHour\": 8,\n                        \"startMinute\": 0,\n                        \"endHour\": 12,\n                        \"endMinute\": 0\n                    },\n                    \"calendarId\": 7,\n                    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/halfDays/48\"\n                }\n            ]\n        },\n        \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/7\"\n    }\n]"}],"_postman_id":"b7feb152-bf54-40e4-bfe3-2dd5d47ef6ba"},{"name":"Create calendar","id":"764fcd3a-86d5-4b02-944c-1617ce1d526d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"zoneType\": \"CUSTOM\",\n    \"zoneId\": \"America/New_York\",\n    \"name\": \"8x5 Calendar\",\n    \"businessDayType\": \"AUTOMATIC\",\n    \"businessDays\": {\n      \"MONDAY\": {\n        \"businessHours\": [\n          {\n            \"startHour\": 8,\n            \"startMinute\": 0,\n            \"endHour\": 12,\n            \"endMinute\": 0\n          },\n          {\n            \"startHour\": 13,\n            \"startMinute\": 0,\n            \"endHour\": 17,\n            \"endMinute\": 0\n          }\n        ]\n      },\n      \"TUESDAY\": {\n        \"businessHours\": [\n          {\n            \"startHour\": 8,\n            \"startMinute\": 0,\n            \"endHour\": 12,\n            \"endMinute\": 0\n          },\n          {\n            \"startHour\": 13,\n            \"startMinute\": 0,\n            \"endHour\": 17,\n            \"endMinute\": 0\n          }\n        ]\n      },\n      \"WEDNESDAY\": {\n        \"businessHours\": [\n          {\n            \"startHour\": 8,\n            \"startMinute\": 0,\n            \"endHour\": 12,\n            \"endMinute\": 0\n          },\n          {\n            \"startHour\": 13,\n            \"startMinute\": 0,\n            \"endHour\": 17,\n            \"endMinute\": 0\n          }\n        ]\n      },\n      \"THURSDAY\": {\n        \"businessHours\": [\n          {\n            \"startHour\": 8,\n            \"startMinute\": 0,\n            \"endHour\": 12,\n            \"endMinute\": 0\n          },\n          {\n            \"startHour\": 13,\n            \"startMinute\": 0,\n            \"endHour\": 17,\n            \"endMinute\": 0\n          }\n        ]\n      },\n      \"FRIDAY\": {\n        \"businessHours\": [\n          {\n            \"startHour\": 8,\n            \"startMinute\": 0,\n            \"endHour\": 12,\n            \"endMinute\": 0\n          },\n          {\n            \"startHour\": 13,\n            \"startMinute\": 0,\n            \"endHour\": 17,\n            \"endMinute\": 0\n          }\n        ]\n      }\n    },\n    \"holidays\": {\n      \"wholeDays\": [\n        {\n          \"name\": \"Martin Luther King Jr. Day\",\n          \"date\": \"2018-01-15\",\n          \"recurrent\": false\n        },\n        {\n          \"name\": \"Martin Luther King Jr. Day\",\n          \"date\": \"2019-01-21\",\n          \"recurrent\": false\n        },\n        {\n          \"name\": \"Martin Luther King Jr. Day\",\n          \"date\": \"2020-01-20\",\n          \"recurrent\": false\n        },\n        {\n          \"name\": \"Independence Day\",\n          \"date\": \"2018-07-04\",\n          \"recurrent\": true\n        },\n        {\n          \"name\": \"Veterans Day\",\n          \"date\": \"2018-11-11\",\n          \"recurrent\": true\n        },\n        {\n          \"name\": \"Christmas Day\",\n          \"date\": \"2018-12-25\",\n          \"recurrent\": true\n        }\n      ],\n      \"halfDays\": []\n    }\n  }"},"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/","description":"<p>Creates an calendar from a JSON representation.</p>\n<p>The JSON representation must contain at least one business day for successful creation of the calendar.</p>\n<p><strong>P.S:</strong> Shared holidays cannot be added or updated with this method.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2a752135-ada7-4ead-ac50-fe08919aabe6","name":"Successfull calendar creation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"zoneType\": \"CUSTOM\",\n    \"zoneId\": \"America/New_York\",\n    \"name\": \"8x5 Calendar\",\n    \"businessDayType\": \"AUTOMATIC\",\n    \"businessDays\": {\n      \"MONDAY\": {\n        \"businessHours\": [\n          {\n            \"startHour\": 8,\n            \"startMinute\": 0,\n            \"endHour\": 12,\n            \"endMinute\": 0\n          },\n          {\n            \"startHour\": 13,\n            \"startMinute\": 0,\n            \"endHour\": 17,\n            \"endMinute\": 0\n          }\n        ]\n      },\n      \"TUESDAY\": {\n        \"businessHours\": [\n          {\n            \"startHour\": 8,\n            \"startMinute\": 0,\n            \"endHour\": 12,\n            \"endMinute\": 0\n          },\n          {\n            \"startHour\": 13,\n            \"startMinute\": 0,\n            \"endHour\": 17,\n            \"endMinute\": 0\n          }\n        ]\n      },\n      \"WEDNESDAY\": {\n        \"businessHours\": [\n          {\n            \"startHour\": 8,\n            \"startMinute\": 0,\n            \"endHour\": 12,\n            \"endMinute\": 0\n          },\n          {\n            \"startHour\": 13,\n            \"startMinute\": 0,\n            \"endHour\": 17,\n            \"endMinute\": 0\n          }\n        ]\n      },\n      \"THURSDAY\": {\n        \"businessHours\": [\n          {\n            \"startHour\": 8,\n            \"startMinute\": 0,\n            \"endHour\": 12,\n            \"endMinute\": 0\n          },\n          {\n            \"startHour\": 13,\n            \"startMinute\": 0,\n            \"endHour\": 17,\n            \"endMinute\": 0\n          }\n        ]\n      },\n      \"FRIDAY\": {\n        \"businessHours\": [\n          {\n            \"startHour\": 8,\n            \"startMinute\": 0,\n            \"endHour\": 12,\n            \"endMinute\": 0\n          },\n          {\n            \"startHour\": 13,\n            \"startMinute\": 0,\n            \"endHour\": 17,\n            \"endMinute\": 0\n          }\n        ]\n      }\n    },\n    \"holidays\": {\n      \"wholeDays\": [\n        {\n          \"name\": \"Martin Luther King Jr. Day\",\n          \"date\": \"2018-01-15\",\n          \"recurrent\": false\n        },\n        {\n          \"name\": \"Martin Luther King Jr. Day\",\n          \"date\": \"2019-01-21\",\n          \"recurrent\": false\n        },\n        {\n          \"name\": \"Martin Luther King Jr. Day\",\n          \"date\": \"2020-01-20\",\n          \"recurrent\": false\n        },\n        {\n          \"name\": \"Independence Day\",\n          \"date\": \"2018-07-04\",\n          \"recurrent\": true\n        },\n        {\n          \"name\": \"Veterans Day\",\n          \"date\": \"2018-11-11\",\n          \"recurrent\": true\n        },\n        {\n          \"name\": \"Christmas Day\",\n          \"date\": \"2018-12-25\",\n          \"recurrent\": true\n        }\n      ],\n      \"halfDays\": []\n    }\n  }"},"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-AREQUESTID","value":"727x59457x1"},{"key":"X-ASESSIONID","value":"q1exx9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-ASEN","value":"SEN-12910485"},{"key":"X-Seraph-LoginReason","value":"OK"},{"key":"X-AUSERNAME","value":"admin"},{"key":"Cache-Control","value":"no-cache, no-store, no-transform"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 05 Sep 2019 09:07:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6,\n    \"zoneType\": \"CUSTOM\",\n    \"zoneId\": \"America/New_York\",\n    \"name\": \"8x5 Calendar\",\n    \"businessDayType\": \"AUTOMATIC\",\n    \"businessDayMinutes\": 0,\n    \"businessDays\": {\n        \"FRIDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ],\n            \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6/businessDays/FRIDAY\"\n        },\n        \"TUESDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ],\n            \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6/businessDays/TUESDAY\"\n        },\n        \"THURSDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ],\n            \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6/businessDays/THURSDAY\"\n        },\n        \"WEDNESDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ],\n            \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6/businessDays/WEDNESDAY\"\n        },\n        \"MONDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ],\n            \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6/businessDays/MONDAY\"\n        }\n    },\n    \"holidays\": {\n        \"wholeDays\": [\n            {\n                \"id\": 114,\n                \"name\": \"Martin Luther King Jr. Day\",\n                \"date\": \"2018-01-15\",\n                \"recurrent\": false,\n                \"calendarId\": 6,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/114\"\n            },\n            {\n                \"id\": 115,\n                \"name\": \"Martin Luther King Jr. Day\",\n                \"date\": \"2019-01-21\",\n                \"recurrent\": false,\n                \"calendarId\": 6,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/115\"\n            },\n            {\n                \"id\": 116,\n                \"name\": \"Martin Luther King Jr. Day\",\n                \"date\": \"2020-01-20\",\n                \"recurrent\": false,\n                \"calendarId\": 6,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/116\"\n            },\n            {\n                \"id\": 117,\n                \"name\": \"Independence Day\",\n                \"date\": \"2018-07-04\",\n                \"recurrent\": true,\n                \"calendarId\": 6,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/117\"\n            },\n            {\n                \"id\": 118,\n                \"name\": \"Veterans Day\",\n                \"date\": \"2018-11-11\",\n                \"recurrent\": true,\n                \"calendarId\": 6,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/118\"\n            },\n            {\n                \"id\": 119,\n                \"name\": \"Christmas Day\",\n                \"date\": \"2018-12-25\",\n                \"recurrent\": true,\n                \"calendarId\": 6,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/119\"\n            }\n        ],\n        \"halfDays\": []\n    },\n    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6\"\n}"},{"id":"712a3f46-1f42-408a-8f56-69668a022016","name":"Successfull calendar creation 2 ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"zoneType\": \"CUSTOM\",\n    \"zoneId\": \"Etc/GMT-3\",\n    \"name\": \"Turkey Calendar\",\n    \"businessDayType\": \"CUSTOM\",\n    \"businessDayDuration\": \"8h\",\n    \"businessDayMinutes\": 480,\n    \"businessDays\": {\n        \"MONDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ]\n        },\n        \"TUESDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ]\n        },\n        \"WEDNESDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ]\n        },\n        \"THURSDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ]\n        },\n        \"FRIDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ]\n        }\n    },\n    \"holidays\": {\n        \"wholeDays\": [\n            {\n                \"name\": \"National Sovereignty and Children's Day\",\n                \"date\": \"2018-04-23\",\n                \"recurrent\": true\n            },\n            {\n                \"name\": \"Labor and Solidarity Day\",\n                \"date\": \"2018-05-01\",\n                \"recurrent\": true\n            },\n            {\n                \"name\": \"Commemoration of Atatürk, Youth and Sports Day\",\n                \"date\": \"2018-05-19\",\n                \"recurrent\": true\n            },\n            {\n                \"name\": \"Ramadan Feast Day 3\",\n                \"date\": \"2018-06-17\",\n                \"recurrent\": false\n            },\n            {\n                \"name\": \"Ramadan Feast Day 2\",\n                \"date\": \"2018-06-16\",\n                \"recurrent\": false\n            },\n            {\n                \"name\": \"Ramadan Feast Day 1\",\n                \"date\": \"2018-06-15\",\n                \"recurrent\": false\n            }\n        ],\n        \"halfDays\": [\n            {\n                \"name\": \"Ramadan Feast Eve\",\n                \"date\": \"2018-06-14\",\n                \"recurrent\": false,\n                \"workingInterval\": {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                }\n            }\n        ]\n    }\n}"},"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-AREQUESTID","value":"795x60232x1"},{"key":"X-ASESSIONID","value":"3vn4m7"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-ASEN","value":"SEN-12910485"},{"key":"X-Seraph-LoginReason","value":"OK"},{"key":"X-AUSERNAME","value":"admin"},{"key":"Cache-Control","value":"no-cache, no-store, no-transform"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 05 Sep 2019 10:15:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7,\n    \"zoneType\": \"CUSTOM\",\n    \"zoneId\": \"Etc/GMT-3\",\n    \"name\": \"Turkey Calendar\",\n    \"businessDayType\": \"CUSTOM\",\n    \"businessDayDuration\": \"8h\",\n    \"businessDayMinutes\": 480,\n    \"businessDays\": {\n        \"FRIDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ],\n            \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/7/businessDays/FRIDAY\"\n        },\n        \"TUESDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ],\n            \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/7/businessDays/TUESDAY\"\n        },\n        \"THURSDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ],\n            \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/7/businessDays/THURSDAY\"\n        },\n        \"WEDNESDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ],\n            \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/7/businessDays/WEDNESDAY\"\n        },\n        \"MONDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ],\n            \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/7/businessDays/MONDAY\"\n        }\n    },\n    \"holidays\": {\n        \"wholeDays\": [\n            {\n                \"id\": 127,\n                \"name\": \"National Sovereignty and Children's Day\",\n                \"date\": \"2018-04-23\",\n                \"recurrent\": true,\n                \"calendarId\": 7,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/127\"\n            },\n            {\n                \"id\": 128,\n                \"name\": \"Labor and Solidarity Day\",\n                \"date\": \"2018-05-01\",\n                \"recurrent\": true,\n                \"calendarId\": 7,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/128\"\n            },\n            {\n                \"id\": 129,\n                \"name\": \"Commemoration of Atatürk, Youth and Sports Day\",\n                \"date\": \"2018-05-19\",\n                \"recurrent\": true,\n                \"calendarId\": 7,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/129\"\n            },\n            {\n                \"id\": 130,\n                \"name\": \"Ramadan Feast Day 3\",\n                \"date\": \"2018-06-17\",\n                \"recurrent\": false,\n                \"calendarId\": 7,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/130\"\n            },\n            {\n                \"id\": 131,\n                \"name\": \"Ramadan Feast Day 2\",\n                \"date\": \"2018-06-16\",\n                \"recurrent\": false,\n                \"calendarId\": 7,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/131\"\n            },\n            {\n                \"id\": 132,\n                \"name\": \"Ramadan Feast Day 1\",\n                \"date\": \"2018-06-15\",\n                \"recurrent\": false,\n                \"calendarId\": 7,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/132\"\n            }\n        ],\n        \"halfDays\": [\n            {\n                \"id\": 48,\n                \"name\": \"Ramadan Feast Eve\",\n                \"date\": \"2018-06-14\",\n                \"recurrent\": false,\n                \"workingInterval\": {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                \"calendarId\": 7,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/halfDays/48\"\n            }\n        ]\n    },\n    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/7\"\n}"},{"id":"d7634323-e3a5-4b2b-93ef-196ecceaef0e","name":"Create calendar with missing data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"zoneType\": \"CUSTOM\",\n    \"zoneId\": \"Europe/Istanbul\",\n    \"name\": \"Default\",\n    \"businessDayType\": \"CUSTOM\",\n    \"businessDayDuration\": \"9h \",\n    \"businessDayMinutes\": 540\n}"},"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"X-AREQUESTID","value":"599x43725x1"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-ASEN","value":"SEN-12910485"},{"key":"Set-Cookie","value":"JSESSIONID=E10EBFE4A6255E122F283AFFB12F1C4A; Path=/jira; HttpOnly"},{"key":"X-Seraph-LoginReason","value":"OK"},{"key":"X-ASESSIONID","value":"1ix39ua"},{"key":"X-AUSERNAME","value":"admin"},{"key":"Cache-Control","value":"no-cache, no-store, no-transform"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Tue, 03 Sep 2019 07:00:04 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"764fcd3a-86d5-4b02-944c-1617ce1d526d"},{"name":"Get a calendar","id":"3c1ced6d-3b09-4872-b161-66721a4ed085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId?shared=true","description":"<p>Returns a full representation of the calendar for the given id.</p>\n<p>A calendar JSON consist of calendar id, zone information of the calendar, business days of the calendar and holidays of the calendar.</p>\n<p>The <strong>shared</strong> parameter indicates whether to include the shared holidays in the representastion or not.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Whether or not include shared holidays in the results.</p>\n","type":"text/plain"},"key":"shared","value":"true"}],"variable":[{"type":"string","value":"1","key":"calendarId"}]}},"response":[{"id":"8c9cffcd-63c9-4ff9-8ce8-5cacd8dc5de1","name":"Successfull request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId?shared=true","host":["{{baseUrl}}"],"path":["rest","tts-api","1.0","calendars",":calendarId"],"query":[{"key":"shared","value":"true","description":"Whether or not include shared holidays in the results."}],"variable":[{"key":"calendarId","value":"6","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-AREQUESTID","value":"827x67722x1"},{"key":"X-ASESSIONID","value":"154ynvf"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-ASEN","value":"SEN-12910485"},{"key":"Set-Cookie","value":"JSESSIONID=6990C1F937131480912E3D011DC01A04; Path=/jira; HttpOnly"},{"key":"X-Seraph-LoginReason","value":"OK"},{"key":"X-AUSERNAME","value":"admin"},{"key":"Cache-Control","value":"no-cache, no-store, no-transform"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 05 Sep 2019 10:47:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6,\n    \"zoneType\": \"CUSTOM\",\n    \"zoneId\": \"America/New_York\",\n    \"name\": \"8x5 Calendar\",\n    \"businessDayType\": \"CUSTOM\",\n    \"businessDayDuration\": \"8h\",\n    \"businessDayMinutes\": 480,\n    \"businessDays\": {\n        \"TUESDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ],\n            \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6/businessDays/TUESDAY\"\n        },\n        \"FRIDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ],\n            \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6/businessDays/FRIDAY\"\n        },\n        \"THURSDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ],\n            \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6/businessDays/THURSDAY\"\n        },\n        \"WEDNESDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ],\n            \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6/businessDays/WEDNESDAY\"\n        },\n        \"MONDAY\": {\n            \"businessHours\": [\n                {\n                    \"startHour\": 8,\n                    \"startMinute\": 0,\n                    \"endHour\": 12,\n                    \"endMinute\": 0\n                },\n                {\n                    \"startHour\": 13,\n                    \"startMinute\": 0,\n                    \"endHour\": 17,\n                    \"endMinute\": 0\n                }\n            ],\n            \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6/businessDays/MONDAY\"\n        }\n    },\n    \"holidays\": {\n        \"wholeDays\": [\n            {\n                \"id\": 120,\n                \"name\": \"Martin Luther King Jr. Day\",\n                \"date\": \"2018-01-15\",\n                \"recurrent\": false,\n                \"calendarId\": 6,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/120\"\n            },\n            {\n                \"id\": 121,\n                \"name\": \"Martin Luther King Jr. Day\",\n                \"date\": \"2019-01-21\",\n                \"recurrent\": false,\n                \"calendarId\": 6,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/121\"\n            },\n            {\n                \"id\": 122,\n                \"name\": \"Martin Luther King Jr. Day\",\n                \"date\": \"2020-01-20\",\n                \"recurrent\": false,\n                \"calendarId\": 6,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/122\"\n            },\n            {\n                \"id\": 123,\n                \"name\": \"Independence Day\",\n                \"date\": \"2018-07-04\",\n                \"recurrent\": true,\n                \"calendarId\": 6,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/123\"\n            },\n            {\n                \"id\": 124,\n                \"name\": \"Veterans Day\",\n                \"date\": \"2018-11-11\",\n                \"recurrent\": true,\n                \"calendarId\": 6,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/124\"\n            },\n            {\n                \"id\": 125,\n                \"name\": \"Christmas Day\",\n                \"date\": \"2018-12-25\",\n                \"recurrent\": true,\n                \"calendarId\": 6,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/125\"\n            }\n        ],\n        \"halfDays\": []\n    },\n    \"sharedHolidays\": {\n        \"wholeDays\": [\n            {\n                \"id\": 126,\n                \"name\": \"New Year\",\n                \"date\": \"2019-01-01\",\n                \"recurrent\": true,\n                \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/holidays/wholeDays/126\"\n            }\n        ],\n        \"halfDays\": []\n    },\n    \"self\": \"http://localhost:2990/jira/rest/tts-api/1.0/calendars/6\"\n}"},{"id":"b66f91ce-4855-494d-850e-4506749e2f02","name":"Non existing calendar","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId","host":["{{baseUrl}}"],"path":["rest","tts-api","1.0","calendars",":calendarId"],"query":[{"key":"shared","value":"true","disabled":true}],"variable":[{"key":"calendarId","value":"4","type":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-AREQUESTID","value":"872x52611x1"},{"key":"X-ASESSIONID","value":"11k877v"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-ASEN","value":"SEN-12910485"},{"key":"X-Seraph-LoginReason","value":"OK"},{"key":"X-AUSERNAME","value":"admin"},{"key":"Cache-Control","value":"no-cache, no-store, no-transform"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 04 Sep 2019 11:32:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessages\": [\n        \"Calendar with ID 4 cannot be found\"\n    ],\n    \"errors\": {}\n}"}],"_postman_id":"3c1ced6d-3b09-4872-b161-66721a4ed085"},{"name":"Edit calendar","id":"44eed903-3fe9-45eb-a4f6-bd2c05413952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"holidays\": {\n    \"wholeDays\": [\n      {\n        \"id\": 15,\n        \"name\": \"New Year\",\n        \"date\": \"2019-01-01\",\n        \"recurrent\": true\n      }\n    ]\n  }\n}"},"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId","description":"<p>Edits a calendar from a JSON represantation</p>\n<p>The business days can be set or cleared with given JSON representation</p>\n<p>Holidays of the calendar can be updated or new holidays can be added to the calendar.</p>\n<p><strong>P.S:</strong> Shared holidays cannot be added or updated with this method</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"string","value":"1","key":"calendarId"}]}},"response":[{"id":"8b62ebdf-fd45-4a53-ab19-757c1755e31f","name":"Edit operation has errors","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"holidays\": {\n    \"wholeDays\": [\n      {\n        \"id\": 12,\n        \"name\": \"New Year 2\",\n        \"date\": \"2019-01-01\",\n        \"recurrent\": true\n      }\n    ]\n  }\n}"},"url":{"raw":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId","host":["{{baseUrl}}"],"path":["rest","tts-api","1.0","calendars",":calendarId"],"variable":[{"key":"calendarId","value":"1","type":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"JSON","header":[{"key":"X-AREQUESTID","value":"955x30x1"},{"key":"X-ASESSIONID","value":"vdoy8l"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-ASEN","value":"TestSEN"},{"key":"X-Seraph-LoginReason","value":"OK"},{"key":"X-AUSERNAME","value":"admin"},{"key":"Cache-Control","value":"no-cache, no-store, no-transform"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 09 Sep 2019 12:55:37 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n\t\"errorMessages\" : [\n\t\t\"You are trying to update a holiday that does not belongs to the calendar: HolidayDto{holidayType=null, id=12, name='New Year 2', date=2019-01-01, recurrent=true, workingInterval=null, calendarId=null}\"\n\t\t],\n\t\"errors\":{}\n}"},{"id":"b94642f1-df31-4777-a25b-bd764273a2b0","name":"Successful calendar edit","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"holidays\": {\n    \"wholeDays\": [\n      {\n        \"id\": 11,\n        \"name\": \"New Year\",\n        \"date\": \"2019-01-01\",\n        \"recurrent\": true\n      }\n    ]\n  }\n}"},"url":{"raw":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId","host":["{{baseUrl}}"],"path":["rest","tts-api","1.0","calendars",":calendarId"],"variable":[{"key":"calendarId","value":"1","type":"string"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"JSON","header":[{"key":"X-AREQUESTID","value":"984x35x1"},{"key":"X-ASESSIONID","value":"vdoy8l"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-ASEN","value":"TestSEN"},{"key":"X-Seraph-LoginReason","value":"OK"},{"key":"X-AUSERNAME","value":"admin"},{"key":"Cache-Control","value":"no-cache, no-store, no-transform"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 09 Sep 2019 13:24:18 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44eed903-3fe9-45eb-a4f6-bd2c05413952"},{"name":"Delete calendar","id":"1896bde3-7774-4abc-b5a0-88d1907f5cfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId","description":"<p>Delete a calendar.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}},"urlObject":{"path":["rest","tts-api","1.0","calendars",":calendarId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"12215a16-1dee-4266-abcd-1e24dd5ce2f5","type":"string","value":"1","key":"calendarId"}]}},"response":[{"id":"af1a819f-c5a8-44fa-959b-482788e175cd","name":"Successfull request","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId","host":["{{baseUrl}}"],"path":["rest","tts-api","1.0","calendars",":calendarId"],"variable":[{"key":"calendarId","value":"2","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-AREQUESTID","value":"720x59454x1"},{"key":"X-ASESSIONID","value":"q1exx9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-ASEN","value":"SEN-12910485"},{"key":"X-Seraph-LoginReason","value":"OK"},{"key":"X-AUSERNAME","value":"admin"},{"key":"Cache-Control","value":"no-cache, no-store, no-transform"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 05 Sep 2019 09:00:02 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"c4972092-0c39-4c61-9929-671431a993d2","name":"Missing calendar","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/rest/tts-api/1.0/calendars/:calendarId","host":["{{baseUrl}}"],"path":["rest","tts-api","1.0","calendars",":calendarId"],"variable":[{"key":"calendarId","value":"4","type":"string"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-AREQUESTID","value":"719x59453x1"},{"key":"X-ASESSIONID","value":"q1exx9"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"X-ASEN","value":"SEN-12910485"},{"key":"X-Seraph-LoginReason","value":"OK"},{"key":"X-AUSERNAME","value":"admin"},{"key":"Cache-Control","value":"no-cache, no-store, no-transform"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 05 Sep 2019 08:59:40 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorMessages\": [\n        \"Calendar could not be found with ID 4\"\n    ],\n    \"errors\": {}\n}"}],"_postman_id":"1896bde3-7774-4abc-b5a0-88d1907f5cfe"}],"id":"6a4f6ec1-41dc-4819-9b5c-171179926a11","event":[{"listen":"prerequest","script":{"id":"ff191161-7d4e-4a8c-ae12-50572a07297b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"550a88f7-ddca-47b3-a69d-db0bc0bcc360","type":"text/javascript","exec":[""]}}],"_postman_id":"6a4f6ec1-41dc-4819-9b5c-171179926a11","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bd8b745c-066f-47ef-a620-d918700a2bce","id":"bd8b745c-066f-47ef-a620-d918700a2bce","name":"Time to SLA - Calendar API","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]}},"event":[{"listen":"prerequest","script":{"id":"76efdf72-4d79-4956-a972-db1b2b096a9a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ee929e63-2c27-4d3e-ac38-2521e776457b","type":"text/javascript","exec":[""]}}]}