{"info":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"46812114","collectionId":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","publishedId":"2sB3HgPiEU","public":true,"customColor":{"top-bar":"DCE1C9","right-sidebar":"DCE1C9","highlight":"FF5353"},"publishDate":"2025-09-01T19:55:34.000Z"},"item":[{"name":"Oauth","item":[{"name":"login","event":[{"listen":"test","script":{"exec":["tests[\"Status code is 200\"] = responseCode.code === 200;\r","\r","if (responseCode.code === 200) {\r","    try {\r","        var jsonData = JSON.parse(responseBody);\r","        postman.setEnvironmentVariable(\"access_token\", jsonData.access_token);\r","    }\r","    catch (e) {\r","        console.log(e);\r","    }\r","}"],"type":"text/javascript","packages":{},"id":"1314dbf1-f1c7-49be-954b-ee2aaa4e0016"}}],"id":"3dbdc69a-ab09-4cd5-a1f1-a1894bdfe2ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{PublicOauth2ClientId}}"},{"key":"password","value":"{{PublicOauth2ClientSecret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"scope","value":"profile","type":"text"},{"key":"username","value":"{{PublickAdminUsername}}","type":"text"},{"key":"password","value":"{{PublickAdminPassword}}","type":"text"}]},"url":"{{baseUrl}}/api/v1/oauth2/token","urlObject":{"path":["api","v1","oauth2","token"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3dbdc69a-ab09-4cd5-a1f1-a1894bdfe2ca"}],"id":"e7e73b93-94ba-49cf-9f5a-967b6b02610b","_postman_id":"e7e73b93-94ba-49cf-9f5a-967b6b02610b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}}},{"name":"System","item":[{"name":"Get all systems","id":"401aa6fb-0d33-41cf-be79-fa484da600fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/systems?system_group=9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","systems"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"location","value":"12"},{"disabled":true,"key":"location_zone","value":""},{"key":"system_group","value":"9"}],"variable":[]}},"response":[{"id":"a331b595-e4c6-4f25-901c-90bb3ad0a58b","name":"Get all systems","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/public/systems?location={{location_id}}&location_zone_id={{location_zone_id}}","host":["{{baseUrl}}"],"path":["api","v1","public","systems"],"query":[{"key":"location","value":"{{location_id}}"},{"key":"location_zone_id","value":"{{location_zone_id}}"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 89,\n        \"dyn_id\": 1607341541,\n        \"system_address\": \"404cca477198\",\n        \"name\": \"B\\u00fcro  Muster\",\n        \"code\": \"TT_302\",\n        \"desc\": \"B\\u00fcro von Muster\",\n        \"type\": \"CONTROL\",\n        \"is_online\": false,\n        \"rssi_value\": null,\n        \"create_date\": \"2025-01-16T09:32:58.393758\",\n        \"change_date\": \"2025-04-03T08:50:39.134411\",\n        \"is_active\": true,\n        \"is_deleted\": false,\n        \"location_zone_id\": null,\n        \"location_id\": 3,\n        \"gateway_system_id\": null,\n        \"automatic_closure\": true,\n        \"permanently_open_system_group_id\": null,\n        \"permanently_open_system_group_name\": null,\n        \"last_close\": \"2025-03-26T10:37:21.052124\",\n        \"is_lock_open\": null,\n        \"is_door_open\": null\n    }\n]"}],"_postman_id":"401aa6fb-0d33-41cf-be79-fa484da600fa"},{"name":"Get system by ID","id":"9e893ae9-ca9d-40cb-ba9f-62d15debd74b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/public/system?system_id=10","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","system"],"host":["{{baseUrl}}"],"query":[{"key":"system_id","value":"10"}],"variable":[]}},"response":[{"id":"8a933f52-f433-4855-82f2-69c7eef78530","name":"Get system by ID","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/systems/89"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 89,\n    \"dyn_id\": 1607341541,\n    \"system_address\": \"404cca477198\",\n    \"name\": \"B\\u00fcro  Muster\",\n    \"code\": \"TT_302\",\n    \"desc\": \"B\\u00fcro von Muster\",\n    \"type\": \"CONTROL\",\n    \"is_online\": false,\n    \"rssi_value\": null,\n    \"create_date\": \"2025-01-16T09:32:58.393758\",\n    \"change_date\": \"2025-04-03T08:50:39.134411\",\n    \"is_active\": true,\n    \"is_deleted\": false,\n    \"location_zone_id\": null,\n    \"location_id\": 3,\n    \"gateway_system_id\": null,\n    \"automatic_closure\": true,\n    \"permanently_open_system_group_id\": null,\n    \"permanently_open_system_group_name\": null,\n    \"last_close\": \"2025-03-26T10:37:21.052124\",\n    \"is_lock_open\": null,\n    \"is_door_open\": null\n}"}],"_postman_id":"9e893ae9-ca9d-40cb-ba9f-62d15debd74b"},{"name":"open system","id":"d70cf44a-b957-49b8-a567-f6ca6303cbd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"system_id\":16\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/public/open_system","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","open_system"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d70cf44a-b957-49b8-a567-f6ca6303cbd8"}],"id":"de98895a-ea97-4242-a4a8-fa6c14458c28","_postman_id":"de98895a-ea97-4242-a4a8-fa6c14458c28","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}}},{"name":"Location","item":[{"name":"Get all locations","id":"059f08a0-385a-49da-8b37-9826b36ad5d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/public/locations","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","locations"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cce9e179-cbdb-40ff-9e69-40030c9d9ca7","name":"Get all locations","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/locations"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 19,\n        \"erp_id\": 0,\n        \"code\": \"x12345\",\n        \"name\": \"A- Mustersysteme\",\n        \"desc\": null,\n        \"notification_email\": \"musster.hans@mustermail.ch\",\n        \"is_active\": true,\n        \"is_deleted\": false,\n        \"create_date\": \"2024-09-26T07:11:00.819643\",\n        \"change_date\": \"2024-10-30T07:37:00.282764\",\n        \"principal_id\": 2,\n        \"time_set\": {\n            \"id\": 1,\n            \"name\": \"lotta Standard 6:00-22:00\",\n            \"desc\": \"\",\n            \"is_default\": false\n        },\n        \"address\": null,\n        \"responsible_technician\": null,\n        \"phone\": null,\n        \"email\": null,\n        \"location_systems_number\": 6\n    }\n]"}],"_postman_id":"059f08a0-385a-49da-8b37-9826b36ad5d2"}],"id":"69236e70-a227-4f93-88a8-458a46825b37","_postman_id":"69236e70-a227-4f93-88a8-458a46825b37","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}}},{"name":"Location zones","item":[{"name":"Get all location zones","id":"aab1709f-b208-45ae-8c05-8ff3da4c35d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/public/zones?location=2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","zones"],"host":["{{baseUrl}}"],"query":[{"key":"location","value":"2"}],"variable":[]}},"response":[{"id":"d6da7a75-d0ab-405e-bcd6-94e58d7c3638","name":"Get all location zones","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/public/zones","host":["{{baseUrl}}"],"path":["api","v1","public","zones"],"query":[{"key":"location_id","value":"{{location_id}}","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"location_id\": 2,\n        \"code\": \"Test OG\",\n        \"name\": \"1 OG\",\n        \"desc\": \"Alle T\\u00fcren im 1OG\",\n        \"is_active\": true,\n        \"is_deleted\": false,\n        \"create_date\": \"2024-08-23T12:54:55.932829\",\n        \"change_date\": \"2024-08-23T12:54:55.932832\"\n    }\n]"}],"_postman_id":"aab1709f-b208-45ae-8c05-8ff3da4c35d7"}],"id":"275a7ef1-0bc4-4eb0-a323-6ddf83826a91","_postman_id":"275a7ef1-0bc4-4eb0-a323-6ddf83826a91","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}}},{"name":"User","item":[{"name":"Get all users","id":"8eecca2d-059b-4e23-9bcb-637035e558c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/public/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","users"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"location","value":"2"},{"disabled":true,"key":"system_group","value":"13"},{"disabled":true,"key":"system","value":"1"}],"variable":[]}},"response":[{"id":"fa3ba214-f60d-40ab-b62d-f873fa126211","name":"Get all users","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/users?location={{location_id}}&system_group_id={{system_group_id}}&system_id={{system_id}}","host":["{{baseUrl}}"],"path":["api","v1","users"],"query":[{"key":"location","value":"{{location_id}}"},{"key":"system_group_id","value":"{{system_group_id}}"},{"key":"system_id","value":"{{system_id}}"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"user_id\": 1,\n        \"status\": 1,\n        \"gender\": 1,\n        \"firstname\": \"Hans\",\n        \"lastname\": \"muster\",\n        \"email\": \"hans.muster@lottasystems.ch\",\n        \"phone\": \"0443445005\",\n        \"address\": \"Naglerwiesenstrasse 2\",\n        \"zipcode\": \"8049\",\n        \"location\": \"Zürich\",\n        \"organizational_unit\": \"test\",\n        \"is_guest_invitation_possible\": true,\n        \"to_locations\": [\n            19,\n            4\n        ],\n        \"from_date\": \"2025-04-10T11:59:00\",\n        \"to_date\": \"2025-04-30T11: 59: 00\"\n    }\n]"}],"_postman_id":"8eecca2d-059b-4e23-9bcb-637035e558c2"},{"name":"Get user","id":"d74841df-8b0d-4883-a822-b0e66e958ad4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/public/user_detail?user_id=36","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","user_detail"],"host":["{{baseUrl}}"],"query":[{"key":"user_id","value":"36"}],"variable":[]}},"response":[{"id":"06fa7692-592e-4f3d-8b70-039f2d69407d","name":"Get user","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/user/{{user_id}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": 1,\n    \"status\": 1,\n    \"gender\": 1,\n    \"firstname\": \"Hans\",\n    \"lastname\": \"Muster\",\n    \"email\": \"hans.muster@lottasystems.ch\",\n    \"phone\": \"0443445005\",\n    \"address\": \"Naglerwiesenstrasse 2\",\n    \"zipcode\": \"8049\",\n    \"location\": \"Zürich\",\n    \"organizational_unit\": \"test\",\n    \"is_guest_invitation_possible\": true,\n    \"to_locations\": [\n        19,\n        4\n    ],\n    \"from_date\": \"2025-04-10T11:59:00\",\n    \"to_date\": \"2025-04-30T11: 59: 00\"\n}"}],"_postman_id":"d74841df-8b0d-4883-a822-b0e66e958ad4"},{"name":"Create user","id":"5956c99a-2b71-46c7-851d-e802ae32a717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": 1,\n    \"gender\": 1,\n    \"firstname\": \"Hans\",\n    \"lastname\": \"Muster\",\n    \"email\": \"hans.muster@lottasystems.ch\",\n    \"phone\": \"0443445005\",\n    \"address\": \"Nagerlerwiesenstrasse 2\",\n    \"zipcode\": \"8049\",\n    \"location\": \"Zürich\",\n    \"organizational_unit\": \"test\",\n    \"is_guest_invitation_possible\": true,\n    \"to_locations\": [\n        19,\n        4\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/public/user_detail","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","user_detail"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5956c99a-2b71-46c7-851d-e802ae32a717"},{"name":"Update user","id":"9f2b14c4-084b-4a6c-8ea6-d2144bd31aea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\": 209,\n    \"status\": 1,\n    \"gender\": 1,\n    \"firstname\": \"Hans\",\n    \"lastname\": \"Muster\",\n    \"email\": \"hans.muster@lottasystems.ch\",\n    \"phone\": \"0443445005\",\n    \"address\": \"Naglerwiesenstrasse 2\",\n    \"zipcode\": \"8049\",\n    \"location\": \"Zürich\",\n    \"organizational_unit\": \"test\",\n    \"is_guest_invitation_possible\": true,\n    \"to_locations\": [\n        19,\n        4\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/public/user_detail","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","user_detail"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f2b14c4-084b-4a6c-8ea6-d2144bd31aea"},{"name":"Delete user","id":"9ca61bcf-9e9a-478f-8449-dc3fde119fdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/api/v1/public/user_detail?user_id=209","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","user_detail"],"host":["{{baseUrl}}"],"query":[{"key":"user_id","value":"209"}],"variable":[]}},"response":[],"_postman_id":"9ca61bcf-9e9a-478f-8449-dc3fde119fdc"},{"name":"Update user permission","id":"338c848d-ecc2-44ee-983e-306f1dbfcbf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"user_id\": 36,\n    \"to_roles\": [\n        2\n    ],\n    \"to_system_groups\": [\n        18\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/public/update_user_permission","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","update_user_permission"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"338c848d-ecc2-44ee-983e-306f1dbfcbf4"}],"id":"4addf422-dbd9-48cb-866d-59ba74cfffce","_postman_id":"4addf422-dbd9-48cb-866d-59ba74cfffce","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}}},{"name":"Role","item":[{"name":"Get all roles","id":"072f5869-4a3e-4e1b-a096-97a4f49985fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/public/roles","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","roles"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0e034bbc-79bc-4ecb-9538-e79bdc7bcb25","name":"Get all roles","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/roles"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"name\": \"consultant\",\n        \"fullname\": \"Consultant\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"technician\",\n        \"fullname\": \"Technician\"\n    }\n]"}],"_postman_id":"072f5869-4a3e-4e1b-a096-97a4f49985fe"}],"id":"75ed5f04-608b-4ea2-a7cb-fab9326118c0","_postman_id":"75ed5f04-608b-4ea2-a7cb-fab9326118c0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}}},{"name":"System Groups","item":[{"name":"Get all system groups","id":"b4ee1d6e-1f39-4ff3-bf70-c785f4946713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/public/system_groups","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","system_groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a53e68e6-14db-4ff5-859a-4e5d7d81b1cd","name":"Get all system groups","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/systemgroups"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 14,\n        \"name\": \"test2grouip\",\n        \"desc\": \"test2grouip\",\n        \"create_date\": \"2024-08-26T06:14:14.064117\",\n        \"change_date\": \"2024-12-13T08:58:27.738578\",\n        \"is_active\": true,\n        \"is_deleted\": false,\n        \"time_set_id\": 13,\n        \"location_id\": 2,\n        \"erp_ref\": \"test2grouip\"\n    }\n]"}],"_postman_id":"b4ee1d6e-1f39-4ff3-bf70-c785f4946713"}],"id":"e03849a7-6592-4aae-b31d-fe64e408e695","_postman_id":"e03849a7-6592-4aae-b31d-fe64e408e695","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}}},{"name":"Visitor","item":[{"name":"Get Detail for new Visitor","id":"5becbb60-aad4-4810-abe1-4a34b3b51899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/public/get_detail_for_visitor?user_id=36&type=access_code","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","get_detail_for_visitor"],"host":["{{baseUrl}}"],"query":[{"key":"user_id","value":"36"},{"key":"type","value":"access_code"}],"variable":[]}},"response":[],"_postman_id":"5becbb60-aad4-4810-abe1-4a34b3b51899"},{"name":"Create Visitor","id":"2f9bc69a-c2be-447e-ab95-47d45041a580","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"is_main\": false,\n        \"user_id\": 36,\n        \"firstname\": \"Hans\",\n        \"lastname\": \"Muster\",\n        \"phone\": \"0443445005\",\n        \"start_date\": \"2025-04-10T11:59\",\n        \"end_date\": \"2025-06-30T11:59\",\n        \"status\": 1, //(1 - active, 0 - not active)\n        \"access_type\": \"full\", //(\"storage\" when we have user_system_ids, and \"full\" when we dont have user system_ids)\n        \"code\": \"xW95DAgwNXRaVTNIaBx5440KO2316jZk\",\n        \"user_system_ids\": [\n        ]\n    }","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/public/visitor","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","visitor"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f9bc69a-c2be-447e-ab95-47d45041a580"},{"name":"Update Visitor","id":"bd06a54e-a195-4cfa-be7e-da775f100ea9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{       \n        \"access_code_id\": 485,\n        \"is_main\": false,\n        \"firstname\": \"Hans\",\n        \"lastname\": \"MusterUpdade\",\n        \"phone\": \"0443445005\",\n        \"start_date\": \"2025-04-10T11:59\",\n        \"end_date\": \"2025-06-30T11:59\",\n        \"status\": 1, //(1 - active, 0 - not active)\n        \"access_type\": \"storage\", //(\"storage\" when we have user_system_ids, and \"full\" when we dont have user system_ids)\n        \"code\": \"LOYnD216doGVyTrI3642WWpqMXEJ593B\",\n        \"user_system_ids\": [\n            2359,\n            2357\n        ]\n    }","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/public/visitor","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","visitor"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd06a54e-a195-4cfa-be7e-da775f100ea9"},{"name":"Delete visitor","id":"5194e917-c026-4fb2-a62d-db6954e45e48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/api/v1/public/visitor?access_code_id=486","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","visitor"],"host":["{{baseUrl}}"],"query":[{"key":"access_code_id","value":"486"}],"variable":[]}},"response":[],"_postman_id":"5194e917-c026-4fb2-a62d-db6954e45e48"},{"name":"Change access cose","id":"4b7faed6-8bd7-48d4-9fac-39fb0f254f35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"access_code_id\": 108,\n    \"user_id\": 36,\n    \"type\": \"access_code\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/public/visitor/change_access_code","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","visitor","change_access_code"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b7faed6-8bd7-48d4-9fac-39fb0f254f35"},{"name":"Send access code","id":"e9fc44c1-ed55-4916-8b1f-39d0259413de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"access_code_id\": 108\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/public/visitor/send_access_code","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","visitor","send_access_code"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9fc44c1-ed55-4916-8b1f-39d0259413de"},{"name":"Get all visitors","id":"2633f62b-ca96-4c67-ad90-b714f6d3e04c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/public/visitors","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","visitors"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6f632f4d-7ce5-4771-aa77-2c1d683631fb","name":"Get all visitors","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/visitors"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 945,\n        \"is_main\": false,\n        \"user_id\": 302,\n        \"guest_firstname\": \"Hans\",\n        \"guest_lastname\": \"Muster\",\n        \"guest_phone\": \"079.......\",\n        \"rfid_tag\": null,\n        \"from_date\": \"2025-04-10T11:59:00\",\n        \"to_date\": \"2025-04-30T11:59:00\",\n        \"create_date\": \"2025-04-10T11:59:23.999116\",\n        \"change_date\": \"2025-04-10T11:59:23.999121\",\n        \"is_active\": true,\n        \"is_deleted\": false,\n        \"code\": \"dxgf6m4NapwMrttIQd7O51RD9WZMV3mo\",\n        \"user_system_ids\": [\n            2128,\n            2124,\n            2125,\n            2126,\n            2129\n        ]\n    }\n]"}],"_postman_id":"2633f62b-ca96-4c67-ad90-b714f6d3e04c"},{"name":"Get visitor","id":"b8027fae-fa70-4061-a31a-4fc09859eb1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/public/visitor?access_code_id=108","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","visitor"],"host":["{{baseUrl}}"],"query":[{"key":"access_code_id","value":"108"}],"variable":[]}},"response":[{"id":"761296e2-061b-4049-b4db-b15c0b5399ce","name":"Get visitor","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/visitors/{{visitor_id}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 945,\n    \"is_main\": false,\n    \"user_id\": 302,\n    \"guest_firstname\": \"Hans\",\n    \"guest_lastname\": \"Muster\",\n    \"guest_phone\": \"079.......\",\n    \"rfid_tag\": null,\n    \"from_date\": \"2025-04-10T11:59:00\",\n    \"to_date\": \"2025-04-30T11:59:00\",\n    \"create_date\": \"2025-04-10T11:59:23.999116\",\n    \"change_date\": \"2025-04-10T11:59:23.999121\",\n    \"is_active\": true,\n    \"is_deleted\": false,\n    \"code\": \"dxgv6X4NGpwMrtPIQd7O51RH9WZMV3mo\",\n    \"user_system_ids\": [\n        2128,\n        2124,\n        2125,\n        2126,\n        2129\n    ]\n}"}],"_postman_id":"b8027fae-fa70-4061-a31a-4fc09859eb1a"}],"id":"5450b7cd-b9f9-42dc-87e9-be1147b7eca1","_postman_id":"5450b7cd-b9f9-42dc-87e9-be1147b7eca1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}}},{"name":"RFID Batches","item":[{"name":"Get all RFID batches","id":"621f76ec-683f-4c95-b0d3-5f4c12a59817","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/public/rfid_batches","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","rfid_batches"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ec140729-9a70-4a3d-8e8e-dbe44a2bab78","name":"Get all RFID batches","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/public/rfid_batches"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 325,\n        \"is_main\": true,\n        \"user_id\": 42,\n        \"guest_firstname\": null,\n        \"guest_lastname\": null,\n        \"guest_phone\": null,\n        \"rfid_tag\": \"\",\n        \"from_date\": null,\n        \"to_date\": null,\n        \"create_date\": \"2024-12-13T07:48:44.614421\",\n        \"change_date\": \"2024-12-13T07:48:44.614423\",\n        \"is_active\": true,\n        \"is_deleted\": false,\n        \"code\": null,\n        \"user_system_ids\": []\n    }\n]"}],"_postman_id":"621f76ec-683f-4c95-b0d3-5f4c12a59817"}],"id":"2dcb07f8-6928-4d6b-b2cb-e9d1790905ed","_postman_id":"2dcb07f8-6928-4d6b-b2cb-e9d1790905ed","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}}},{"name":"Get Alarm History","id":"4d640e83-316b-42e7-aeac-e1dcc2df201f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/public/alarm_history?from=&to=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","alarm_history"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":""},{"key":"to","value":""}],"variable":[]}},"response":[],"_postman_id":"4d640e83-316b-42e7-aeac-e1dcc2df201f"},{"name":"Get locker access","id":"523c21d9-3784-409a-aa22-7ddcea8262dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/public/locker_access?start=&end=&system=&location=&page=1&per_page=50","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","id":"aa31cd13-6adf-4b12-9d0a-1a2f72eb21cb","name":"Public API","type":"collection"}},"urlObject":{"path":["api","v1","public","locker_access"],"host":["{{baseUrl}}"],"query":[{"key":"start","value":""},{"key":"end","value":""},{"key":"system","value":""},{"key":"location","value":""},{"key":"page","value":"1"},{"key":"per_page","value":"50"}],"variable":[]}},"response":[],"_postman_id":"523c21d9-3784-409a-aa22-7ddcea8262dd"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"334f12c7-f0e9-452b-a6b7-116c9bb8f3a6"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"bcc70d30-e4f6-4acc-8815-c09f26450210"}}]}