{"info":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","description":"<html><head></head><body><p>Die folgende Dokumentation ist für die API der App <strong>planit:</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26686947","collectionId":"97565220-a5f9-4d49-b473-0111744d1752","publishedId":"2s93z894E6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-27T11:20:58.000Z"},"item":[{"name":"Shift_Categories","item":[{"name":"GET all ShiftCategory Names by Event","id":"8ff6a059-a829-423b-86a3-52802f73b9c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/shiftCategory/names/event_id/:eventid","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["shiftCategory","names","event_id",":eventid"],"host":["{{url}}"],"query":[],"variable":[{"id":"052375d8-4b03-4251-8757-150eb119d653","type":"any","value":"1","key":"eventid"}]}},"response":[{"id":"fcdffc82-be17-4816-ae53-306fccdb3562","name":"GET all ShiftCategory Names by Event","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/shiftCategory/names/event_id/:event_id","host":["{{url}}"],"path":["shiftCategory","names","event_id",":event_id"],"variable":[{"key":"event_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"209"},{"key":"ETag","value":"W/\"d1-ZvH3NUReFkYfckqPAVaZAEUL1mw\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:28:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Bar\",\n        \"description\": \"Main Stage\",\n        \"intervall\": 15,\n        \"activitiesPerShift\": 3,\n        \"event_id\": 1\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Security\",\n        \"description\": \"Main Entrance\",\n        \"intervall\": 60,\n        \"activitiesPerShift\": 3,\n        \"event_id\": 1\n    }\n]"}],"_postman_id":"8ff6a059-a829-423b-86a3-52802f73b9c7"},{"name":"GET all Shifts from ShiftCategory","id":"15a5ebf1-0978-46f7-8510-f5de54a1e3c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/shiftCategory/id/1/getShifts","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["shiftCategory","id","1","getShifts"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"928e70d3-b138-43b5-95e0-a7b3f0aec8c7","name":"GET all Shifts from ShiftCategory","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/shiftCategory/id/:shift_category_id/getShifts","host":["{{url}}"],"path":["shiftCategory","id",":shift_category_id","getShifts"],"variable":[{"key":"shift_category_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1621"},{"key":"ETag","value":"W/\"655-Qc8EUeBKne9Ygu55mYLy3wAe+HE\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:37:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Bar\",\n    \"description\": \"Main Stage\",\n    \"intervall\": 15,\n    \"activitiesPerShift\": 3,\n    \"event_id\": 1,\n    \"shifts\": [\n        {\n            \"id\": 1,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:00:00\",\n            \"endTime\": \"00:15:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1,\n            \"activities\": [\n                {\n                    \"id\": 3,\n                    \"description\": null,\n                    \"shift_id\": 1,\n                    \"user_id\": null,\n                    \"user\": null\n                },\n                {\n                    \"id\": 2,\n                    \"description\": null,\n                    \"shift_id\": 1,\n                    \"user_id\": null,\n                    \"user\": null\n                },\n                {\n                    \"id\": 1,\n                    \"description\": null,\n                    \"shift_id\": 1,\n                    \"user_id\": 5,\n                    \"user\": {\n                        \"id\": 5,\n                        \"firstName\": \"Jan\",\n                        \"lastName\": \"Götz\"\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:15:00\",\n            \"endTime\": \"00:30:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1,\n            \"activities\": [\n                {\n                    \"id\": 6,\n                    \"description\": null,\n                    \"shift_id\": 2,\n                    \"user_id\": null,\n                    \"user\": null\n                },\n                {\n                    \"id\": 5,\n                    \"description\": null,\n                    \"shift_id\": 2,\n                    \"user_id\": 1,\n                    \"user\": {\n                        \"id\": 1,\n                        \"firstName\": \"Heino\",\n                        \"lastName\": \"Bergmann\"\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"description\": null,\n                    \"shift_id\": 2,\n                    \"user_id\": 5,\n                    \"user\": {\n                        \"id\": 5,\n                        \"firstName\": \"Jan\",\n                        \"lastName\": \"Götz\"\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 3,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:30:00\",\n            \"endTime\": \"00:45:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1,\n            \"activities\": [\n                {\n                    \"id\": 9,\n                    \"description\": null,\n                    \"shift_id\": 3,\n                    \"user_id\": null,\n                    \"user\": null\n                },\n                {\n                    \"id\": 8,\n                    \"description\": null,\n                    \"shift_id\": 3,\n                    \"user_id\": null,\n                    \"user\": null\n                },\n                {\n                    \"id\": 7,\n                    \"description\": null,\n                    \"shift_id\": 3,\n                    \"user_id\": null,\n                    \"user\": null\n                }\n            ]\n        },\n        {\n            \"id\": 4,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:45:00\",\n            \"endTime\": \"01:00:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1,\n            \"activities\": [\n                {\n                    \"id\": 22,\n                    \"description\": null,\n                    \"shift_id\": 4,\n                    \"user_id\": null,\n                    \"user\": null\n                },\n                {\n                    \"id\": 12,\n                    \"description\": null,\n                    \"shift_id\": 4,\n                    \"user_id\": null,\n                    \"user\": null\n                },\n                {\n                    \"id\": 11,\n                    \"description\": null,\n                    \"shift_id\": 4,\n                    \"user_id\": null,\n                    \"user\": null\n                },\n                {\n                    \"id\": 10,\n                    \"description\": null,\n                    \"shift_id\": 4,\n                    \"user_id\": null,\n                    \"user\": null\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"15a5ebf1-0978-46f7-8510-f5de54a1e3c4"},{"name":"GET all ShiftCategories from Event","id":"8d68a1bb-f230-4180-a547-c3013e1954fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/shiftCategory/all/event_id/:event_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["shiftCategory","all","event_id",":event_id"],"host":["{{url}}"],"query":[],"variable":[{"id":"1493f2ed-59c1-4d4a-b1e8-91f8bf739eba","type":"any","value":"1","key":"event_id"}]}},"response":[{"id":"ec597de9-df16-4e11-84e7-112606a5aedb","name":"GET all ShiftCategories from Event","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/shiftCategory/all/event_id/:event_id","host":["{{url}}"],"path":["shiftCategory","all","event_id",":event_id"],"variable":[{"key":"event_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1810"},{"key":"ETag","value":"W/\"712-F9NO8lJpbI5/TPD+vm7NNed2Ptg\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:37:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Festival am Waldrand\",\n    \"description\": \"mega hammer super duper Ding\",\n    \"startDate\": \"2023-08-07\",\n    \"endDate\": \"2023-08-13\",\n    \"location\": \"Am Waldrand natürlich\",\n    \"shift_categories\": [\n        {\n            \"id\": 1,\n            \"name\": \"Bar\",\n            \"description\": \"Main Stage\",\n            \"intervall\": 15,\n            \"activitiesPerShift\": 3,\n            \"event_id\": 1,\n            \"shifts\": [\n                {\n                    \"id\": 1,\n                    \"date\": \"2023-08-10\",\n                    \"startTime\": \"00:00:00\",\n                    \"endTime\": \"00:15:00\",\n                    \"isActive\": true,\n                    \"shift_category_id\": 1,\n                    \"activities\": [\n                        {\n                            \"id\": 3,\n                            \"description\": null,\n                            \"shift_id\": 1,\n                            \"user_id\": null,\n                            \"user\": null\n                        },\n                        {\n                            \"id\": 2,\n                            \"description\": null,\n                            \"shift_id\": 1,\n                            \"user_id\": null,\n                            \"user\": null\n                        },\n                        {\n                            \"id\": 1,\n                            \"description\": null,\n                            \"shift_id\": 1,\n                            \"user_id\": 5,\n                            \"user\": {\n                                \"id\": 5,\n                                \"firstName\": \"Jan\",\n                                \"lastName\": \"Götz\"\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2,\n                    \"date\": \"2023-08-10\",\n                    \"startTime\": \"00:15:00\",\n                    \"endTime\": \"00:30:00\",\n                    \"isActive\": true,\n                    \"shift_category_id\": 1,\n                    \"activities\": [\n                        {\n                            \"id\": 6,\n                            \"description\": null,\n                            \"shift_id\": 2,\n                            \"user_id\": null,\n                            \"user\": null\n                        },\n                        {\n                            \"id\": 5,\n                            \"description\": null,\n                            \"shift_id\": 2,\n                            \"user_id\": 1,\n                            \"user\": {\n                                \"id\": 1,\n                                \"firstName\": \"Heino\",\n                                \"lastName\": \"Bergmann\"\n                            }\n                        },\n                        {\n                            \"id\": 4,\n                            \"description\": null,\n                            \"shift_id\": 2,\n                            \"user_id\": 5,\n                            \"user\": {\n                                \"id\": 5,\n                                \"firstName\": \"Jan\",\n                                \"lastName\": \"Götz\"\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": 3,\n                    \"date\": \"2023-08-10\",\n                    \"startTime\": \"00:30:00\",\n                    \"endTime\": \"00:45:00\",\n                    \"isActive\": true,\n                    \"shift_category_id\": 1,\n                    \"activities\": [\n                        {\n                            \"id\": 9,\n                            \"description\": null,\n                            \"shift_id\": 3,\n                            \"user_id\": null,\n                            \"user\": null\n                        },\n                        {\n                            \"id\": 8,\n                            \"description\": null,\n                            \"shift_id\": 3,\n                            \"user_id\": null,\n                            \"user\": null\n                        },\n                        {\n                            \"id\": 7,\n                            \"description\": null,\n                            \"shift_id\": 3,\n                            \"user_id\": null,\n                            \"user\": null\n                        }\n                    ]\n                },\n                {\n                    \"id\": 4,\n                    \"date\": \"2023-08-10\",\n                    \"startTime\": \"00:45:00\",\n                    \"endTime\": \"01:00:00\",\n                    \"isActive\": true,\n                    \"shift_category_id\": 1,\n                    \"activities\": [\n                        {\n                            \"id\": 22,\n                            \"description\": null,\n                            \"shift_id\": 4,\n                            \"user_id\": null,\n                            \"user\": null\n                        },\n                        {\n                            \"id\": 12,\n                            \"description\": null,\n                            \"shift_id\": 4,\n                            \"user_id\": null,\n                            \"user\": null\n                        },\n                        {\n                            \"id\": 11,\n                            \"description\": null,\n                            \"shift_id\": 4,\n                            \"user_id\": null,\n                            \"user\": null\n                        },\n                        {\n                            \"id\": 10,\n                            \"description\": null,\n                            \"shift_id\": 4,\n                            \"user_id\": null,\n                            \"user\": null\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"8d68a1bb-f230-4180-a547-c3013e1954fd"},{"name":"Add new ShiftCategory","id":"23a8523b-b25d-4611-afcb-bf19e3a0006c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"name\": \"Bar\",\n        \"description\": \"Main Stage\",\n        \"intervall\": 60,\n        \"activitiesPerShift\": 3,\n        \"startTime\": \"00:00\",\n        \"endTime\": \"24:00\",\n        \"days\": [\"2023-08-10\", \"2023-08-11\", \"2023-08-13\"],\n        \"event_id\": 1\n    }","options":{"raw":{"language":"json"}}},"url":"{{url}}/shiftCategory/add","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["shiftCategory","add"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6d59b897-cb34-431a-9c92-b705ecedf611","name":"Add new ShiftCategory","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"name\": \"Bar\",\n        \"description\": \"Main Stage\",\n        \"intervall\": 15,\n        \"activitiesPerShift\": 3,\n        \"startTime\": \"00:00\",\n        \"endTime\": \"01:00\",\n        \"days\": [\"2023-08-10\"],\n        \"event_id\": 1\n    }","options":{"raw":{"language":"json"}}},"url":"{{url}}/shiftCategory/add"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"912"},{"key":"ETag","value":"W/\"390-vzn/EGOR1ZuELwyI27HU3477clg\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:27:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"successful created new Category\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Bar\",\n            \"description\": \"Main Stage\",\n            \"intervall\": 15,\n            \"activitiesPerShift\": 3,\n            \"event_id\": 1,\n            \"shifts\": [\n                {\n                    \"isActive\": true,\n                    \"id\": 1,\n                    \"date\": \"2023-08-10\",\n                    \"startTime\": \"00:00\",\n                    \"endTime\": \"00:15\",\n                    \"activities\": [\n                        {\n                            \"id\": 1,\n                            \"shift_id\": 1\n                        },\n                        {\n                            \"id\": 2,\n                            \"shift_id\": 1\n                        },\n                        {\n                            \"id\": 3,\n                            \"shift_id\": 1\n                        }\n                    ],\n                    \"shift_category_id\": 1\n                },\n                {\n                    \"isActive\": true,\n                    \"id\": 2,\n                    \"date\": \"2023-08-10\",\n                    \"startTime\": \"00:15\",\n                    \"endTime\": \"00:30\",\n                    \"activities\": [\n                        {\n                            \"id\": 4,\n                            \"shift_id\": 2\n                        },\n                        {\n                            \"id\": 5,\n                            \"shift_id\": 2\n                        },\n                        {\n                            \"id\": 6,\n                            \"shift_id\": 2\n                        }\n                    ],\n                    \"shift_category_id\": 1\n                },\n                {\n                    \"isActive\": true,\n                    \"id\": 3,\n                    \"date\": \"2023-08-10\",\n                    \"startTime\": \"00:30\",\n                    \"endTime\": \"00:45\",\n                    \"activities\": [\n                        {\n                            \"id\": 7,\n                            \"shift_id\": 3\n                        },\n                        {\n                            \"id\": 8,\n                            \"shift_id\": 3\n                        },\n                        {\n                            \"id\": 9,\n                            \"shift_id\": 3\n                        }\n                    ],\n                    \"shift_category_id\": 1\n                },\n                {\n                    \"isActive\": true,\n                    \"id\": 4,\n                    \"date\": \"2023-08-10\",\n                    \"startTime\": \"00:45\",\n                    \"endTime\": \"01:00\",\n                    \"activities\": [\n                        {\n                            \"id\": 10,\n                            \"shift_id\": 4\n                        },\n                        {\n                            \"id\": 11,\n                            \"shift_id\": 4\n                        },\n                        {\n                            \"id\": 12,\n                            \"shift_id\": 4\n                        }\n                    ],\n                    \"shift_category_id\": 1\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"23a8523b-b25d-4611-afcb-bf19e3a0006c"},{"name":"DELETE ShiftCategory by ID","id":"5a72dcee-15ff-4031-bbd8-73bb2833af94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/shiftCategory/delete/id/:shift_category_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["shiftCategory","delete","id",":shift_category_id"],"host":["{{url}}"],"query":[],"variable":[{"id":"6ca562f9-bbbf-4e74-9617-25b7fef54cc6","type":"any","value":"2","key":"shift_category_id"}]}},"response":[{"id":"84420910-4553-47c4-b397-b3fc98eb6ae6","name":"DELETE ShiftCategory by ID","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{url}}/shiftCategory/delete/id/:shift_category_id","host":["{{url}}"],"path":["shiftCategory","delete","id",":shift_category_id"],"variable":[{"key":"shift_category_id","value":"2"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2f-yY33y4BHrz86/X+XjjHmmGCHE/k\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:29:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5a72dcee-15ff-4031-bbd8-73bb2833af94"}],"id":"4999a120-d630-4760-8ceb-b37c17953261","_postman_id":"4999a120-d630-4760-8ceb-b37c17953261","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}}},{"name":"Event","item":[{"name":"ADD new Event","id":"0a1016a6-cd53-4d6f-be94-b1b19584807d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"name\": \"Festival am Waldrand\",\n        \"description\": \"mega hammer super duper Ding\",\n        \"startDate\": \"2023-08-07\",\n        \"endDate\": \"2023-08-13\",\n        \"location\": \"Am Waldrand natürlich\"\n    }","options":{"raw":{"language":"json"}}},"url":"{{url}}/event/add","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["event","add"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ee54efc0-1f4b-4957-a67e-4767a68d573e","name":"ADD new Event","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"name\": \"Festival am Waldrand\",\n        \"description\": \"mega hammer super duper Ding\",\n        \"startDate\": \"2023-08-07\",\n        \"endDate\": \"2023-08-13\",\n        \"location\": \"Am Waldrand natürlich\"\n    }","options":{"raw":{"language":"json"}}},"url":"{{url}}/event/add"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"217"},{"key":"ETag","value":"W/\"d9-QUHmGWgthWoq/EN7q5WRJJi9ZJI\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:26:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"successful created new Event\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Festival am Waldrand\",\n        \"description\": \"mega hammer super duper Ding\",\n        \"startDate\": \"2023-08-07\",\n        \"endDate\": \"2023-08-13\",\n        \"location\": \"Am Waldrand natürlich\"\n    }\n}"}],"_postman_id":"0a1016a6-cd53-4d6f-be94-b1b19584807d"},{"name":"GET all events","id":"467b81bf-26e4-4744-a0f9-564eec6d4dbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/event/all","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["event","all"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"12381976-c8a2-4116-925a-8f07243356fb","name":"GET all events","originalRequest":{"method":"GET","header":[],"url":"{{url}}/event/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"316"},{"key":"ETag","value":"W/\"13c-Wb5bUBPza7ylZhz1XkMBdranF3o\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:26:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Festival am Waldrand\",\n        \"description\": \"mega hammer super duper Ding\",\n        \"startDate\": \"2023-08-07\",\n        \"endDate\": \"2023-08-13\",\n        \"location\": \"Am Waldrand natürlich\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Rock am Ring\",\n        \"description\": \"Volle Party in der prallen Sonne\",\n        \"startDate\": \"2023-08-07\",\n        \"endDate\": \"2023-08-13\",\n        \"location\": \"Hawai\"\n    }\n]"}],"_postman_id":"467b81bf-26e4-4744-a0f9-564eec6d4dbf"},{"name":"DELETE Event by ID","id":"47713d08-8685-484e-8ef0-4f1361e54701","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/event/delete/event_id/:event_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["event","delete","event_id",":event_id"],"host":["{{url}}"],"query":[],"variable":[{"id":"d6f08e17-4414-484f-99ad-bdc15d7f4ba8","type":"any","value":"2","key":"event_id"}]}},"response":[{"id":"01999690-da49-4920-8402-08071cf0916e","name":"DELETE Event by ID","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{url}}/event/delete/event_id/:event_id","host":["{{url}}"],"path":["event","delete","event_id",":event_id"],"variable":[{"key":"event_id","value":"2"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"26-feqBPZ2aMAK7J8xtmoCu6nbuYsE\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:27:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"47713d08-8685-484e-8ef0-4f1361e54701"}],"id":"d762efca-b309-4460-ab3c-369de9574f6f","_postman_id":"d762efca-b309-4460-ab3c-369de9574f6f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}}},{"name":"User","item":[{"name":"GET User by ID","id":"66053365-5ca7-44b6-b528-e958e18a18b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/user/id/1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["user","id","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"77918bdb-fa55-42be-b15c-ff058c5e8eba","name":"GET User by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/user/id/:user_id","host":["{{url}}"],"path":["user","id",":user_id"],"variable":[{"key":"user_id","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"85"},{"key":"ETag","value":"W/\"55-X9KTD+NXrnTga++wB5tlJZTb5IU\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:32:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"firstName\": \"Jan\",\n    \"lastName\": \"Götz\",\n    \"emailAddress\": \"hannes.wildmann@web.de\"\n}"}],"_postman_id":"66053365-5ca7-44b6-b528-e958e18a18b7"},{"name":"GET all Users","id":"1ca9321f-4dd2-495e-aa20-feba26093f5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/user/all","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["user","all"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b5630900-dbbd-4dda-9d29-011766088d56","name":"GET all Users","originalRequest":{"method":"GET","header":[],"url":"{{url}}/user/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"158"},{"key":"ETag","value":"W/\"9e-UO3v8SWe35L6OIyxkR4yWWhpSJw\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:32:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"firstName\": \"Heino\",\n        \"lastName\": \"Bergmann\",\n        \"emailAddress\": null\n    },\n    {\n        \"id\": 5,\n        \"firstName\": \"Jan\",\n        \"lastName\": \"Götz\",\n        \"emailAddress\": \"hannes.wildmann@web.de\"\n    }\n]"}],"_postman_id":"1ca9321f-4dd2-495e-aa20-feba26093f5d"},{"name":"GET All User by Event","id":"e553f48a-f134-45d2-82a1-d25c15d34827","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/user/event_id/:event_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["user","event_id",":event_id"],"host":["{{url}}"],"query":[],"variable":[{"id":"f751c7fd-faee-48fd-a0d1-da9c837b8e9c","type":"any","value":"1","key":"event_id"}]}},"response":[],"_postman_id":"e553f48a-f134-45d2-82a1-d25c15d34827"},{"name":"ADD User","id":"f0408551-08b8-401f-9f75-3bfd8c7f5996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"firstName\": \"Flo\",\n        \"lastName\": \"Gaup\",\n        \"emailAddress\": \"nils.begann@hs-furtwangen.de\"\n    }","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/add","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["user","add"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"027a5e4d-9ec2-4c87-bdd2-8260bc92e6c4","name":"ADD User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"firstName\": \"Heino\",\n        \"lastName\": \"Bergmann\"\n    }","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/add"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"99"},{"key":"ETag","value":"W/\"63-firSYGxSEMoHl7o9xLuw3iFLvjE\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:29:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"successful created new User\",\n    \"data\": {\n        \"id\": 1,\n        \"firstName\": \"Heino\",\n        \"lastName\": \"Bergmann\"\n    }\n}"},{"id":"9603d1d8-b8ea-46cc-97ef-697b77821cd9","name":"ADD User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"firstName\": \"Jan\",\n        \"lastName\": \"Götz\",\n        \"emailAddress\": \"hannes.wildmann@web.de\"\n    }","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/add"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"134"},{"key":"ETag","value":"W/\"86-0J9h7dmjCqZEh2GomBa9X1XebHc\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:30:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"successful created new User\",\n    \"data\": {\n        \"id\": 5,\n        \"firstName\": \"Jan\",\n        \"lastName\": \"Götz\",\n        \"emailAddress\": \"hannes.wildmann@web.de\"\n    }\n}"}],"_postman_id":"f0408551-08b8-401f-9f75-3bfd8c7f5996"},{"name":"DELETE User by ID","id":"9977c048-699b-4fad-8595-40c076f3665a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/user/delete/user_id/1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["user","delete","user_id","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2bf35c45-588c-419e-84f7-decaf336b250","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{url}}/user/delete/user_id/:user_id","host":["{{url}}"],"path":["user","delete","user_id",":user_id"],"variable":[{"key":"user_id","value":"2"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"25-6aJUQj62WRaCIfQo7WL5EKK2uEQ\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:31:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9977c048-699b-4fad-8595-40c076f3665a"}],"id":"e0df4218-e826-48c7-b6cf-9e4c232885fa","_postman_id":"e0df4218-e826-48c7-b6cf-9e4c232885fa","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}}},{"name":"Shift","item":[{"name":"GET all Shifts from ShiftCategory","id":"03429217-387b-435c-97c0-a004c40f6fa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/shift/all/shift_category_id/:shift_category_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["shift","all","shift_category_id",":shift_category_id"],"host":["{{url}}"],"query":[],"variable":[{"id":"e1f798bf-3687-4be9-a055-1e0b9829416b","type":"any","value":"1","key":"shift_category_id"}]}},"response":[{"id":"5853e524-b907-4440-9e3d-8f6090bcbde0","name":"GET all Shifts from ShiftCategory","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/shift/all/shift_category_id/:shift_category_id","host":["{{url}}"],"path":["shift","all","shift_category_id",":shift_category_id"],"variable":[{"key":"shift_category_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"445"},{"key":"ETag","value":"W/\"1bd-aa6hbW6xL7P3q2EfFdLI7Ll1H1o\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:36:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"date\": \"2023-08-10\",\n        \"startTime\": \"00:00:00\",\n        \"endTime\": \"00:15:00\",\n        \"isActive\": true,\n        \"shift_category_id\": 1\n    },\n    {\n        \"id\": 2,\n        \"date\": \"2023-08-10\",\n        \"startTime\": \"00:15:00\",\n        \"endTime\": \"00:30:00\",\n        \"isActive\": true,\n        \"shift_category_id\": 1\n    },\n    {\n        \"id\": 3,\n        \"date\": \"2023-08-10\",\n        \"startTime\": \"00:30:00\",\n        \"endTime\": \"00:45:00\",\n        \"isActive\": true,\n        \"shift_category_id\": 1\n    },\n    {\n        \"id\": 4,\n        \"date\": \"2023-08-10\",\n        \"startTime\": \"00:45:00\",\n        \"endTime\": \"01:00:00\",\n        \"isActive\": true,\n        \"shift_category_id\": 1\n    }\n]"}],"_postman_id":"03429217-387b-435c-97c0-a004c40f6fa1"},{"name":"GET Shifts by User","id":"642ccdf8-c488-40c3-9e98-d0cd6bd3f6b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/shift/ShiftsByUser/user_id/:user_id/event_id/:event_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["shift","ShiftsByUser","user_id",":user_id","event_id",":event_id"],"host":["{{url}}"],"query":[],"variable":[{"id":"845bd86b-669e-437e-8a9b-c0503bf3568a","type":"any","value":"1","key":"user_id"},{"id":"d4e027af-6a87-4ece-9c9b-03638714ca72","type":"any","value":"1","key":"event_id"}]}},"response":[{"id":"5cbb4b87-c38e-483f-af94-21412715d43d","name":"GET Shifts by User","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/shift/ShiftsByUser/user_id/:user_id/event_id/:event_id","host":["{{url}}"],"path":["shift","ShiftsByUser","user_id",":user_id","event_id",":event_id"],"variable":[{"key":"user_id","value":"1"},{"key":"event_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"375"},{"key":"ETag","value":"W/\"177-WcQrSnKsG1pds0bDlkOf7UzCdy8\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:36:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"date\": \"2023-08-10\",\n        \"startTime\": \"00:15:00\",\n        \"endTime\": \"00:30:00\",\n        \"isActive\": true,\n        \"shift_category_id\": 1,\n        \"activities\": [\n            {\n                \"id\": 5,\n                \"description\": null,\n                \"shift_id\": 2,\n                \"user_id\": 1,\n                \"user\": {\n                    \"id\": 1,\n                    \"firstName\": \"Heino\",\n                    \"lastName\": \"Bergmann\",\n                    \"emailAddress\": null\n                }\n            }\n        ],\n        \"shift_category\": {\n            \"id\": 1,\n            \"name\": \"Bar\",\n            \"description\": \"Main Stage\",\n            \"intervall\": 15,\n            \"activitiesPerShift\": 3,\n            \"event_id\": 1\n        }\n    }\n]"}],"_postman_id":"642ccdf8-c488-40c3-9e98-d0cd6bd3f6b3"},{"name":"GET Shift by ID","id":"1046d807-38ac-4793-9996-0f6ff132f85e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/shift/shift_id/:shift_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["shift","shift_id",":shift_id"],"host":["{{url}}"],"query":[],"variable":[{"id":"a5076d04-9661-49b3-ad30-2e834072197a","type":"any","value":"258","key":"shift_id"}]}},"response":[{"id":"f902846a-cddb-4494-b78f-e68990a006ee","name":"GET Shift by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/shift/shift_id/:shift_id","host":["{{url}}"],"path":["shift","shift_id",":shift_id"],"variable":[{"key":"shift_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"407"},{"key":"ETag","value":"W/\"197-f8mE1MlY0EiX5DPYHdsrDJWwqpg\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:36:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"date\": \"2023-08-10\",\n    \"startTime\": \"00:00:00\",\n    \"endTime\": \"00:15:00\",\n    \"isActive\": true,\n    \"shift_category_id\": 1,\n    \"activities\": [\n        {\n            \"id\": 3,\n            \"description\": null,\n            \"shift_id\": 1,\n            \"user_id\": null,\n            \"user\": null\n        },\n        {\n            \"id\": 2,\n            \"description\": null,\n            \"shift_id\": 1,\n            \"user_id\": null,\n            \"user\": null\n        },\n        {\n            \"id\": 1,\n            \"description\": null,\n            \"shift_id\": 1,\n            \"user_id\": 5,\n            \"user\": {\n                \"id\": 5,\n                \"firstName\": \"Jan\",\n                \"lastName\": \"Götz\",\n                \"emailAddress\": \"hannes.wildmann@web.de\"\n            }\n        }\n    ]\n}"}],"_postman_id":"1046d807-38ac-4793-9996-0f6ff132f85e"},{"name":"PUT isActive","id":"352c7ebd-a63d-4e7d-a747-4ac97b3ca29d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{url}}/shift/setActive/:isActive/shift_id/:shift_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["shift","setActive",":isActive","shift_id",":shift_id"],"host":["{{url}}"],"query":[],"variable":[{"id":"905a5ba2-f5a2-47ed-95a1-58e054407778","description":{"content":"<p>Boolean</p>\n","type":"text/plain"},"type":"any","value":null,"key":"isActive"},{"id":"3e2d69f0-66dc-4140-8ad2-422af89429b0","type":"any","value":null,"key":"shift_id"}]}},"response":[{"id":"7d5ebc53-7d1e-49b1-b106-81a10dcda1aa","name":"PUT isActive","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{url}}/shift/setActive/:isActive/shift_id/:shift_id","host":["{{url}}"],"path":["shift","setActive",":isActive","shift_id",":shift_id"],"variable":[{"key":"isActive","value":"false","description":"Boolean"},{"key":"shift_id","value":"1"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"21-+/bcK3vk/d5KtiBq3QazzOoCVvY\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:35:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"352c7ebd-a63d-4e7d-a747-4ac97b3ca29d"}],"id":"79710b5d-c00b-495c-b115-1d9bba2b991c","_postman_id":"79710b5d-c00b-495c-b115-1d9bba2b991c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}}},{"name":"Acitivity","item":[{"name":"GET Activities by Shift_Category","id":"0b50ba43-834d-4d66-94cd-e5cb945a4bf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/activity/all/shift_category_id/:shift_category_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["activity","all","shift_category_id",":shift_category_id"],"host":["{{url}}"],"query":[],"variable":[{"id":"f41c6c4a-c2c7-468c-ac28-d7de24cd534e","type":"any","value":"1","key":"shift_category_id"}]}},"response":[{"id":"4e3bfc03-8f72-4bba-86f4-1f25011f6ff8","name":"GET Activities by Shift_Category","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/activity/all/shift_category_id/:shift_category_id","host":["{{url}}"],"path":["activity","all","shift_category_id",":shift_category_id"],"variable":[{"key":"shift_category_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2271"},{"key":"ETag","value":"W/\"8df-7fJybW0ZqHvaG9g1QHdwKkeqTP8\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:35:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"description\": null,\n        \"shift_id\": 1,\n        \"user_id\": 5,\n        \"shift\": {\n            \"id\": 1,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:00:00\",\n            \"endTime\": \"00:15:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1\n        }\n    },\n    {\n        \"id\": 2,\n        \"description\": null,\n        \"shift_id\": 1,\n        \"user_id\": null,\n        \"shift\": {\n            \"id\": 1,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:00:00\",\n            \"endTime\": \"00:15:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1\n        }\n    },\n    {\n        \"id\": 3,\n        \"description\": null,\n        \"shift_id\": 1,\n        \"user_id\": null,\n        \"shift\": {\n            \"id\": 1,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:00:00\",\n            \"endTime\": \"00:15:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1\n        }\n    },\n    {\n        \"id\": 4,\n        \"description\": null,\n        \"shift_id\": 2,\n        \"user_id\": 5,\n        \"shift\": {\n            \"id\": 2,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:15:00\",\n            \"endTime\": \"00:30:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1\n        }\n    },\n    {\n        \"id\": 5,\n        \"description\": null,\n        \"shift_id\": 2,\n        \"user_id\": 1,\n        \"shift\": {\n            \"id\": 2,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:15:00\",\n            \"endTime\": \"00:30:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1\n        }\n    },\n    {\n        \"id\": 6,\n        \"description\": null,\n        \"shift_id\": 2,\n        \"user_id\": null,\n        \"shift\": {\n            \"id\": 2,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:15:00\",\n            \"endTime\": \"00:30:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1\n        }\n    },\n    {\n        \"id\": 7,\n        \"description\": null,\n        \"shift_id\": 3,\n        \"user_id\": null,\n        \"shift\": {\n            \"id\": 3,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:30:00\",\n            \"endTime\": \"00:45:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1\n        }\n    },\n    {\n        \"id\": 8,\n        \"description\": null,\n        \"shift_id\": 3,\n        \"user_id\": null,\n        \"shift\": {\n            \"id\": 3,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:30:00\",\n            \"endTime\": \"00:45:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1\n        }\n    },\n    {\n        \"id\": 9,\n        \"description\": null,\n        \"shift_id\": 3,\n        \"user_id\": null,\n        \"shift\": {\n            \"id\": 3,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:30:00\",\n            \"endTime\": \"00:45:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1\n        }\n    },\n    {\n        \"id\": 10,\n        \"description\": null,\n        \"shift_id\": 4,\n        \"user_id\": null,\n        \"shift\": {\n            \"id\": 4,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:45:00\",\n            \"endTime\": \"01:00:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1\n        }\n    },\n    {\n        \"id\": 11,\n        \"description\": null,\n        \"shift_id\": 4,\n        \"user_id\": null,\n        \"shift\": {\n            \"id\": 4,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:45:00\",\n            \"endTime\": \"01:00:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1\n        }\n    },\n    {\n        \"id\": 12,\n        \"description\": null,\n        \"shift_id\": 4,\n        \"user_id\": null,\n        \"shift\": {\n            \"id\": 4,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:45:00\",\n            \"endTime\": \"01:00:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1\n        }\n    },\n    {\n        \"id\": 22,\n        \"description\": null,\n        \"shift_id\": 4,\n        \"user_id\": null,\n        \"shift\": {\n            \"id\": 4,\n            \"date\": \"2023-08-10\",\n            \"startTime\": \"00:45:00\",\n            \"endTime\": \"01:00:00\",\n            \"isActive\": true,\n            \"shift_category_id\": 1\n        }\n    }\n]"}],"_postman_id":"0b50ba43-834d-4d66-94cd-e5cb945a4bf4"},{"name":"Add Activity","id":"b7f5a7a3-b71d-471b-a8d3-4ba0b4401f9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shift_id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/activity/add","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["activity","add"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6eff5265-cbd9-4a07-8c62-f3a475eb51c4","name":"Add Activity","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shift_id\": 4\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/activity/add"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"ETag","value":"W/\"4b-S6h5tWmZri5xR4lzQ2P/wvUcipM\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:34:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"successful created new Activity\",\n    \"data\": {\n        \"id\": 22,\n        \"shift_id\": 4\n    }\n}"}],"_postman_id":"b7f5a7a3-b71d-471b-a8d3-4ba0b4401f9b"},{"name":"UPDATE add User to Activity","id":"530b7d12-1ceb-4f99-85c5-e3eef0a7e495","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{url}}/activity/addUser/activity_id/:activity_id/user_id/:user_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["activity","addUser","activity_id",":activity_id","user_id",":user_id"],"host":["{{url}}"],"query":[],"variable":[{"id":"34577622-6dd2-4467-8234-3fabdb7c5ff8","type":"any","value":"27","key":"activity_id"},{"id":"13895b7d-6860-48f0-a0ca-e2ace1643256","type":"any","value":"1","key":"user_id"}]}},"response":[{"id":"fe989a45-262e-4e04-a36f-e73a97efefab","name":"UPDATE add User to Activity","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{url}}/activity/addUser/activity_id/:activity_id/user_id/:user_id","host":["{{url}}"],"path":["activity","addUser","activity_id",":activity_id","user_id",":user_id"],"variable":[{"key":"activity_id","value":"4"},{"key":"user_id","value":"5"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2f-fudQCnfHb02u/2q7PUATvUdpigc\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:34:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"530b7d12-1ceb-4f99-85c5-e3eef0a7e495"},{"name":"UPDATE Remove User from Activity","id":"7a2dc648-f434-47ed-afba-49faa9798afa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{url}}/activity/removeUser/activity_id/:activity_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["activity","removeUser","activity_id",":activity_id"],"host":["{{url}}"],"query":[],"variable":[{"id":"8ea48498-08a1-44d3-9918-50e743d077c0","type":"any","value":"27","key":"activity_id"}]}},"response":[{"id":"7bf6ee7e-902c-47e3-b44a-dfd5648015b4","name":"UPDATE Remove User from Activity","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{url}}/activity/removeUser/activity_id/:activity_id","host":["{{url}}"],"path":["activity","removeUser","activity_id",":activity_id"],"variable":[{"key":"activity_id","value":"12"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"33-hLr6pJrONBUGrzEE9o35dI7XB/4\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:34:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7a2dc648-f434-47ed-afba-49faa9798afa"},{"name":"GET available User","id":"a42e19ac-aa9a-4fa7-bdb9-1718c095ee2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/activity/availableUsers/event_id/:event_id/activity_id/:activity_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}},"urlObject":{"path":["activity","availableUsers","event_id",":event_id","activity_id",":activity_id"],"host":["{{url}}"],"query":[],"variable":[{"id":"0fe80a4e-7e56-47d2-b31e-038b49fc332f","type":"any","value":"1","key":"event_id"},{"id":"96c62884-1b06-4b5f-8753-a5b5f9928adb","type":"any","value":null,"key":"activity_id"}]}},"response":[{"id":"0e6dd39b-cf30-4bea-8f9e-85c307a5431e","name":"GET available User","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/activity/availableUsers/event_id/:event_id/activity_id/:activity_id","host":["{{url}}"],"path":["activity","availableUsers","event_id",":event_id","activity_id",":activity_id"],"variable":[{"key":"event_id","value":"1"},{"key":"activity_id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"ETag","value":"W/\"48-+GZay+GxjJn7sr7/9dZIdG2LVWQ\""},{"key":"Date","value":"Tue, 27 Jun 2023 09:35:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"firstName\": \"Heino\",\n        \"lastName\": \"Bergmann\",\n        \"emailAddress\": null\n    }\n]"}],"_postman_id":"a42e19ac-aa9a-4fa7-bdb9-1718c095ee2b"}],"id":"9150da63-b52d-439b-9e4b-f49ee6ff288a","_postman_id":"9150da63-b52d-439b-9e4b-f49ee6ff288a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"97565220-a5f9-4d49-b473-0111744d1752","id":"97565220-a5f9-4d49-b473-0111744d1752","name":"V1","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]}},"event":[{"listen":"prerequest","script":{"id":"a6df54e1-d657-4ce8-98f4-3b9e2bd7432c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d4a25866-586b-4ef6-9f80-06da6291e596","type":"text/javascript","exec":[""]}}]}