{"info":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","description":"<html><head></head><body><h1 id=\"complete-documentation-of-examples-for-labkey-api\">Complete documentation of examples for LabKey api</h1>\n<p>NOTE: In order to enable Api please send a request to <a href=\"https://info@labkey.io\">info@labkey.io</a> comunicatating at least one IP Address where the where the requests will come from. Alternatively you can provide a domain, in such case any record A will be considered as a valid IP Address (if multiple the will share the same secret_key).<br>It's not possible to share the secret_key among different IPs, the only way to acive this it to enbale a domain instead of enableing single IPs.</p>\n<p>The number of domains / IPs you can enbale is unlimited.</p>\n<h5 id=\"once-the-authorize-call-has-been-made-and-the-authentication-token-has-been-received-it-is-necessary-to-insert-it-in-the-header-of-subsequent-calls\">Once the Authorize call has been made and the authentication Token has been received, it is necessary to insert it in the header of subsequent calls.</h5>\n<h6 id=\"--id_panel-postman-variable-useful-to-form-the-url-for-all-calls\">- id_panel: Postman variable useful to form the URL for all calls.</h6>\n<h6 id=\"--secret_key-postman-variable-code-referred-to-your-ip-address-can-be-found-in-the-api--settings-section-of-your-labkey-panel\">- secret_key: Postman variable, code referred to your IP address, can be found in the API / Settings section of your LabKey panel</h6>\n<h6 id=\"--bearer-postman-variable-the-result-is-saved-once-the-authorize-call-is-made\">- Bearer: Postman variable, the result is saved once the Authorize call is made.</h6>\n<h6 id=\"--unique_name-postman-variable-unique-name-of-the-labkey\">- unique_name: Postman variable, unique name of the LabKey.</h6>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Complete documentation of examples for LabKey api","slug":"complete-documentation-of-examples-for-labkey-api"}],"owner":"16337135","collectionId":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","publishedId":"Uz59NeqP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0D91DF"},"publishDate":"2023-06-08T07:46:36.000Z"},"item":[{"name":"USERS","item":[{"name":"AddUser","id":"dcc37750-a942-430a-9d33-98001eb8c292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.manage.labkey.io/api/v2/adduser?prefix=%2b39&name=Jon&surname=Doe&tags[]=MyTag1&tags[]=MyTag2&fields[chiave1]=valore1&fields[chiave2]$price_list_id=1","description":"<h3 id=\"create-new-users-example-with-all-possible-accepted-parameters\">Create new users (example with all possible accepted parameters)</h3>\n<h4 id=\"mandatory-parameters\">Mandatory parameters:</h4>\n<ul>\n<li><p>Name (user name)</p>\n</li>\n<li><p>Surname (user surname)</p>\n</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters:</h4>\n<ul>\n<li><p>Email</p>\n</li>\n<li><p>Phone</p>\n</li>\n<li><p>Prefix (N.B. the encoded national prefix must be entered, e.g. +39 +39 )</p>\n</li>\n<li><p>Tags (N.B. each comma will be replaced with an undersocre, can be an array)</p>\n</li>\n<li><p>status: the user is enable, 0 the user is disable</p>\n</li>\n<li><p>fields: is an array of additionals fields, each cell has an array [id:value] where id is the id of the additional field and the value is the value.</p>\n</li>\n<li><p>price_list_id: If the credits plugin is enabled, the id of the price list that will be assigned to the user</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>200 OK</p>\n<ul>\n<li><p>user_id</p>\n</li>\n<li><p>pinpad_key_code</p>\n</li>\n<li><p>pinpad_key_id</p>\n</li>\n</ul>\n</li>\n<li><p>400 Bad Request</p>\n<ul>\n<li><p>email already exists</p>\n</li>\n<li><p>invalid email format, retry</p>\n</li>\n<li><p>phone number must be long from 6 to 30 digits</p>\n</li>\n<li><p>prefix must contain +</p>\n</li>\n<li><p>prefix not valid</p>\n</li>\n<li><p>phone number already exist</p>\n</li>\n<li><p>name can't be empty</p>\n</li>\n<li><p>surname can't be empty</p>\n</li>\n<li><p>Price lits plugin not enabled</p>\n</li>\n<li><p>Price list not found</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","adduser"],"host":["demo.manage","labkey","io"],"query":[{"disabled":true,"description":{"content":"<p>Email (optional)</p>\n","type":"text/plain"},"key":"email","value":"demo@labkey.io"},{"disabled":true,"description":{"content":"<p>Phone (optional)</p>\n","type":"text/plain"},"key":"phone","value":"12345678900"},{"description":{"content":"<p>Phone prefix (mandatory if phone is set)</p>\n","type":"text/plain"},"key":"prefix","value":"%2b39"},{"description":{"content":"<p>Name (mandatory)</p>\n","type":"text/plain"},"key":"name","value":"Jon"},{"description":{"content":"<p>Surname (mandatory)</p>\n","type":"text/plain"},"key":"surname","value":"Doe"},{"description":{"content":"<p>Tag (optional)</p>\n","type":"text/plain"},"key":"tags[]","value":"MyTag1"},{"description":{"content":"<p>Tag (optional)</p>\n","type":"text/plain"},"key":"tags[]","value":"MyTag2"},{"key":"fields[chiave1]","value":"valore1"},{"disabled":true,"description":{"content":"<p>1 the user is enable, 0 the user is disable</p>\n","type":"text/plain"},"key":"status","value":"0"},{"disabled":true,"key":"fields","value":"[  [id:value],[id:value] ]"},{"key":"fields[chiave2]$price_list_id","value":"1"}],"variable":[]}},"response":[{"id":"e4bcbd0f-a58d-43d2-bbcb-87ab41dca797","name":"AddUser","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.manage.labkey.io/api/v2/adduser?email=demo@labkey.io&phone=123456789&prefix=%2b39&name=Jon&surname=Doe","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","adduser"],"query":[{"key":"email","value":"demo@labkey.io","description":"Email (optional)"},{"key":"phone","value":"123456789","description":"Phone (optional)"},{"key":"prefix","value":"%2b39","description":"Phone prefix (mandatory if phone is set)"},{"key":"name","value":"Jon","description":"Name (mandatory)"},{"key":"surname","value":"Doe","description":"Surname (mandatory)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 08:19:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": {\n        \"user_id\": 1,\n        \"pinpad_key_code\": 759291,\n        \"pinpad_key_id\": 17,\n        \"barcode\": \"+39123456789.759291.136.3133331455982337\"\n    }\n}"},{"id":"a862ff20-7401-4f3f-9542-5ae068939d97","name":"email already exist","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.manage.labkey.io/api/v2/adduser?email=demo@labkey.io&phone=123456789&prefix=%2b39&name=Jon&surname=Doe","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","adduser"],"query":[{"key":"email","value":"demo@labkey.io","description":"Email (optional)"},{"key":"phone","value":"123456789","description":"Phone (optional)"},{"key":"prefix","value":"%2b39","description":"Phone prefix (mandatory if phone is set)"},{"key":"name","value":"Jon","description":"Name (mandatory)"},{"key":"surname","value":"Doe","description":"Surname (mandatory)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 08:19:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"email already exist\"\n}"},{"id":"b54ad65b-9ab8-4b1d-80fa-faba6a0813c3","name":"phone number already exist","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.manage.labkey.io/api/v2/adduser?email=demo2@labkey.io&phone=123456789&prefix=%2b39&name=Jon&surname=Doe","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","adduser"],"query":[{"key":"email","value":"demo2@labkey.io","description":"Email (optional)"},{"key":"phone","value":"123456789","description":"Phone (optional)"},{"key":"prefix","value":"%2b39","description":"Phone prefix (mandatory if phone is set)"},{"key":"name","value":"Jon","description":"Name (mandatory)"},{"key":"surname","value":"Doe","description":"Surname (mandatory)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 08:19:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"messages\": \"phone number already exist\"\n}"},{"id":"75bd8415-82bc-427a-b6fd-5891692c7051","name":"phone number must be long from 6 to 30 digits","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.manage.labkey.io/api/v2/adduser?email=demo2@labkey.io&phone=123&prefix=%2b39&name=Jon&surname=Doe","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","adduser"],"query":[{"key":"email","value":"demo2@labkey.io","description":"Email (optional)"},{"key":"phone","value":"123","description":"Phone (optional)"},{"key":"prefix","value":"%2b39","description":"Phone prefix (mandatory if phone is set)"},{"key":"name","value":"Jon","description":"Name (mandatory)"},{"key":"surname","value":"Doe","description":"Surname (mandatory)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 08:20:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"phone number must be long from 6 to 30 digits\"\n}"},{"id":"97591468-bb4b-49a1-bd37-886dda89f1b9","name":"prefix must contain +","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.manage.labkey.io/api/v2/adduser?email=demo2@labkey.io&phone=12345678900&prefix=39&name=Jon&surname=Doe","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","adduser"],"query":[{"key":"email","value":"demo2@labkey.io","description":"Email (optional)"},{"key":"phone","value":"12345678900","description":"Phone (optional)"},{"key":"prefix","value":"39","description":"Phone prefix (mandatory if phone is set)"},{"key":"name","value":"Jon","description":"Name (mandatory)"},{"key":"surname","value":"Doe","description":"Surname (mandatory)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 08:20:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"prefix must contain +\"\n}"},{"id":"3ff4a2f5-6cb2-403e-aeeb-beafdcf40aa2","name":"prefix not valid","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.manage.labkey.io/api/v2/adduser?email=demo2@labkey.io&phone=12345678900&prefix=%2b123456789&name=Jon&surname=Doe","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","adduser"],"query":[{"key":"email","value":"demo2@labkey.io","description":"Email (optional)"},{"key":"phone","value":"12345678900","description":"Phone (optional)"},{"key":"prefix","value":"%2b123456789","description":"Phone prefix (mandatory if phone is set)"},{"key":"name","value":"Jon","description":"Name (mandatory)"},{"key":"surname","value":"Doe","description":"Surname (mandatory)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 08:20:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"prefix not valid\"\n}"},{"id":"03577696-5b6b-4266-b716-769944aedd73","name":"name can't be empty","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.manage.labkey.io/api/v2/adduser?email=demo2@labkey.io&phone=12345678900&prefix=%2b39&name=&surname=Doe","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","adduser"],"query":[{"key":"email","value":"demo2@labkey.io","description":"Email (optional)"},{"key":"phone","value":"12345678900","description":"Phone (optional)"},{"key":"prefix","value":"%2b39","description":"Phone prefix (mandatory if phone is set)"},{"key":"name","value":"","description":"Name (mandatory)"},{"key":"surname","value":"Doe","description":"Surname (mandatory)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 08:21:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"name can't be empty\"\n}"},{"id":"e4c881ec-ec88-4840-8e11-de7c72e512e4","name":"surname can't be empty","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.manage.labkey.io/api/v2/adduser?email=demo2@labkey.io&phone=12345678900&prefix=%2b39&name=Jon&surname=","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","adduser"],"query":[{"key":"email","value":"demo2@labkey.io","description":"Email (optional)"},{"key":"phone","value":"12345678900","description":"Phone (optional)"},{"key":"prefix","value":"%2b39","description":"Phone prefix (mandatory if phone is set)"},{"key":"name","value":"Jon","description":"Name (mandatory)"},{"key":"surname","value":"","description":"Surname (mandatory)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 08:21:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"surname can't be empty\"\n}"}],"_postman_id":"dcc37750-a942-430a-9d33-98001eb8c292"},{"name":"UpdateUser","id":"500aa9ce-a206-47e0-872d-4319e99be9c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://demo.manage.labkey.io/api/v2/updateuser?user_id=1&email=michael@labkey.io&phone=987654321&prefix=%2b39&name=Michael&surname=Jackson","description":"<h3 id=\"update-a-users-data\">Update a user's data.</h3>\n<h4 id=\"mandatory-parameters\">Mandatory parameters:</h4>\n<ul>\n<li><p>User Id (N.B.: user_id to update)</p>\n</li>\n<li><p>Name</p>\n</li>\n<li><p>Surname</p>\n</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters:</h4>\n<ul>\n<li><p>Email</p>\n</li>\n<li><p>Phone</p>\n</li>\n<li><p>Prefix (N.B. for the phone the same rule applies to the adduser national prefix, <em>for more info see AddUser</em>)</p>\n</li>\n<li><p>tags</p>\n</li>\n<li><p>status: the user is enable, 0 the user is disable</p>\n</li>\n<li><p>fields: is an array of additionals fields, each cell has an array [id:value] where id is the id of the additional field and the value is the value</p>\n</li>\n<li><p>price_list_id: If the credits plugin is enabled, the id of the price list that will be assigned to the user</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>200 OK</p>\n<ul>\n<li>user updated successfully</li>\n</ul>\n</li>\n<li><p>400 Bad Request</p>\n<ul>\n<li><p>user_id does not exists</p>\n</li>\n<li><p>invalid email format</p>\n</li>\n<li><p>prefix must contain +</p>\n</li>\n<li><p>prefix not valid</p>\n</li>\n<li><p>phone number must be numeric, retry</p>\n</li>\n<li><p>phone number must be long from 6 to 30 digits</p>\n</li>\n<li><p>Name is mandatory</p>\n</li>\n<li><p>Surname is mandatory</p>\n</li>\n<li><p>Price lits plugin not enabled</p>\n</li>\n<li><p>Price list not found</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","updateuser"],"host":["demo.manage","labkey","io"],"query":[{"description":{"content":"<p>Update user_id (mandatory)</p>\n","type":"text/plain"},"key":"user_id","value":"1"},{"description":{"content":"<p>Email (optional)</p>\n","type":"text/plain"},"key":"email","value":"michael@labkey.io"},{"description":{"content":"<p>Phone (optional)</p>\n","type":"text/plain"},"key":"phone","value":"987654321"},{"description":{"content":"<p>Phone prefix (mandatory if phone is set)</p>\n","type":"text/plain"},"key":"prefix","value":"%2b39"},{"description":{"content":"<p>Name  (mandatory)</p>\n","type":"text/plain"},"key":"name","value":"Michael"},{"description":{"content":"<p>Surname (mandatory)</p>\n","type":"text/plain"},"key":"surname","value":"Jackson"},{"disabled":true,"description":{"content":"<p>Tag (optional)</p>\n","type":"text/plain"},"key":"tags[]","value":"tag1"},{"disabled":true,"description":{"content":"<p>0 or 1 (optional)</p>\n","type":"text/plain"},"key":"status","value":"1"},{"disabled":true,"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"fields","value":"[  [id:value],[id:value] ]"}],"variable":[]}},"response":[{"id":"8a9af0ad-4db3-427f-8861-a0ac96010561","name":"UpdateUser","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/updateuser?user_id=1&email=michael@labkey.io&phone=987654321&prefix=%2b39&name=Michael&surname=Jackson","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","updateuser"],"query":[{"key":"user_id","value":"1","description":"Update user_id (mandatory)"},{"key":"email","value":"michael@labkey.io","description":"Email (optional)"},{"key":"phone","value":"987654321","description":"Phone (optional)"},{"key":"prefix","value":"%2b39","description":"Phone prefix (mandatory if phone is set)"},{"key":"name","value":"Michael","description":"Name  (mandatory)"},{"key":"surname","value":"Jackson","description":"Surname (mandatory)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 08:37:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": \"user updated successfully\"\n}"},{"id":"2af48247-c0be-41d5-99fc-99849f55e748","name":"phone number must be numeric, retry","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/updateuser?user_id=1&email=michael@labkey.io&phone=987654321aa&prefix=%2b39&name=Michael&surname=Jackson","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","updateuser"],"query":[{"key":"user_id","value":"1","description":"Update user_id (mandatory)"},{"key":"email","value":"michael@labkey.io","description":"Email (optional)"},{"key":"phone","value":"987654321aa","description":"Phone (optional)"},{"key":"prefix","value":"%2b39","description":"Phone prefix (mandatory if phone is set)"},{"key":"name","value":"Michael","description":"Name  (mandatory)"},{"key":"surname","value":"Jackson","description":"Surname (mandatory)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 08:38:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"phone number must be numeric, retry\"\n}"},{"id":"cb5fd094-fc0e-44d9-897c-08709ec3b827","name":"prefix must contain +","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/updateuser?user_id=1&email=michael@labkey.io&phone=987654321&prefix=39&name=Michael&surname=Jackson","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","updateuser"],"query":[{"key":"user_id","value":"1","description":"Update user_id (mandatory)"},{"key":"email","value":"michael@labkey.io","description":"Email (optional)"},{"key":"phone","value":"987654321","description":"Phone (optional)"},{"key":"prefix","value":"39","description":"Phone prefix (mandatory if phone is set)"},{"key":"name","value":"Michael","description":"Name  (mandatory)"},{"key":"surname","value":"Jackson","description":"Surname (mandatory)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 08:39:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"prefix must contain +\"\n}"},{"id":"28ddc081-dc29-46ba-9be7-ee040d05d079","name":"email already exist","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/updateuser?user_id=1&email=demo2@labkey.io&phone=987654321&prefix=%2b39&name=Michael&surname=Jackson","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","updateuser"],"query":[{"key":"user_id","value":"1","description":"Update user_id (mandatory)"},{"key":"email","value":"demo2@labkey.io","description":"Email (optional)"},{"key":"phone","value":"987654321","description":"Phone (optional)"},{"key":"prefix","value":"%2b39","description":"Phone prefix (mandatory if phone is set)"},{"key":"name","value":"Michael","description":"Name  (mandatory)"},{"key":"surname","value":"Jackson","description":"Surname (mandatory)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 08:39:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"email already exist\"\n}"},{"id":"547b17ce-8960-475a-930f-16d5c65ff1c7","name":"phone number already exist","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/updateuser?user_id=1&email=michael@labkey.io&phone=12345678900&prefix=%2b39&name=Michael&surname=Jackson","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","updateuser"],"query":[{"key":"user_id","value":"1","description":"Update user_id (mandatory)"},{"key":"email","value":"michael@labkey.io","description":"Email (optional)"},{"key":"phone","value":"12345678900","description":"Phone (optional)"},{"key":"prefix","value":"%2b39","description":"Phone prefix (mandatory if phone is set)"},{"key":"name","value":"Michael","description":"Name  (mandatory)"},{"key":"surname","value":"Jackson","description":"Surname (mandatory)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 08:40:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"phone number already exist\"\n}"},{"id":"b8dac1ee-c82f-4d69-a677-00bba94ce124","name":"prefix not valid","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/updateuser?user_id=1&email=michael@labkey.io&phone=987654321&prefix=%2b39123456789&name=Michael&surname=Jackson","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","updateuser"],"query":[{"key":"user_id","value":"1","description":"Update user_id (mandatory)"},{"key":"email","value":"michael@labkey.io","description":"Email (optional)"},{"key":"phone","value":"987654321","description":"Phone (optional)"},{"key":"prefix","value":"%2b39123456789","description":"Phone prefix (mandatory if phone is set)"},{"key":"name","value":"Michael","description":"Name  (mandatory)"},{"key":"surname","value":"Jackson","description":"Surname (mandatory)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 08:40:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"prefix not valid\"\n}"},{"id":"95d24f46-30a8-4524-a495-df150e82e449","name":"Name is mandatory, retry","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/updateuser?user_id=1&email=michael@labkey.io&phone=987654321&prefix=%2b39&surname=Jackson","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","updateuser"],"query":[{"key":"user_id","value":"1","description":"Update user_id (mandatory)"},{"key":"email","value":"michael@labkey.io","description":"Email (optional)"},{"key":"phone","value":"987654321","description":"Phone (optional)"},{"key":"prefix","value":"%2b39","description":"Phone prefix (mandatory if phone is set)"},{"key":"name","value":"Michael","description":"Name  (mandatory)","disabled":true},{"key":"surname","value":"Jackson","description":"Surname (mandatory)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 08:41:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Name is mandatory, retry\"\n}"},{"id":"078879a0-009b-40f0-871b-6d5ee6d2b083","name":"Surname is mandatory, retry","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/updateuser?user_id=1&email=michael@labkey.io&phone=987654321&prefix=%2b39&name=Michael","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","updateuser"],"query":[{"key":"user_id","value":"1","description":"Update user_id (mandatory)"},{"key":"email","value":"michael@labkey.io","description":"Email (optional)"},{"key":"phone","value":"987654321","description":"Phone (optional)"},{"key":"prefix","value":"%2b39","description":"Phone prefix (mandatory if phone is set)"},{"key":"name","value":"Michael","description":"Name  (mandatory)"},{"key":"surname","value":"Jackson","description":"Surname (mandatory)","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 08:41:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Surname is mandatory, retry\"\n}"}],"_postman_id":"500aa9ce-a206-47e0-872d-4319e99be9c5"},{"name":"DeleteUser","id":"3c5ac3f6-f70b-4546-a749-a393e678d79e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.manage.labkey.io/api/v2/deleteuser?user_id=1","description":"<h3 id=\"delete-a-user-from-the-panel\">Delete a user from the panel.</h3>\n<h4 id=\"mandatory-parameters\">Mandatory parameters:</h4>\n<ul>\n<li>User ID (N.B.: user_id of the user to be deleted)</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li>200 OK<ul>\n<li>user dropped successfully</li>\n</ul>\n</li>\n<li>400 Bad Request<ul>\n<li>user not found</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","deleteuser"],"host":["demo.manage","labkey","io"],"query":[{"description":{"content":"<p>Delete User_Id (mandatory)</p>\n","type":"text/plain"},"key":"user_id","value":"1"}],"variable":[]}},"response":[{"id":"7209413d-a1da-4ef8-96a3-a765f504a441","name":"DeleteUser","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/deleteuser?user_id=1","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","deleteuser"],"query":[{"key":"user_id","value":"1","description":"Delete User_Id (mandatory)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 08:34:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": \"user dropped successfully\"\n}"},{"id":"f88060c2-6b33-4363-91c5-6aab0660e1ce","name":"user not found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/deleteuser?user_id=13","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","deleteuser"],"query":[{"key":"user_id","value":"13","description":"Delete User_Id (mandatory)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 08:37:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"user not found\"\n}"}],"_postman_id":"3c5ac3f6-f70b-4546-a749-a393e678d79e"},{"name":"GetUsers","event":[{"listen":"test","script":{"id":"874ce3d7-9381-45aa-be8f-a39fce74de88","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"3f35504e-0bf6-47c1-bf8b-aacc7aa7d15b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/getusers?getGrantInfo=1","description":"<h3 id=\"receive-data-for-all-users-present-on-the-panel-or-of-a-specific-some-if-the-optional-parameter-is-passed\">Receive data for all users present on the panel, or of a specific some if the optional parameter is passed.</h3>\n<h4 id=\"optional-parameters\">Optional parameters:</h4>\n<ul>\n<li><p>User ID (N.B.: user_id)</p>\n</li>\n<li><p>Tag (filter the users by them tag)</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>200 OK</p>\n<ul>\n<li>See example <em>involved_associations</em> <em>are ids returned by grant access</em></li>\n</ul>\n</li>\n<li><p>404 Not Found</p>\n<ul>\n<li>No users found</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","getusers"],"host":["demo.manage","labkey","io"],"query":[{"disabled":true,"description":{"content":"<p>User_Id (otional, can be an array)</p>\n","type":"text/plain"},"key":"user_id","value":"1"},{"disabled":true,"description":{"content":"<p>Tag given to the user (optional)</p>\n","type":"text/plain"},"key":"tag","value":"my_tag"},{"disabled":true,"key":"email","value":"demo@labkey.io"},{"disabled":true,"description":{"content":"<p>Key code assigned to users, (optional, can be an array of mixed NFC and pinpad both codes)</p>\n","type":"text/plain"},"key":"key_code","value":"7770777"},{"disabled":true,"key":"limit","value":"100"},{"disabled":true,"key":"offset","value":"0"},{"description":{"content":"<p>If set to 1 will return also the result of getGrantInfo for each involved_associations (optional)</p>\n","type":"text/plain"},"key":"getGrantInfo","value":"1"},{"disabled":true,"description":{"content":"<p>must be integer (optional, timestamp in seconds, timezone Europe/Rome)</p>\n","type":"text/plain"},"key":"created_at_from","value":"1690206704"},{"disabled":true,"description":{"content":"<p>must be integer (optional, timestamp in seconds, timezone Europe/Rome)</p>\n","type":"text/plain"},"key":"created_at_to","value":"2226750704"},{"disabled":true,"description":{"content":"<p>phone number with/without prefix (optional)</p>\n","type":"text/plain"},"key":"phone","value":"3401231231"}],"variable":[]}},"response":[{"id":"784c0bbf-0f9c-4943-8974-3c2e36ac0974","name":"GetUsers","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getusers?user_id=1","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getusers"],"query":[{"key":"user_id","value":"1","description":"User_Id (otional, can be an array)"},{"key":"tag","value":"my_tag","description":"Tag given to the user (optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 09:13:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": [\n        {\n            \"user_id\": 1,\n            \"name\": \"Michael\",\n            \"surname\": \"Jackson\",\n            \"phone\": \"+987654321\",\n            \"email\": \"michael@labkey.io\",\n            \"tags\": [],\n            \"involved_associations\": \"\",\n            \"gruop_id\": [],\n            \"pinpad_key_code\": \"346804\",\n            \"pinpad_key_id\": 1,\n            \"barcode\": \"+987654321.346804.136.5267118286582574\"\n        },\n        {\n            \"user_id\": 2,\n            \"name\": \"Jon\",\n            \"surname\": \"Doe\",\n            \"phone\": \"+123456789\",\n            \"email\": \"demo@labkey.io\",\n            \"tags\": [],\n            \"involved_associations\": \"\",\n            \"gruop_id\": [],\n            \"pinpad_key_code\": \"284185\",\n            \"pinpad_key_id\": 2,\n            \"barcode\": \"+123456789.284185.136.3672818025357396\"\n        }\n    ]\n}"},{"id":"b913952b-4f2f-4d25-93a5-db55f2086e19","name":"GetUsers","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getusers?user_id=1","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getusers"],"query":[{"key":"user_id","value":"1","description":"User_Id (otional, can be an array)"},{"key":"tag","value":"my_tag","description":"Tag given to the user (optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 09:13:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": [\n        {\n            \"user_id\": 1,\n            \"name\": \"Michael\",\n            \"surname\": \"Jackson\",\n            \"phone\": \"+987654321\",\n            \"email\": \"michael@labkey.io\",\n            \"tags\": [],\n            \"involved_associations\": \"\",\n            \"gruop_id\": [],\n            \"pinpad_key_code\": \"346804\",\n            \"pinpad_key_id\": 1,\n            \"barcode\": \"+987654321.346804.136.5267118286582574\"\n        }\n    ]\n}"},{"id":"94f19d11-ee49-47fc-a3f8-ce76fa66abdb","name":"GetUsers","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getusers?user_id[]=1&user_id[]=2","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getusers"],"query":[{"key":"user_id[]","value":"1","description":"User_Id (otional, can be an array)"},{"key":"user_id[]","value":"2","type":"text"},{"key":"tag","value":"my_tag","description":"Tag given to the user (optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 09:13:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": [\n        {\n            \"user_id\": 1,\n            \"name\": \"Michael\",\n            \"surname\": \"Jackson\",\n            \"phone\": \"+987654321\",\n            \"email\": \"michael@labkey.io\",\n            \"tags\": [],\n            \"involved_associations\": \"\",\n            \"gruop_id\": [],\n            \"pinpad_key_code\": \"346804\",\n            \"pinpad_key_id\": 1,\n            \"barcode\": \"+987654321.346804.136.5267118286582574\"\n        },\n        {\n            \"user_id\": 2,\n            \"name\": \"Jon\",\n            \"surname\": \"Doe\",\n            \"phone\": \"+123456789\",\n            \"email\": \"demo@labkey.io\",\n            \"tags\": [],\n            \"involved_associations\": \"\",\n            \"gruop_id\": [],\n            \"pinpad_key_code\": \"284185\",\n            \"pinpad_key_id\": 2,\n            \"barcode\": \"+123456789.284185.136.3672818025357396\"\n        }\n    ]\n}"},{"id":"b942a7ba-d6c9-4693-b4e2-b5d894bf84e0","name":"No users found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getusers?user_id=145&tag=my_tag","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getusers"],"query":[{"key":"user_id","value":"145","description":"User_Id (otional, can be an array)"},{"key":"tag","value":"my_tag","description":"Tag given to the user (optional)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 09:30:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"No users found\"\n}"}],"_postman_id":"3f35504e-0bf6-47c1-bf8b-aacc7aa7d15b"},{"name":"GetStatus","id":"c9da7d60-9394-47bc-940d-1d00c1baa779","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"{{id_user}}","type":"text"},{"key":"status","value":"1","description":"<p>if 1 is abilitate, if 0 is disable</p>\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/users/getStatus?user_id={{id_user}}","description":"<p>Return if the user si able or disable.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","users","getStatus"],"host":["demo.manage","labkey","io"],"query":[{"key":"user_id","value":"{{id_user}}"}],"variable":[]}},"response":[],"_postman_id":"c9da7d60-9394-47bc-940d-1d00c1baa779"},{"name":"ChangeStatus [not yet avaible]","id":"bbe3db6f-6bc3-4987-92ec-a250b79ff471","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"{{id_user}}","type":"text"},{"key":"status","value":"1","description":"<p>if 1 is abilitate, if 0 is disable</p>\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/users/changeStatus","description":"<p>If status = 1 the user is able to access, if the status = 0 the user is disable</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","users","changeStatus"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbe3db6f-6bc3-4987-92ec-a250b79ff471"}],"id":"7994bb14-92da-425d-9059-da73101b0642","description":"<p>APIS RELATED TO USERS</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"57928653-e3c1-4312-8902-1c08c469839a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"af3578b1-ae7e-4ec2-8af3-9e4d389ac8fd"}}],"_postman_id":"7994bb14-92da-425d-9059-da73101b0642","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}}},{"name":"GROUPS","item":[{"name":"GetGroup","id":"6e208104-7645-4506-b78f-3c102d7e039c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/getGroup?group_id=1","description":"<h3 id=\"rceive-data-for-all-the-groups-present-on-the-panel-or-of-one-or-more-specific-ones-if-the-optional-parameter-is-passed\">Rceive data for all the groups present on the panel, or of one (or more) specific ones if the optional parameter is passed.</h3>\n<h3 id=\"optional-parameters\">Optional parameters:</h3>\n<ul>\n<li>group_id (can be an array)</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li>200 OK<ul>\n<li>See example</li>\n</ul>\n</li>\n<li>404 Not Found<ul>\n<li>No groups found</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","getGroup"],"host":["demo.manage","labkey","io"],"query":[{"description":{"content":"<p>Group_Id  (otional)</p>\n","type":"text/plain"},"key":"group_id","value":"1"}],"variable":[]}},"response":[{"id":"6e32bd87-6723-40c8-892c-11213b674fc6","name":"GetGroup","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getGroup?group_id=1","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getGroup"],"query":[{"key":"group_id","value":"1","description":"Group_Id  (otional params)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 09:47:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": [\n        {\n            \"name\": \"Awesome Team\",\n            \"description\": \"The best Team working on the best APIs !\",\n            \"created_at\": \"2023-06-08 11:47:07\",\n            \"updated_at\": null,\n            \"id\": 1,\n            \"accesses\": [\n                {\n                    \"id\": 1,\n                    \"id_passage\": 1,\n                    \"allowed\": \"si\",\n                    \"allow_filter_data\": \"no\",\n                    \"start_access_data\": null,\n                    \"end_access_data\": null,\n                    \"allow_filter_hour\": \"no\",\n                    \"start_hour\": null,\n                    \"end_hour\": null,\n                    \"every_day\": \"si\",\n                    \"monday\": \"si\",\n                    \"tuesday\": \"si\",\n                    \"wednesday\": \"si\",\n                    \"thursday\": \"si\",\n                    \"friday\": \"si\",\n                    \"saturday\": \"si\",\n                    \"sunday\": \"si\",\n                    \"created_at\": \"2023-06-08 11:47:07\",\n                    \"updated_at\": \"2023-06-08 11:47:07\",\n                    \"virtual_pinpad\": \"si\",\n                    \"group_id\": 1,\n                    \"id_tipologico_varco\": \"1-Tastierino1\",\n                    \"id_rele_active\": \"1-2\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"6e208104-7645-4506-b78f-3c102d7e039c"},{"name":"GrantAccessGroup","id":"fee51cb6-4b93-4cbf-9fc5-82d002898bb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","type":"text","description":"<p>User_Id (mandatory, can be an array)</p>\n"},{"key":"group_id","value":"1","type":"text","description":"<p>Group_Id  (mandatory, can be an array)</p>\n"}]},"url":"https://demo.manage.labkey.io/api/v2/grantAccessGroup","description":"<h3 id=\"enable-access-to-one-or-more-user-on-one-or-more-indicated-group\">Enable access to one (or more) user on one (or more) indicated group.</h3>\n<p><em>Create the user-group association.</em></p>\n<h4 id=\"mandatory-parameters\">Mandatory parameters:</h4>\n<ul>\n<li>user_id (can be an array)</li>\n<li>group_id (can be an array)</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li>200 OK<ul>\n<li>Associations successfully created</li>\n</ul>\n</li>\n<li>400 Bad Request<ul>\n<li>User 11111 not found</li>\n<li>Group 1111 not found</li>\n<li>Associations already exist</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","grantAccessGroup"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"693777b1-f530-440c-8104-516c89e474ec","name":"GrantAccessGroup","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","type":"text","description":"User_Id (mandatory, can be an array)"},{"key":"group_id","value":"1","type":"text","description":"Group_Id  (mandatory, can be an array)"}]},"url":"https://demo.manage.labkey.io/api/v2/grantAccessGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 09:53:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": \"Associations successfully created\"\n}"},{"id":"4dfdfc49-7c64-4465-9f08-ae73114eb533","name":"User not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"11111","type":"text","description":"User_Id (mandatory, can be an array)"},{"key":"group_id","value":"1","type":"text","description":"Group_Id  (mandatory, can be an array)"}]},"url":"https://demo.manage.labkey.io/api/v2/grantAccessGroup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 09:53:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"User 11111 not found\"\n}"},{"id":"8e478340-be85-4089-9bc2-bfe8cd27eb8b","name":"Associations already exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","type":"text","description":"User_Id (mandatory, can be an array)"},{"key":"group_id","value":"1","type":"text","description":"Group_Id  (mandatory, can be an array)"}]},"url":"https://demo.manage.labkey.io/api/v2/grantAccessGroup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 09:54:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Associations already exist\"\n}"},{"id":"ea441747-e6f9-42cd-999b-40176bd5c1e5","name":"Group not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","type":"text","description":"User_Id (mandatory, can be an array)"},{"key":"group_id","value":"1111","type":"text","description":"Group_Id  (mandatory, can be an array)"}]},"url":"https://demo.manage.labkey.io/api/v2/grantAccessGroup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 09:54:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Group 1111 not found\"\n}"}],"_postman_id":"fee51cb6-4b93-4cbf-9fc5-82d002898bb9"},{"name":"DropAccessGroup","id":"a050b113-feaa-44aa-957e-297b5a6ffde9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1111","description":"<p>User_Id (mandatory, can be an array)</p>\n","type":"text"},{"key":"group_id","value":"1","description":"<p>Group_id (mandatory, can be an array)</p>\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/dropAccessGroup","description":"<h3 id=\"revoke-access-permissions-to-a-user-who-belongs-to-a-group\">Revoke access permissions to a user who belongs to a group.</h3>\n<p>Dissociate the user-group relationship.</p>\n<h4 id=\"mandatory-parameters\">Mandatory parameters:</h4>\n<ul>\n<li>user_id (can be an array)</li>\n<li>group_id (can be an array)</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li>200 OK<ul>\n<li>Associations dropped successfully</li>\n<li>See example for user and groups</li>\n</ul>\n</li>\n<li>400 Bad Request<ul>\n<li>Associations does not exist</li>\n<li>Group 11111 not found</li>\n<li>User 1111 not found</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","dropAccessGroup"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"166b2ab6-994d-4717-aaa9-15fe81ce7f07","name":"DropAccessGroup","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","description":"User_Id (mandatory, can be an array)","type":"text"},{"key":"group_id","value":"1","description":"Group_id (mandatory, can be an array)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/dropAccessGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 09:57:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": \"Associations dropped successfully\",\n    \"user&group\": [\n        {\n            \"1\": \"1\"\n        }\n    ]\n}"},{"id":"f8981eb0-1255-4189-bf67-952b2e348dfc","name":"Associations does not exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","description":"User_Id (mandatory, can be an array)","type":"text"},{"key":"group_id","value":"1","description":"Group_id (mandatory, can be an array)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/dropAccessGroup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 09:59:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Associations does not exist\"\n}"},{"id":"ba2d28f0-291a-4ce5-80e4-1820405e59c8","name":"Group not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","description":"User_Id (mandatory, can be an array)","type":"text"},{"key":"group_id","value":"1","description":"Group_id (mandatory, can be an array)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/dropAccessGroup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 09:59:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Group 11111 not found\"\n}"},{"id":"f4a4a924-fafd-41f7-89ef-372dc60d1e51","name":"User not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1111","description":"User_Id (mandatory, can be an array)","type":"text"},{"key":"group_id","value":"1","description":"Group_id (mandatory, can be an array)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/dropAccessGroup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 10:00:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"User 1111 not found\"\n}"}],"_postman_id":"a050b113-feaa-44aa-957e-297b5a6ffde9"}],"id":"9c0534db-917b-45db-adbc-530a61ac59f1","description":"<p>CALLS RELATED TO GROUPS</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"991c686e-f60a-4c64-bd04-de3a748f4a0a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1a0e97c1-13a0-4ac3-a2d6-38e915b8a52e"}}],"_postman_id":"9c0534db-917b-45db-adbc-530a61ac59f1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}}},{"name":"CREDITS","item":[{"name":"GetCredits","id":"10d726e1-b6c7-4af2-8aad-1a5cdf00d820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/getcredits","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","getcredits"],"host":["demo.manage","labkey","io"],"query":[{"disabled":true,"description":{"content":"<p>User id that made the transaction (optional, can be an array)</p>\n","type":"text/plain"},"key":"user_id","value":"1"},{"disabled":true,"description":{"content":"<p>Log id of positive access related to transaction (optional, can be an array)</p>\n","type":"text/plain"},"key":"id_log","value":"1"},{"disabled":true,"description":{"content":"<p>LabKeys where users entered and made trasactions (optional, can be an array)</p>\n","type":"text/plain"},"key":"unique_name","value":"LABKEY-XXXX"}],"variable":[]}},"response":[{"id":"7af67b76-7f8b-4dc6-ad87-8fcc49640bad","name":"GetCredits","originalRequest":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/getcredits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 23 Apr 2024 08:51:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": [\n        {\n            \"id\": 21,\n            \"amount\": \"1.00\",\n            \"created_at\": \"2024-04-16 14:48:27\",\n            \"updated_at\": \"2024-04-16 14:48:27\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 22,\n            \"amount\": \"12.00\",\n            \"created_at\": \"2024-04-16 14:48:30\",\n            \"updated_at\": \"2024-04-16 14:48:30\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 23,\n            \"amount\": \"0.60\",\n            \"created_at\": \"2024-04-16 14:48:35\",\n            \"updated_at\": \"2024-04-16 14:48:35\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 24,\n            \"amount\": \"0.40\",\n            \"created_at\": \"2024-04-16 14:48:40\",\n            \"updated_at\": \"2024-04-16 14:48:40\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 25,\n            \"amount\": \"60.00\",\n            \"created_at\": \"2024-04-16 14:50:15\",\n            \"updated_at\": \"2024-04-16 14:50:15\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 26,\n            \"amount\": \"-10.00\",\n            \"created_at\": \"2024-04-16 14:50:53\",\n            \"updated_at\": \"2024-04-16 14:50:53\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 27,\n            \"amount\": \"-64.35\",\n            \"created_at\": \"2024-04-16 14:50:59\",\n            \"updated_at\": \"2024-04-16 14:50:59\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 28,\n            \"amount\": \"0.35\",\n            \"created_at\": \"2024-04-16 14:51:03\",\n            \"updated_at\": \"2024-04-16 14:51:03\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 29,\n            \"amount\": \"15893.00\",\n            \"created_at\": \"2024-04-16 17:22:01\",\n            \"updated_at\": \"2024-04-16 17:22:01\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 30,\n            \"amount\": \"1900.00\",\n            \"created_at\": \"2024-04-17 12:16:48\",\n            \"updated_at\": \"2024-04-17 12:16:48\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 31,\n            \"amount\": \"1900.00\",\n            \"created_at\": \"2024-04-17 12:17:54\",\n            \"updated_at\": \"2024-04-17 12:17:54\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 32,\n            \"amount\": \"-3720.00\",\n            \"created_at\": \"2024-04-17 14:50:31\",\n            \"updated_at\": \"2024-04-17 14:50:31\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 33,\n            \"amount\": \"-3720.00\",\n            \"created_at\": \"2024-04-17 14:51:04\",\n            \"updated_at\": \"2024-04-17 14:51:04\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 34,\n            \"amount\": \"-3720.00\",\n            \"created_at\": \"2024-04-17 15:00:49\",\n            \"updated_at\": \"2024-04-17 15:00:49\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 35,\n            \"amount\": \"-3720.00\",\n            \"created_at\": \"2024-04-17 15:00:56\",\n            \"updated_at\": \"2024-04-17 15:00:56\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 36,\n            \"amount\": \"15.00\",\n            \"created_at\": \"2024-04-17 15:25:23\",\n            \"updated_at\": \"2024-04-17 15:25:23\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 37,\n            \"amount\": \"12.00\",\n            \"created_at\": \"2024-04-17 15:27:10\",\n            \"updated_at\": \"2024-04-17 15:27:10\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 38,\n            \"amount\": \"222.00\",\n            \"created_at\": \"2024-04-17 15:30:00\",\n            \"updated_at\": \"2024-04-17 15:30:00\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 39,\n            \"amount\": \"333.00\",\n            \"created_at\": \"2024-04-17 15:31:16\",\n            \"updated_at\": \"2024-04-17 15:31:16\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 40,\n            \"amount\": \"22.00\",\n            \"created_at\": \"2024-04-17 15:38:03\",\n            \"updated_at\": \"2024-04-17 15:38:03\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 41,\n            \"amount\": \"15.00\",\n            \"created_at\": \"2024-04-17 15:41:07\",\n            \"updated_at\": \"2024-04-17 15:41:07\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 42,\n            \"amount\": \"99.00\",\n            \"created_at\": \"2024-04-17 15:41:13\",\n            \"updated_at\": \"2024-04-17 15:41:13\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 43,\n            \"amount\": \"150.00\",\n            \"created_at\": \"2024-04-17 15:49:02\",\n            \"updated_at\": \"2024-04-17 15:49:02\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 44,\n            \"amount\": \"150.00\",\n            \"created_at\": \"2024-04-17 15:49:37\",\n            \"updated_at\": \"2024-04-17 15:49:37\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 45,\n            \"amount\": \"150.00\",\n            \"created_at\": \"2024-04-17 15:49:49\",\n            \"updated_at\": \"2024-04-17 15:49:49\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 47,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-17 16:32:57\",\n            \"updated_at\": \"2024-04-17 16:32:57\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 48,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-17 16:33:04\",\n            \"updated_at\": \"2024-04-17 16:33:04\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 49,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-17 16:34:21\",\n            \"updated_at\": \"2024-04-17 16:34:21\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 50,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-17 16:34:29\",\n            \"updated_at\": \"2024-04-17 16:34:29\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 51,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-17 16:37:09\",\n            \"updated_at\": \"2024-04-17 16:37:09\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 52,\n            \"amount\": \"90.00\",\n            \"created_at\": \"2024-04-17 16:37:53\",\n            \"updated_at\": \"2024-04-17 16:37:53\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 62,\n            \"amount\": \"200.00\",\n            \"created_at\": \"2024-04-17 16:43:32\",\n            \"updated_at\": \"2024-04-17 16:43:32\",\n            \"id_log\": null,\n            \"user_id\": 9\n        },\n        {\n            \"id\": 64,\n            \"amount\": \"10.00\",\n            \"created_at\": \"2024-04-17 16:48:42\",\n            \"updated_at\": \"2024-04-17 16:48:42\",\n            \"id_log\": null,\n            \"user_id\": 9\n        },\n        {\n            \"id\": 65,\n            \"amount\": \"-99.00\",\n            \"created_at\": \"2024-04-17 16:49:44\",\n            \"updated_at\": \"2024-04-17 16:49:44\",\n            \"id_log\": null,\n            \"user_id\": 9\n        },\n        {\n            \"id\": 78,\n            \"amount\": \"15.00\",\n            \"created_at\": \"2024-04-17 18:23:59\",\n            \"updated_at\": \"2024-04-17 18:23:59\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 88,\n            \"amount\": \"1212.00\",\n            \"created_at\": \"2024-04-18 14:18:27\",\n            \"updated_at\": \"2024-04-18 14:18:27\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 89,\n            \"amount\": \"2121.00\",\n            \"created_at\": \"2024-04-18 14:18:29\",\n            \"updated_at\": \"2024-04-18 14:18:29\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 90,\n            \"amount\": \"2121.00\",\n            \"created_at\": \"2024-04-18 14:18:30\",\n            \"updated_at\": \"2024-04-18 14:18:30\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 91,\n            \"amount\": \"21212.00\",\n            \"created_at\": \"2024-04-18 14:18:32\",\n            \"updated_at\": \"2024-04-18 14:18:32\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 93,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:25:17\",\n            \"updated_at\": \"2024-04-18 14:25:17\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 102,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:40:44\",\n            \"updated_at\": \"2024-04-18 14:40:44\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 103,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:40:50\",\n            \"updated_at\": \"2024-04-18 14:40:50\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 104,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:42:34\",\n            \"updated_at\": \"2024-04-18 14:42:34\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 105,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:42:39\",\n            \"updated_at\": \"2024-04-18 14:42:39\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 106,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:42:45\",\n            \"updated_at\": \"2024-04-18 14:42:45\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 107,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:42:51\",\n            \"updated_at\": \"2024-04-18 14:42:51\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 108,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:42:56\",\n            \"updated_at\": \"2024-04-18 14:42:56\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 109,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:49:14\",\n            \"updated_at\": \"2024-04-18 14:49:14\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 110,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:49:19\",\n            \"updated_at\": \"2024-04-18 14:49:19\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 111,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:49:26\",\n            \"updated_at\": \"2024-04-18 14:49:26\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 112,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:49:31\",\n            \"updated_at\": \"2024-04-18 14:49:31\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 113,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:49:45\",\n            \"updated_at\": \"2024-04-18 14:49:45\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 114,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:49:51\",\n            \"updated_at\": \"2024-04-18 14:49:51\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 115,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:49:59\",\n            \"updated_at\": \"2024-04-18 14:49:59\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 116,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:50:07\",\n            \"updated_at\": \"2024-04-18 14:50:07\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 117,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:50:14\",\n            \"updated_at\": \"2024-04-18 14:50:14\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 118,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:50:17\",\n            \"updated_at\": \"2024-04-18 14:50:17\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 119,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:50:21\",\n            \"updated_at\": \"2024-04-18 14:50:21\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 120,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:50:58\",\n            \"updated_at\": \"2024-04-18 14:50:58\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 121,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:50:59\",\n            \"updated_at\": \"2024-04-18 14:50:59\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 122,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 14:52:08\",\n            \"updated_at\": \"2024-04-18 14:52:08\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 123,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:21:45\",\n            \"updated_at\": \"2024-04-18 15:21:45\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 124,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:21:50\",\n            \"updated_at\": \"2024-04-18 15:21:50\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 125,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:21:57\",\n            \"updated_at\": \"2024-04-18 15:21:57\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 126,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:22:03\",\n            \"updated_at\": \"2024-04-18 15:22:03\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 127,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:22:11\",\n            \"updated_at\": \"2024-04-18 15:22:11\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 128,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:23:09\",\n            \"updated_at\": \"2024-04-18 15:23:09\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 129,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:23:16\",\n            \"updated_at\": \"2024-04-18 15:23:16\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 130,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:23:37\",\n            \"updated_at\": \"2024-04-18 15:23:37\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 131,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:26:44\",\n            \"updated_at\": \"2024-04-18 15:26:44\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 132,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:26:58\",\n            \"updated_at\": \"2024-04-18 15:26:58\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 133,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:27:08\",\n            \"updated_at\": \"2024-04-18 15:27:08\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 134,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:35:44\",\n            \"updated_at\": \"2024-04-18 15:35:44\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 135,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:35:44\",\n            \"updated_at\": \"2024-04-18 15:35:44\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 136,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:35:45\",\n            \"updated_at\": \"2024-04-18 15:35:45\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 137,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:35:50\",\n            \"updated_at\": \"2024-04-18 15:35:50\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 138,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:35:50\",\n            \"updated_at\": \"2024-04-18 15:35:50\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 139,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:35:50\",\n            \"updated_at\": \"2024-04-18 15:35:50\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 140,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:35:50\",\n            \"updated_at\": \"2024-04-18 15:35:50\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 141,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:35:51\",\n            \"updated_at\": \"2024-04-18 15:35:51\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 142,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:35:51\",\n            \"updated_at\": \"2024-04-18 15:35:51\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 143,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:35:51\",\n            \"updated_at\": \"2024-04-18 15:35:51\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 144,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:35:51\",\n            \"updated_at\": \"2024-04-18 15:35:51\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 145,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:35:51\",\n            \"updated_at\": \"2024-04-18 15:35:51\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 146,\n            \"amount\": \"-25.55\",\n            \"created_at\": \"2024-04-18 15:35:51\",\n            \"updated_at\": \"2024-04-18 15:35:51\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 147,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:35:51\",\n            \"updated_at\": \"2024-04-18 15:35:51\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 148,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:35:51\",\n            \"updated_at\": \"2024-04-18 15:35:51\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 149,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:35:51\",\n            \"updated_at\": \"2024-04-18 15:35:51\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 150,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:35:51\",\n            \"updated_at\": \"2024-04-18 15:35:51\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 151,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:35:52\",\n            \"updated_at\": \"2024-04-18 15:35:52\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 152,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:35:52\",\n            \"updated_at\": \"2024-04-18 15:35:52\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 153,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:35:52\",\n            \"updated_at\": \"2024-04-18 15:35:52\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 154,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:35:52\",\n            \"updated_at\": \"2024-04-18 15:35:52\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 155,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:35:52\",\n            \"updated_at\": \"2024-04-18 15:35:52\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 156,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:35:52\",\n            \"updated_at\": \"2024-04-18 15:35:52\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 157,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:35:52\",\n            \"updated_at\": \"2024-04-18 15:35:52\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 158,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 15:35:52\",\n            \"updated_at\": \"2024-04-18 15:35:52\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 159,\n            \"amount\": \"222.00\",\n            \"created_at\": \"2024-04-18 16:56:41\",\n            \"updated_at\": \"2024-04-18 16:56:41\",\n            \"id_log\": null,\n            \"user_id\": 9\n        },\n        {\n            \"id\": 160,\n            \"amount\": \"50.00\",\n            \"created_at\": \"2024-04-18 17:04:15\",\n            \"updated_at\": \"2024-04-18 17:04:15\",\n            \"id_log\": null,\n            \"user_id\": 11\n        },\n        {\n            \"id\": 161,\n            \"amount\": \"-1.00\",\n            \"created_at\": \"2024-04-18 17:07:45\",\n            \"updated_at\": \"2024-04-18 17:07:45\",\n            \"id_log\": null,\n            \"user_id\": 11\n        },\n        {\n            \"id\": 162,\n            \"amount\": \"-1.00\",\n            \"created_at\": \"2024-04-18 17:08:25\",\n            \"updated_at\": \"2024-04-18 17:08:25\",\n            \"id_log\": null,\n            \"user_id\": 11\n        },\n        {\n            \"id\": 163,\n            \"amount\": \"-1.00\",\n            \"created_at\": \"2024-04-18 17:15:46\",\n            \"updated_at\": \"2024-04-18 17:15:46\",\n            \"id_log\": null,\n            \"user_id\": 11\n        },\n        {\n            \"id\": 164,\n            \"amount\": \"-1.00\",\n            \"created_at\": \"2024-04-18 17:15:46\",\n            \"updated_at\": \"2024-04-18 17:15:46\",\n            \"id_log\": null,\n            \"user_id\": 11\n        },\n        {\n            \"id\": 165,\n            \"amount\": \"-1.00\",\n            \"created_at\": \"2024-04-18 17:15:46\",\n            \"updated_at\": \"2024-04-18 17:15:46\",\n            \"id_log\": null,\n            \"user_id\": 11\n        },\n        {\n            \"id\": 166,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 17:15:46\",\n            \"updated_at\": \"2024-04-18 17:15:46\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 167,\n            \"amount\": \"-15.55\",\n            \"created_at\": \"2024-04-18 17:15:46\",\n            \"updated_at\": \"2024-04-18 17:15:46\",\n            \"id_log\": null,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 168,\n            \"amount\": \"-45.00\",\n            \"created_at\": \"2024-04-23 10:39:43\",\n            \"updated_at\": \"2024-04-23 10:39:43\",\n            \"id_log\": 1369,\n            \"user_id\": 8\n        },\n        {\n            \"id\": 169,\n            \"amount\": \"-45.00\",\n            \"created_at\": \"2024-04-23 10:39:49\",\n            \"updated_at\": \"2024-04-23 10:39:49\",\n            \"id_log\": 1370,\n            \"user_id\": 8\n        }\n    ]\n}"}],"_postman_id":"10d726e1-b6c7-4af2-8aad-1a5cdf00d820"},{"name":"GetPrices","id":"ec98df01-aece-44f6-a6b3-c3dba3cb1302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/getprices","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","getprices"],"host":["demo.manage","labkey","io"],"query":[{"disabled":true,"description":{"content":"<p>(optional, can be an array)</p>\n","type":"text/plain"},"key":"user_type_id","value":"1"},{"disabled":true,"description":{"content":"<p>(optional, can be an array)</p>\n","type":"text/plain"},"key":"unique_name","value":"LABKEY-XXXX"}],"variable":[]}},"response":[{"id":"088bf780-9e91-4ee1-8c92-361aa1cbb66e","name":"Get Prices","originalRequest":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/getprices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 23 Apr 2024 09:14:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2362"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": [\n        {\n            \"id\": 105,\n            \"id_rele\": 1,\n            \"amount\": \"10.00\",\n            \"created_at\": \"2024-04-23 10:35:33\",\n            \"updated_at\": \"2024-04-23 10:35:33\",\n            \"user_type_id\": 1,\n            \"user_type_name\": \"Privato\",\n            \"unique_name\": \"LABKEY-27A0\",\n            \"labkey_id\": 9\n        },\n        {\n            \"id\": 106,\n            \"id_rele\": 2,\n            \"amount\": \"20.00\",\n            \"created_at\": \"2024-04-23 10:35:33\",\n            \"updated_at\": \"2024-04-23 10:35:33\",\n            \"user_type_id\": 1,\n            \"user_type_name\": \"Privato\",\n            \"unique_name\": \"LABKEY-XXXX\",\n            \"labkey_id\": 9\n        },\n        {\n            \"id\": 107,\n            \"id_rele\": 3,\n            \"amount\": \"10.00\",\n            \"created_at\": \"2024-04-23 10:35:33\",\n            \"updated_at\": \"2024-04-23 10:35:33\",\n            \"user_type_id\": 1,\n            \"user_type_name\": \"Privato\",\n            \"unique_name\": \"LABKEY-XXXX\",\n            \"labkey_id\": 9\n        },\n        {\n            \"id\": 108,\n            \"id_rele\": 4,\n            \"amount\": \"5.00\",\n            \"created_at\": \"2024-04-23 10:35:33\",\n            \"updated_at\": \"2024-04-23 10:35:33\",\n            \"user_type_id\": 1,\n            \"user_type_name\": \"Privato\",\n            \"unique_name\": \"LABKEY-XXXX\",\n            \"labkey_id\": 9\n        },\n        {\n            \"id\": 109,\n            \"id_rele\": 1,\n            \"amount\": \"5.00\",\n            \"created_at\": \"2024-04-23 10:35:54\",\n            \"updated_at\": \"2024-04-23 10:35:54\",\n            \"user_type_id\": 2,\n            \"user_type_name\": \"Azienda\",\n            \"unique_name\": \"LABKEY-XXXX\",\n            \"labkey_id\": 9\n        },\n        {\n            \"id\": 110,\n            \"id_rele\": 2,\n            \"amount\": \"5.00\",\n            \"created_at\": \"2024-04-23 10:35:54\",\n            \"updated_at\": \"2024-04-23 10:35:54\",\n            \"user_type_id\": 2,\n            \"user_type_name\": \"Azienda\",\n            \"unique_name\": \"LABKEY-XXXX\",\n            \"labkey_id\": 9\n        },\n        {\n            \"id\": 111,\n            \"id_rele\": 3,\n            \"amount\": \"5.00\",\n            \"created_at\": \"2024-04-23 10:35:54\",\n            \"updated_at\": \"2024-04-23 10:35:54\",\n            \"user_type_id\": 2,\n            \"user_type_name\": \"Azienda\",\n            \"unique_name\": \"LABKEY-XXXX\",\n            \"labkey_id\": 9\n        },\n        {\n            \"id\": 112,\n            \"id_rele\": 4,\n            \"amount\": \"5.00\",\n            \"created_at\": \"2024-04-23 10:35:54\",\n            \"updated_at\": \"2024-04-23 10:35:54\",\n            \"user_type_id\": 2,\n            \"user_type_name\": \"Azienda\",\n            \"unique_name\": \"LABKEY-XXXX\",\n            \"labkey_id\": 9\n        },\n        {\n            \"id\": 97,\n            \"id_rele\": 1,\n            \"amount\": \"99.00\",\n            \"created_at\": \"2024-04-18 17:02:49\",\n            \"updated_at\": \"2024-04-18 17:02:49\",\n            \"user_type_id\": 3,\n            \"user_type_name\": \"TEST\",\n            \"unique_name\": \"LABKEY-YYYY\",\n            \"labkey_id\": 7\n        },\n        {\n            \"id\": 98,\n            \"id_rele\": 2,\n            \"amount\": \"999.00\",\n            \"created_at\": \"2024-04-18 17:02:49\",\n            \"updated_at\": \"2024-04-18 17:02:49\",\n            \"user_type_id\": 3,\n            \"user_type_name\": \"TEST\",\n            \"unique_name\": \"LABKEY-YYYY\",\n            \"labkey_id\": 7\n        },\n        {\n            \"id\": 99,\n            \"id_rele\": 3,\n            \"amount\": \"999.00\",\n            \"created_at\": \"2024-04-18 17:02:49\",\n            \"updated_at\": \"2024-04-18 17:02:49\",\n            \"user_type_id\": 3,\n            \"user_type_name\": \"TEST\",\n            \"unique_name\": \"LABKEY-YYYY\",\n            \"labkey_id\": 7\n        },\n        {\n            \"id\": 100,\n            \"id_rele\": 4,\n            \"amount\": \"999.00\",\n            \"created_at\": \"2024-04-18 17:02:49\",\n            \"updated_at\": \"2024-04-18 17:02:49\",\n            \"user_type_id\": 3,\n            \"user_type_name\": \"TEST\",\n            \"unique_name\": \"LABKEY-YYYY\",\n            \"labkey_id\": 7\n        }\n    ]\n}"}],"_postman_id":"ec98df01-aece-44f6-a6b3-c3dba3cb1302"},{"name":"Recharge","id":"c0ba119c-3b81-44d4-8e38-c7c847713479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"8","type":"text"},{"key":"amount","value":"10.50","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/recharge","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","recharge"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"5a9b6f56-672b-4bb8-a32a-a8eab5c47a82","name":"Recharge","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"8","type":"text"},{"key":"amount","value":"10.50","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/recharge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 23 Apr 2024 09:42:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": \"10.50 credits added successfully\"\n}"}],"_postman_id":"c0ba119c-3b81-44d4-8e38-c7c847713479"}],"id":"513798cc-a7fb-4f8a-9f8e-9a92cea7200a","_postman_id":"513798cc-a7fb-4f8a-9f8e-9a92cea7200a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}}},{"name":"KEYS","item":[{"name":"GetUnusedNfc","id":"20140e97-831f-49bd-9aed-abab0c6165e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/getunusednfc","description":"<h3 id=\"returns-the-list-of-nfc-keys-not-associated-with-any-user\">Returns the list of NFC keys not associated with any user</h3>\n<h3 id=\"no-params-required\">No params required</h3>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li>200 OK<ul>\n<li>See example</li>\n</ul>\n</li>\n<li>404 Not Found<ul>\n<li>No free NFC keys found</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","getunusednfc"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"f0f977d9-21e5-4b3b-9280-92c54876c59d","name":"GetUnusedNfc","originalRequest":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/getunusednfc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 10:04:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": [\n        {\n            \"nfc_key_id\": 3,\n            \"nfc_key_code\": \"212142125109\",\n            \"name\": \"NFC Card\"\n        },\n        {\n            \"nfc_key_id\": 4,\n            \"nfc_key_code\": \"148236131109\",\n            \"name\": \"NFC Bracelet\"\n        }\n    ]\n}"},{"id":"c22d241d-8121-4ae7-b071-d53ae886bc62","name":"No free NFC keys found","originalRequest":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/getunusednfc"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 10:12:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"No free NFC keys found\"\n}"}],"_postman_id":"20140e97-831f-49bd-9aed-abab0c6165e8"},{"name":"GetAllNfc","id":"77a3c02e-27df-4688-9eb9-a1f647ed6323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.manage.labkey.io/api/v2/getallnfc","description":"<h3 id=\"receiving-data-relating-to-all-the-nfc-keys-in-the-panel-whether-associated-or-not\">Receiving data relating to all the NFC keys in the panel, whether associated or not.</h3>\n<h4 id=\"optional-parameters-pagination\">Optional parameters (pagination):</h4>\n<ul>\n<li>Limit (limit of records to be received)</li>\n<li>Offset (offset to be set to the query)</li>\n</ul>\n<h4 id=\"rersponse\">Rersponse</h4>\n<ul>\n<li>200 OK<ul>\n<li>See example</li>\n</ul>\n</li>\n<li>400 Bad Request<ul>\n<li>No keys found</li>\n<li>Cannot use offset without limit</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","getallnfc"],"host":["demo.manage","labkey","io"],"query":[{"disabled":true,"description":{"content":"<p>Limit (optional)</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"disabled":true,"description":{"content":"<p>Offset (optional)</p>\n","type":"text/plain"},"key":"offset","value":"1"}],"variable":[]}},"response":[{"id":"d3adb349-2189-44ff-ab29-89698bd0e6f0","name":"GetAllNfc","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.manage.labkey.io/api/v2/getallnfc","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getallnfc"],"query":[{"key":"limit","value":"1","description":"Limit (optional)","disabled":true},{"key":"offset","value":"1","description":"Offset (optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 10:17:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": [\n        {\n            \"nfc_key_id\": 3,\n            \"nfc_key_code\": \"212142125109\",\n            \"user_id\": null,\n            \"name\": \"NFC Card\",\n            \"user_name\": null\n        },\n        {\n            \"nfc_key_id\": 4,\n            \"nfc_key_code\": \"148236131109\",\n            \"user_id\": null,\n            \"name\": \"NFC Bracelet\",\n            \"user_name\": null\n        },\n        {\n            \"nfc_key_id\": 5,\n            \"nfc_key_code\": \"167184161122\",\n            \"user_id\": 1,\n            \"name\": \"Michael's NFC Tag\",\n            \"user_name\": \"Michael Jackson\"\n        }\n    ]\n}"},{"id":"80b127f4-2d4f-4dd0-81e4-7eff84137285","name":"No keys found","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.manage.labkey.io/api/v2/getallnfc?limit=100&offset=100","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getallnfc"],"query":[{"key":"limit","value":"100","description":"Limit (optional)"},{"key":"offset","value":"100","description":"Offset (optional)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 10:22:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"No keys found\"\n}"},{"id":"a210ef99-e05b-48a6-9688-e12f24ce50ae","name":"Cannot use offset without limit","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.manage.labkey.io/api/v2/getallnfc?offset=100","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getallnfc"],"query":[{"key":"limit","value":"100","description":"Limit (optional)","disabled":true},{"key":"offset","value":"100","description":"Offset (optional)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 10:22:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Cannot use offset without limit\"\n}"}],"_postman_id":"77a3c02e-27df-4688-9eb9-a1f647ed6323"},{"name":"AddKey","id":"16d3e1d3-7a8b-4309-a66e-43bf2293d1f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"nfc_key_code","value":"123456789","description":"<p>Key_code assigned, will be generated with an NFC (mandatory)</p>\n","type":"text"},{"key":"nfc_key_name","value":"key_test","description":"<p>Assigned Name to the key (mandatory)</p>\n","type":"text"},{"key":"force_hex","value":"0","description":"<p>Force the code to be converted form hexadecimal string (optional param)</p>\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/addkey","description":"<h3 id=\"insert-an-nfc-key\">Insert an NFC key</h3>\n<h3 id=\"required-parameters\">Required parameters:</h3>\n<ul>\n<li>nfc_key_code (RFID code read with a normal reader, <strong>it</strong> <strong>will be converted according to our standards, do NOT use a code from a LabKey access log</strong>)</li>\n<li>nfc_key_name (name to be associated with the key)</li>\n<li>force_hex (force the code to be converted form hexadecimal string, if omitted the code will be converted as hexadecimal only if it contains at least one letter. Otherwise It will be converted as number. If used: the value can be 0 or 1).</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li>200 OK<ul>\n<li>Success<ul>\n<li>See example</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>400 Bad Request<ul>\n<li>Key already exists</li>\n<li>nfc_key_code can not be empty</li>\n<li>nfc_key_name can not be empty</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","addkey"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"828a95ad-7250-4499-96ec-14e3c0ca0e2d","name":"AddKey","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"nfc_key_code","value":"1234567890","description":"Key_code assigned, will be generated with an NFC (mandatory)","type":"text"},{"key":"nfc_key_name","value":"key_test","description":"Assigned Name to the key (mandatory)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/addkey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 03 Nov 2023 12:57:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": \"Success\",\n    \"nfc_key_id\": 35,\n    \"nfc_key_name\": \"key_test\",\n    \"nfc_key_code\": \"210215073\"\n}"},{"id":"25e9fdc7-8af4-4880-bc52-3979f9d4f78a","name":"Key already exists","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"nfc_key_code","value":"1234567890","description":"Key_code assigned, will be generated with an NFC (mandatory)","type":"text"},{"key":"nfc_key_name","value":"key_test","description":"Assigned Name to the key (mandatory)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/addkey"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 10:24:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Key already exists\"\n}"},{"id":"6fbe7981-9cce-49fc-9e76-dbf45653ff2e","name":"nfc_key_code can not be empty","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"nfc_key_code","value":"1234567890","description":"Key_code assigned, will be generated with an NFC (mandatory)","type":"text","disabled":true},{"key":"nfc_key_name","value":"key_test","description":"Assigned Name to the key (mandatory)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/addkey"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 10:27:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"nfc_key_code can not be empty\"\n}"},{"id":"e8673ee5-3139-4199-a92e-bc60f84b6bc1","name":"nfc_key_name can not be empty","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"nfc_key_code","value":"777777777","description":"Key_code assigned, will be generated with an NFC (mandatory)","type":"text"},{"key":"nfc_key_name","value":"key_test","description":"Assigned Name to the key (mandatory)","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/addkey"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 10:28:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"nfc_key_name can not be empty\"\n}"},{"id":"fe45d416-d484-499b-a845-e4945f3528ec","name":"you are not allowed to use this api","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"nfc_key_code","value":"1234567890","description":"Key_code assigned, will be generated with an NFC (mandatory)","type":"text"},{"key":"nfc_key_name","value":"key_test","description":"Assigned Name to the key (mandatory)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/addkey"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 29 Aug 2023 11:52:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"you are not allowed to use this api, call assistance\"\n}"}],"_postman_id":"16d3e1d3-7a8b-4309-a66e-43bf2293d1f6"},{"name":"Addkey2User","id":"c3022b34-0daf-4be4-bff2-477d3d54345f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://demo.manage.labkey.io/api/v2/addkey2user?user_id=2&nfc_key_id=4","description":"<h3 id=\"associate-an-nfc-key-to-as-specific-user\">Associate an NFC Key to as specific user</h3>\n<h4 id=\"required-parameters\">Required parameters:</h4>\n<ul>\n<li>User_id (user_id to be associated with Nfc_key_id)</li>\n<li>Nfc_key_id (nfc_key_id to be associated with a user_id)</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li>200 OK<ul>\n<li>Success</li>\n</ul>\n</li>\n<li>400 Bad Request<ul>\n<li>Key already assigned</li>\n</ul>\n</li>\n<li>404 Not Found<ul>\n<li>Key not found</li>\n<li>User not found</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","addkey2user"],"host":["demo.manage","labkey","io"],"query":[{"description":{"content":"<p>User_id assigned to Nfc_key_Id (mandatory)</p>\n","type":"text/plain"},"key":"user_id","value":"2"},{"description":{"content":"<p>Assigned Name to the Nfc_key_id (mandatory)</p>\n","type":"text/plain"},"key":"nfc_key_id","value":"4"}],"variable":[]}},"response":[{"id":"07a4335a-75aa-49fc-8946-e70c1bacb013","name":"Addkey2User","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/addkey2user?user_id=2&nfc_key_id=4","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","addkey2user"],"query":[{"key":"user_id","value":"2","description":"User_id assigned to Nfc_key_Id"},{"key":"nfc_key_id","value":"4","description":"Assigned Name to the Nfc_key_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 10:31:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"no-cache, private"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"content\": \"Success\"\n}"},{"id":"6558be06-cf5f-4bee-b44c-713beaae09db","name":"Key already assigned","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/addkey2user?user_id=2&nfc_key_id=4","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","addkey2user"],"query":[{"key":"user_id","value":"2","description":"User_id assigned to Nfc_key_Id (mandatory)"},{"key":"nfc_key_id","value":"4","description":"Assigned Name to the Nfc_key_id (mandatory)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 10:32:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Key already assigned\"\n}"},{"id":"c6a147b0-95e4-46c6-a61b-1a0fff3599f4","name":"User not found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/addkey2user?user_id=2&nfc_key_id=433","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","addkey2user"],"query":[{"key":"user_id","value":"2","description":"User_id assigned to Nfc_key_Id (mandatory)"},{"key":"nfc_key_id","value":"433","description":"Assigned Name to the Nfc_key_id (mandatory)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 10:33:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"User not found\"\n}"},{"id":"5e787510-c169-46b8-9555-25ca9d594521","name":"Key not found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/addkey2user?user_id=1&nfc_key_id=432","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","addkey2user"],"query":[{"key":"user_id","value":"1","description":"User_id assigned to Nfc_key_Id (mandatory)"},{"key":"nfc_key_id","value":"432","description":"Assigned Name to the Nfc_key_id (mandatory)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 13:54:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Key not found\"\n}"}],"_postman_id":"c3022b34-0daf-4be4-bff2-477d3d54345f"},{"name":"DeleteKey","id":"fe775622-7114-4652-9d97-5b6082d55f39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.manage.labkey.io/api/v2/deletekey?nfc_key_code=210215073","description":"<h4 id=\"delete-a-nfc-key\">Delete a NFC Key</h4>\n<h3 id=\"mandatory-parameters\">Mandatory parameters:</h3>\n<ul>\n<li>Nfc_Key_Code (RFID code read with a standard NFC reader, <strong>converted according to our standards</strong> <em>eg. 1234567890 -&gt; 210215073</em> )</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li>200 OK<ul>\n<li>Success</li>\n</ul>\n</li>\n<li>404 Not Found<ul>\n<li>Key not exists</li>\n</ul>\n</li>\n<li>400 Bad Request<ul>\n<li>nfc_key_code can not be empty</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","deletekey"],"host":["demo.manage","labkey","io"],"query":[{"description":{"content":"<p>Nfc_Key_Code to Delete (converted according to our standards)</p>\n","type":"text/plain"},"key":"nfc_key_code","value":"210215073"}],"variable":[]}},"response":[{"id":"cdbd0191-e0c0-4963-96e4-bd81c987bf88","name":"DeleteKey","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/deletekey?nfc_key_code=210215073","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","deletekey"],"query":[{"key":"nfc_key_code","value":"210215073","description":"Nfc_Key_Code to Delete (converted according to our standards)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 13:58:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": \"Success\"\n}"},{"id":"c648b931-ab8d-4559-94fe-bbee75e47010","name":"Key not exists","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/deletekey?nfc_key_code=210215073","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","deletekey"],"query":[{"key":"nfc_key_code","value":"210215073","description":"Nfc_Key_Code to Delete (converted according to our standards)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 14:00:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Key not exists\"\n}"},{"id":"ef16057c-4ec4-47f8-a4ba-0ee48f4e5dbd","name":"nfc_key_code can not be empty","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/deletekey?nfc_key_code=","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","deletekey"],"query":[{"key":"nfc_key_code","value":"","description":"Nfc_Key_Code to Delete (converted according to our standards)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 14:00:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"nfc_key_code can not be empty\"\n}"}],"_postman_id":"fe775622-7114-4652-9d97-5b6082d55f39"},{"name":"GetNfcDetails","id":"2b41ffbf-c84e-4cbf-bd81-eb266cfae8ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/getnfcdetails?nfc_key_code=210215073","description":"<h3 id=\"obtain-details-related-to-that-nfc_key_code\">Obtain details related to that Nfc_key_Code.</h3>\n<h4 id=\"mandatory-parameters\">Mandatory parameters:</h4>\n<ul>\n<li>Nfc_Key_Code (code of the nfc key, <strong>converted according to our standards</strong>)</li>\n</ul>\n<h4 id=\"response\">Response:</h4>\n<ul>\n<li>200 OK<ul>\n<li>See example</li>\n</ul>\n</li>\n<li>404 Not Found<ul>\n<li>No user connected to your key</li>\n<li>NFC key not found</li>\n</ul>\n</li>\n<li>400 Nad Request<ul>\n<li>Missing parameters</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","getnfcdetails"],"host":["demo.manage","labkey","io"],"query":[{"description":{"content":"<p>Nfc_key_code to visualize (converted according to our standards)</p>\n","type":"text/plain"},"key":"nfc_key_code","value":"210215073"}],"variable":[]}},"response":[{"id":"7f51459e-70c4-4545-86f0-195e3f76b1dd","name":"GetNfcDetails","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getnfcdetails?nfc_key_code=210215073","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getnfcdetails"],"query":[{"key":"nfc_key_code","value":"210215073","description":"Nfc_key_code to visualize (converted according to our standards)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 14:40:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": {\n        \"nfc_key_id\": 4,\n        \"user_id\": 1\n    }\n}"},{"id":"226da85a-8098-4681-ad00-b782c3123772","name":"No user connected to your key","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getnfcdetails?nfc_key_code=210215073","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getnfcdetails"],"query":[{"key":"nfc_key_code","value":"210215073","description":"Nfc_key_code to visualize (converted according to our standards)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 14:46:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"No user connected to your key\"\n}"},{"id":"5df93b86-bba9-4da5-82a8-fc8ad9a8b1a0","name":"NFC key not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getnfcdetails?nfc_key_code=210215073a","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getnfcdetails"],"query":[{"key":"nfc_key_code","value":"210215073a","description":"Nfc_key_code to visualize (converted according to our standards)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 14:47:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"NFC key not found\"\n}"}],"_postman_id":"2b41ffbf-c84e-4cbf-bd81-eb266cfae8ef"},{"name":"EditNfc","id":"f4368086-030a-48d6-b552-9d175a388eb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"nfc_key_code","value":"210215073","description":"<p>Nfc_Key_Code (mandatory)</p>\n","type":"text"},{"key":"name","value":"Key_test_2","description":"<p>Name (mandatory)</p>\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/editnfc","description":"<h4 id=\"edit-details-of-the-nfc-key\">Edit details of the NFC Key.</h4>\n<h3 id=\"mandatory-parameters\">Mandatory parameters:</h3>\n<ul>\n<li>Nfc_Key_Code (code of the nfc key, <strong>converted according to our standards</strong>)</li>\n<li>Name (mandatory)</li>\n</ul>\n<h4 id=\"response\">Response:</h4>\n<ul>\n<li>200 OK<ul>\n<li>Success</li>\n</ul>\n</li>\n<li>404 Not Found<ul>\n<li>Nfc_Key_Code not found</li>\n<li>Nfc_Key_Code is mandatory</li>\n<li>name parameter is mandatory</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","editnfc"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"fef2f505-964d-4a48-b791-2ee8b6d21bd7","name":"EditNfc","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"nfc_key_code","value":"210215073","description":"Nfc_Key_Code (mandatory)","type":"text"},{"key":"name","value":"Key_test_2","description":"Name (mandatory)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/editnfc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 14:49:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": \"Success\"\n}"},{"id":"c320d98f-e8ef-44dc-9f29-32cd943ae3e6","name":"Nfc_Key_Code not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"nfc_key_code","value":"210215073a","description":"Nfc_Key_Code (mandatory)","type":"text"},{"key":"name","value":"Key_test_2","description":"Name (mandatory)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/editnfc"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 14:50:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Nfc_Key_Code not found\"\n}"},{"id":"6451803e-17dd-49a4-8440-50042eade9a8","name":"Nfc_Key_Code is mandatory","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"nfc_key_code","value":"","description":"Nfc_Key_Code (mandatory)","type":"text"},{"key":"name","value":"Key_test_2","description":"Name (mandatory)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/editnfc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 14:50:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Nfc_Key_Code is mandatory\"\n}"},{"id":"52e7b4a1-f97f-40d7-816c-76233cb1a256","name":"name parameter is mandatory","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"nfc_key_code","value":"210215073","description":"Nfc_Key_Code (mandatory)","type":"text"},{"key":"name","value":"","description":"Name (mandatory)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/editnfc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 14:50:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"name parameter is mandatory\"\n}"}],"_postman_id":"f4368086-030a-48d6-b552-9d175a388eb4"},{"name":"EditPinpad","id":"2390b354-a077-463f-8b34-72c2ef59c618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"new_pinpad_key_code","value":"123456789","description":"<p>New_pinpad_key_code to replace with the old one</p>\n","type":"text"},{"key":"old_pinpad_key_code","value":"284185","description":"<p>Old_pinpad_key_code to replace with the new one</p>\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/edittastierino","description":"<h3 id=\"change-the-code-of-the-pinpad_key_code\">Change the code of the Pinpad_key_code</h3>\n<h4 id=\"mandatory-parameters\">Mandatory parameters:</h4>\n<ul>\n<li>new_pinpad_key_code (mandatory)</li>\n<li>old_pinpad_key_code (mandatory)</li>\n</ul>\n<h4 id=\"response\">Response:</h4>\n<ul>\n<li>200 OK<ul>\n<li>Key correctly updated</li>\n</ul>\n</li>\n<li>404 Not Found<ul>\n<li>The old code does not exists.</li>\n</ul>\n</li>\n<li>400 Bad Request<ul>\n<li>Code must be numeric</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","edittastierino"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"6ea68a3a-826d-40ad-9e2f-8c481d1e9a4d","name":"EditPinpad","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"new_pinpad_key_code","value":"123456789","description":"New_pinpad_key_code to replace with the old one","type":"text"},{"key":"old_pinpad_key_code","value":"284185","description":"Old_pinpad_key_code to replace with the new one","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/edittastierino"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 15:01:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": \"Key correctly updated\",\n    \"pinpad_key_code\": \"123456789\",\n    \"pinpad_key_id\": 1,\n    \"barcode\": \"+391234567890.123456789.136.3133331455982337\"\n}"},{"id":"597278c6-7b0a-4407-b188-aa1bc641bcaf","name":"The old code does not exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"new_pinpad_key_code","value":"123456789","description":"New_pinpad_key_code to replace with the old one","type":"text"},{"key":"old_pinpad_key_code","value":"284185","description":"Old_pinpad_key_code to replace with the new one","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/edittastierino"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 15:03:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"The old code does not exists\"\n}"},{"id":"483f5219-ad72-4512-8976-016e67cb7263","name":"Code must be numeric","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"new_pinpad_key_code","value":"123456789aa","description":"New_pinpad_key_code to replace with the old one","type":"text"},{"key":"old_pinpad_key_code","value":"123456789","description":"Old_pinpad_key_code to replace with the new one","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/edittastierino"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 15:04:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Code must be numeric\"\n}"}],"_postman_id":"2390b354-a077-463f-8b34-72c2ef59c618"},{"name":"UpdatePinpad","id":"1ae9502d-5859-4d46-851b-5c853a5b360a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"new_pinpad_key_code","value":"7770777","description":"<p>New_Pinpad_Key_code  (mandatory params)</p>\n","type":"text"},{"key":"user_id","value":"1","description":"<p>User_Id   (mandatory params)</p>\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/updatepinpad","description":"<h3 id=\"update-the-pinpad-code-selecting-the-user_id\">Update the pinpad code selecting the User_Id</h3>\n<h4 id=\"mandatory-parameters\">Mandatory parameters:</h4>\n<ul>\n<li>user_id</li>\n<li>new_pinpad_key_code</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li>200 OK<ul>\n<li>See example</li>\n</ul>\n</li>\n<li>404 Not found<ul>\n<li>User does not exists</li>\n</ul>\n</li>\n<li>400 Bad Request<ul>\n<li>Code must be numeric</li>\n<li>Key already exists</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","updatepinpad"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"2919b440-96a9-432c-87ef-796f372ffecf","name":"UpdatePinpad","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"new_pinpad_key_code","value":"7770777","description":"New_Pinpad_Key_code  (mandatory params)","type":"text"},{"key":"user_id","value":"1","description":"User_Id   (mandatory params)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/updatepinpad"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 15:09:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": {\n        \"pinpad_key_id\": 2,\n        \"pinpad_key_code\": \"7770777\",\n        \"barcode\": \"+391234567890.7770777.136.3133331455982337\"\n    }\n}"},{"id":"7c475e32-ad6e-4081-b9bf-4bc76ecc249c","name":"Code must be numeric","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"new_pinpad_key_code","value":"7770777aaa","description":"New_Pinpad_Key_code  (mandatory params)","type":"text"},{"key":"user_id","value":"1","description":"User_Id   (mandatory params)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/updatepinpad"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 15:09:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Code must be numeric\"\n}"},{"id":"bee4f25f-874d-4193-ac96-178479cf1aa8","name":"Key already exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"new_pinpad_key_code","value":"7770777","description":"New_Pinpad_Key_code  (mandatory params)","type":"text"},{"key":"user_id","value":"2","description":"User_Id   (mandatory params)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/updatepinpad"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 15:09:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Key already exists\"\n}"},{"id":"7d64e826-a497-45dc-9f3b-85f916cbac47","name":"User does not exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"new_pinpad_key_code","value":"5550555","description":"New_Pinpad_Key_code  (mandatory params)","type":"text"},{"key":"user_id","value":"2342","description":"User_Id   (mandatory params)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/updatepinpad"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 15:10:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"User does not exists\"\n}"}],"_postman_id":"1ae9502d-5859-4d46-851b-5c853a5b360a"},{"name":"GenerateQrCode","id":"a763e724-b6a2-411c-8ef0-a77cd6e1bb2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","description":"<p>user_id whose code you want</p>\n","type":"text"},{"key":"image","value":"1","description":"<p>if value is 1 returns QrCode image base64 ecoded</p>\n","type":"text"},{"key":"with_background","value":"1","description":"<p>[needs image=1] if value is 1 adds fancy background to the image</p>\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/getqrcode","description":"<h3 id=\"selecting-the-user_id-will-generate-a-qr_code-for-that-user\">Selecting the User_id will generate a Qr_Code for that user.</h3>\n<h5 id=\"you-can-generate-the-qr-code-from-the-messagge-string\"><em>You can generate the QR Code from the \"messagge string\"</em></h5>\n<h4 id=\"mandatory-parameters\">Mandatory Parameters:</h4>\n<ul>\n<li><p>user_id (mandatory)</p>\n</li>\n<li><p>image (optional)</p>\n</li>\n<li><p>with_background (optional but needs image=1)</p>\n</li>\n</ul>\n<h4 id=\"response\">Response:</h4>\n<ul>\n<li><p>200 OK</p>\n<ul>\n<li>See example</li>\n</ul>\n</li>\n<li><p>404 Not Found</p>\n<ul>\n<li>User not found</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","getqrcode"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"0ad79f7c-55f2-467b-9ddf-75ad5e351676","name":"GenerateQrCode","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","description":"user_id whose code you want","type":"text"},{"key":"image","value":"1","description":"if value is 1 returns QrCode image base64 ecoded","type":"text"},{"key":"with_background","value":"1","description":"[needs image=1] if value is 1 adds fancy background to the image","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/getqrcode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 30 Jan 2025 14:42:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": \"data:image/png;base64,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UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUVi+JNS1vTLKKXQvD/8AbU7SbXh+2pbbFwfm3OCDzgY96ANqivLbb4meMLzXb7RIPhzv1GxRHuIf7bhGwOMqdxTByD2JrW8QePNa0DTtA8zwp5mr6vO0A07+0UHlOOg8zaVbPHp1oA7yiuK0zxL44utTtoL/AOHv2G0kcLLc/wBtQy+UvdtoGW+gp3iDx5NYeIT4e0HQbnXdXjiE08UcywxwIem+RuATwce9AHZ0VyOleL9W1K01OGTwlf2etWUPmLZTyKIpyc7Qk/3eSCM9vzrm9Q+JnjDS9T07Tbz4c+Vd6k7paR/23C3mFQCwyEIGAR1IoA9SorB8M6rr+qRXDa94a/sR42URL9ujufNBzk5QDbjjr61vUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAeb+Gv+S6eN/wDr1sv/AEWKq/Fy4u7XXPA89hZfbruPVC0Vt5oi81towu48Ln1Nbmh6Bqdn8V/FOtz22zTr63tkt5vMU7yiAMNoORgjuBVX4laRr19qHhjUtC0n+05NLvjcywfaUhyMDA3Oe/sDQBq+H9e8W6jqfka14K/si02FvtX9qxXHzDouxRnn1rG8Q+F/EuleMbnxf4PktLie8hSK/wBNvDtWfYAFKP2bAA5wPrnFXdP8T+OrjUbaC9+Hf2O1klVZrn+24JPKQnltoGWwOcDrSardfELR9cup9P03T/EGkzMGgtxOtpNb8AbdzZVh3zyee3SgCx4Q8exeJL+50e+0250fXbRA89jc85XpuRv4l5HOB1FY/j7/AJKb8Of+vq6/9ASrHhjw94gv/HM/jPxNbW2n3AshY2lhby+aY03bizuOCck9PX2q14v0DU9U8deC9Ss7bzbTTbi4e7k8xV8sMqhTgkE5IPQGgDtqKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAK8f8A2jv+Seaf/wBhWP8A9FS17BXj/wC0d/yTzT/+wrH/AOipaAPCPDfw78VeLtOkv9D0r7XaxymFn+0RR4cAEjDsD0YfnWx/wpL4h/8AQvf+Ttv/APHK9f8A2cf+Seah/wBhWT/0VFWfrv7Q/wDYniHU9J/4RbzvsN3Lbeb/AGht37HK7seWcZxnGTQB5h/wpL4h/wDQvf8Ak7b/APxyj/hSXxD/AOhe/wDJ23/+OV3/APw01/1KP/lS/wDtVeofDjx1/wALA8PXGrf2d9g8m7a28rz/ADc4RG3Z2r/fxjHagD5Y8J2NxpnxT0OwvI/LurXW7eGZNwO11nUMMjg4IPSvo/41+FtZ8XeDbOw0Oz+13UeoJMyeakeEEcgJy5A6sPzrwj/m4X/ua/8A27r6P+I/jr/hX/h631b+zvt/nXa23lef5WMo7bs7W/uYxjvQB5/8ONb074SeHrjQPHFx/ZWp3F217FBsafdCyIgbdEGUfNG4wTnjpyK7D/hdvw8/6GH/AMkrj/43Xzh8R/HX/CwPENvq39nfYPJtFtvK8/zc4d23Z2r/AH8Yx2rn9C0z+2/EOmaT53k/bruK283bu2b3C7sZGcZzjIoA9/8AiPrenfFvw9b6B4HuP7V1O3u1vZYNjQbYVR0LbpQqn5pEGAc89ODR8ONb074SeHrjQPHFx/ZWp3F217FBsafdCyIgbdEGUfNG4wTnjpyK6D4cfB//AIV/4huNW/t37f51o1t5X2TysZdG3Z3t/cxjHevMP2jv+Sh6f/2Co/8A0bLQB7PYfF/wJqeo21hZ675l1dSpDCn2ScbnYgKMlMDJI61y/wC0d/yTzT/+wrH/AOipa+cNC1P+xPEOmat5PnfYbuK58rdt37HDbc4OM4xnBr2/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dra6hbzTP9rgO1FkUscB8nAB6V6/8a/C2s+LvBtnYaHZ/a7qPUEmZPNSPCCOQE5cgdWH516RRQB5v8FPC2s+EfBt5Ya5Z/ZLqTUHmVPNSTKGOMA5QkdVP5V6RRRQB5v8a/C2s+LvBtnYaHZ/a7qPUEmZPNSPCCOQE5cgdWH514R/wpL4h/8AQvf+Ttv/APHK+v6KAOP/ALE1H/hTf9gfZ/8AiZ/8I/8AYvI3r/rvs+zbuzt+9xnOPevnD/hSXxD/AOhe/wDJ23/+OV9f0UAeb/BTwtrPhHwbeWGuWf2S6k1B5lTzUkyhjjAOUJHVT+VeQeLPhB471Pxlrl/Z6F5lrdahcTQv9rgG5GkYqcF8jII619T0UAeD/BT4d+KvCPjK8v8AXNK+yWsmnvCr/aIpMuZIyBhGJ6Kfyr3iiigArzf41+FtZ8XeDbOw0Oz+13UeoJMyeakeEEcgJy5A6sPzr0iigDzf4KeFtZ8I+Dbyw1yz+yXUmoPMqeakmUMcYByhI6qfyr0iiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigArmvBeu3mv2GpzXgiD22qXNonlrgbI3wueeuKl8TeCPDvjE2p17TvtZtd3k/v5I9u7G77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\",\n    \"extension\": \"jpg\"\n}"},{"id":"d4cab0e6-da5a-42bc-9e0f-6bac37996c79","name":"GenerateQrCode String","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","description":"user_id whose code you want","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/getqrcode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 15:14:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": \"+123456789.7770777.136.3672821995002763\"\n}"},{"id":"3d625bac-92f4-452e-a8e5-3a28b0fa4ba3","name":"User not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"12","description":"user_id whose code you want","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/getqrcode"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 15:16:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"User not found\"\n}"}],"_postman_id":"a763e724-b6a2-411c-8ef0-a77cd6e1bb2b"},{"name":"GetAllPinpad","id":"2e1d5cbf-03b5-4b69-a23b-3f950664275e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/getallpinpad","description":"<h3 id=\"get-all-pinpad-code-and-all-the-details-about-them\">Get all Pinpad code and all the details about them</h3>\n<h4 id=\"optional-parameters-pagination\">Optional parameters (pagination):</h4>\n<ul>\n<li>limit</li>\n<li>offest</li>\n</ul>\n<h4 id=\"response\">Response:</h4>\n<ul>\n<li>200 OK<ul>\n<li>See example</li>\n</ul>\n</li>\n<li>400 Bad Request<ul>\n<li>Set both limit and offset or leave them empty</li>\n<li>Limit must be integer</li>\n<li>Offset must be integer</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","getallpinpad"],"host":["demo.manage","labkey","io"],"query":[{"disabled":true,"description":{"content":"<p>Limit</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"disabled":true,"description":{"content":"<p>Offset</p>\n","type":"text/plain"},"key":"offset","value":"1"}],"variable":[]}},"response":[{"id":"e2d106e6-83da-4044-9dca-9d9d6f71deb2","name":"GetAllPinpad","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getallpinpad","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getallpinpad"],"query":[{"key":"limit","value":"2","description":"Limit","disabled":true},{"key":"offset","value":"1","description":"Offset","disabled":true},{"key":"user_id","value":"4","description":"User_Id","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 15:17:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": [\n        {\n            \"pinpad_key_id\": 2,\n            \"pinpad_key_code\": \"7770777\",\n            \"user_name\": \"Jon Doe\",\n            \"name\": \"Jon Doe\"\n        }\n    ]\n}"},{"id":"0578665e-9366-4c94-8054-3130b71cfc64","name":"Set both limit and offset or leave them empty","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getallpinpad?limit=1","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getallpinpad"],"query":[{"key":"limit","value":"1","description":"Limit"},{"key":"offset","value":"1","description":"Offset","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 15:20:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Set both limit and offset or leave them empty \"\n}"},{"id":"331a2338-d29e-4225-9e85-8be1fa21c7f5","name":"Limit must be integer","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getallpinpad?limit=aa&offset=1","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getallpinpad"],"query":[{"key":"limit","value":"aa","description":"Limit"},{"key":"offset","value":"1","description":"Offset"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 15:21:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Limit must be integer\"\n}"},{"id":"10f01ab0-40c5-43b3-8339-3d6d9c23803e","name":"Empty Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getallpinpad?limit=1&offset=1","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getallpinpad"],"query":[{"key":"limit","value":"1","description":"Limit"},{"key":"offset","value":"1","description":"Offset"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 15 Jun 2023 15:21:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": []\n}"}],"_postman_id":"2e1d5cbf-03b5-4b69-a23b-3f950664275e"}],"id":"0ed6efa9-dfbe-4a69-ab3c-5e28c000d975","description":"<p>CALLS RELATED TO KEYS</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"714cbdd7-7036-4c1f-9b67-692b3b505cc2"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"83a4f3d0-6d01-414b-97ef-bb3f162e5c64"}}],"_postman_id":"0ed6efa9-dfbe-4a69-ab3c-5e28c000d975","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}}},{"name":"ACCESS AND PERMITS","item":[{"name":"COUNTER MANAGEMENT","item":[{"name":"Get","id":"95bfbb07-ba58-4a36-a15e-e6187014a1f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/antipassback/?user_id=1&unique_name=LABKEY-XXXX","description":"<p>With that request by id_user and unique_name is possible to have details about CounterManagement.</p>\n<p>In the response message you riceve an array with detail for all relays.</p>\n<p>Fields explanation:</p>\n<ul>\n<li><p>is_active can be 1 or 0, and means that is active or not active.</p>\n</li>\n<li><p>has_total can be 1 or 0, and means that is active on total or not active.</p>\n</li>\n<li><p>number_total is the number of total access that the user can do.</p>\n</li>\n<li><p>used_total is the number of access that the user used to access.</p>\n</li>\n<li><p>has_day can be 1 or 0, and means that is active on day or not active</p>\n</li>\n<li><p>number_day is the number of access for day that the user can do</p>\n</li>\n<li><p>used_day is the number of access that the user used to access</p>\n</li>\n<li><p>has_week can be 1 or 0, and menas that is active on week or not active</p>\n</li>\n<li><p>number_week is the number of access for week that the user can do</p>\n</li>\n<li><p>used_week is the number of access that the user uesd to access</p>\n</li>\n<li><p>has_month can be 1 or 0, and means that is active on month or not</p>\n</li>\n<li><p>number_month is the number of access for month that the user can do</p>\n</li>\n<li><p>used_month is the number of access that the user used to access</p>\n</li>\n</ul>\n<p>NOTICE:</p>\n<p>If the field is_active, you can choose to active has_total, has_day, has_week or has_month. YOU CAN NOT ACTIVE ALL TOGHETER.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","antipassback",""],"host":["demo.manage","labkey","io"],"query":[{"key":"user_id","value":"1"},{"key":"unique_name","value":"LABKEY-XXXX"}],"variable":[]}},"response":[{"id":"d299dde1-9313-4577-8a87-eb901140b6a2","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/antipassback/?user_id=1&unique_name=LABKEY-XXXX","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","antipassback",""],"query":[{"key":"user_id","value":"1"},{"key":"unique_name","value":"LABKEY-XXXX"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 04 Jul 2024 13:51:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"464"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": [\n        {\n            \"id_rele\": 1,\n            \"is_active\": 1,\n            \"has_total\": 0,\n            \"number_total\": 99,\n            \"used_total\": null,\n            \"has_day\": 1,\n            \"number_day\": 599,\n            \"used_day\": null,\n            \"has_week\": 0,\n            \"number_week\": 999,\n            \"used_week\": null,\n            \"has_month\": 0,\n            \"number_month\": 999,\n            \"used_month\": null\n        },\n        {\n            \"id_rele\": 2,\n            \"is_active\": 1,\n            \"has_total\": 1,\n            \"number_total\": 4522,\n            \"used_total\": 1,\n            \"has_day\": 0,\n            \"number_day\": 1,\n            \"used_day\": null,\n            \"has_week\": 0,\n            \"number_week\": 0,\n            \"used_week\": null,\n            \"has_month\": 0,\n            \"number_month\": 0,\n            \"used_month\": null\n        }\n    ],\n    \"status\": \"OK\"\n}"},{"id":"ae8284cb-9e30-472b-a32b-b629ee665bed","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"demo.manage.labkey.io/api/v2/antipassback/?id_user={{id_user}}","host":["demo.manage","labkey","io"],"path":["api","v2","antipassback",""],"query":[{"key":"id_user","value":"{{id_user}}"},{"key":"unique_name","value":"LABKEY-XXXX","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 04 Jul 2024 09:01:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"You have errors. The unique name field is required.\"\n}"}],"_postman_id":"95bfbb07-ba58-4a36-a15e-e6187014a1f2"},{"name":"UpdateOrCreate","id":"816b6412-5bf5-4a11-87b2-55f8cbafc01e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","type":"text"},{"key":"data","value":"{\n  \"LABKEY-XXXX\": {\n    \"1\": {\n      \"is_active\": 1,\n      \"has_total\": 0,\n      \"number_total\": 99,\n      \"has_day\": 1,\n      \"number_day\": 599,\n      \"has_week\": 0,\n      \"number_week\": 999,\n      \"has_month\": 0,\n      \"number_month\": 999\n    },\n    \"2\": {\n      \"is_active\": 1,\n      \"has_total\": 1,\n      \"number_total\": 4522,\n      \"has_day\": 0,\n      \"number_day\": 1,\n      \"has_week\": 0,\n      \"number_week\": 0,\n      \"has_month\": 0,\n      \"number_month\": 0\n    }\n  }\n}\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/antipassback/update_or_create","description":"<p>NOTICE:</p>\n<p>If the field is_active, you can choose to active has_total, has_day, has_week or has_month. YOU CAN NOT ACTIVE ALL TOGHETER.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","antipassback","update_or_create"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"816b6412-5bf5-4a11-87b2-55f8cbafc01e"}],"id":"aad31247-2c32-4ed2-8ba4-cccc12e766b0","_postman_id":"aad31247-2c32-4ed2-8ba4-cccc12e766b0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}}},{"name":"GetGrantInfo","id":"a78a5a60-f916-495b-9a3b-48f8a5b93551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"involved_associations","value":"1","description":"<p>Involved_Associations_Id (mandatory params) </p>\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/getGrantInfo","description":"<h3 id=\"receive-data-relating-to-the-specified-access\">Receive data relating to the specified access.</h3>\n<h4 id=\"mandatory-parameters\">Mandatory parameters:</h4>\n<ul>\n<li>involved_associations</li>\n</ul>\n<h4 id=\"response\">Response:</h4>\n<ul>\n<li>200 OK (see example)<ul>\n<li>Message -&gt; user info</li>\n<li>For Each Labkey Associated -&gt; access dateils</li>\n</ul>\n</li>\n<li>400 Bad Request<ul>\n<li>Send at least one parmeter returned by grantAccess (involved_associations)</li>\n</ul>\n</li>\n<li>404 Not Found<ul>\n<li>Row with involved_associations not found</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","getGrantInfo"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"17d5e0e5-e6d4-40f8-ac26-2fe62d6cd1cf","name":"GetGrantInfo","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"involved_associations","value":"1","description":"Involved_Associations_Id (mandatory params) ","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/getGrantInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 10:51:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"LABKEY-XXXX\": {\n        \"user_id\": 1,\n        \"id_passage\": 2,\n        \"allowed\": \"si\",\n        \"allow_filter_data\": \"si\",\n        \"start_access_data\": \"2022-01-01 00:00:00\",\n        \"end_access_data\": \"2030-01-01 23:59:59\",\n        \"allow_filter_hour\": \"si\",\n        \"start_hour\": \"03:00:00\",\n        \"end_hour\": \"20:00:00\",\n        \"every_day\": \"no\",\n        \"monday\": \"si\",\n        \"tuesday\": \"si\",\n        \"wednesday\": \"si\",\n        \"thursday\": \"si\",\n        \"friday\": \"si\",\n        \"saturday\": \"no\",\n        \"sunday\": \"no\",\n        \"created_at\": \"2023-07-06 12:12:47\",\n        \"updated_at\": \"2023-07-06 12:12:47\",\n        \"virtual_pinpad\": \"si\",\n        \"id_key\": 6,\n        \"tags\": \"test\",\n        \"type\": \"utente\",\n        \"involved_associations\": 1,\n        \"command_device_id\": 2,\n        \"id_rele\": [\n            \"1\",\n            \"2\"\n        ]\n    },\n    \"message\": [\n        {\n            \"user_id\": 1,\n            \"name\": \"Jon\",\n            \"surname\": \"Doe\",\n            \"phone\": \"+391234567890\",\n            \"email\": \"demo@labkey.com\",\n            \"tags\": [\n                \"test\"\n            ],\n            \"involved_associations\": \"1-2-3\",\n            \"gruop_id\": [],\n            \"nfc_key_name\": \"NFC Card\",\n            \"nfc_key_id\": 1,\n            \"pinpad_key_code\": \"123456\",\n            \"pinpad_key_id\": 6,\n            \"barcode\": \"+391234567890.123456.136.3133331455982337\"\n        }\n    ]\n}"},{"id":"fcd8b209-8554-43d2-bec9-122a278cef48","name":"Send at least one parmeter returned by grantAccess (involved_associations)","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"involved_associations","value":"1","description":"Involved_Associations_Id (mandatory params) ","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/getGrantInfo"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 29 Jun 2023 17:30:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Send at least one parmeter returned by grantAccess (involved_associations)\"\n}"},{"id":"2732499b-4da7-4d79-9197-f5835d0a823f","name":"Row with involved_associations not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"involved_associations","value":"1111111","description":"Involved_Associations_Id (mandatory params) ","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/getGrantInfo"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 29 Jun 2023 17:30:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Row with involved_associations 1111111 not found\"\n}"}],"_postman_id":"a78a5a60-f916-495b-9a3b-48f8a5b93551"},{"name":"AutomateGetGrantInfo","id":"6d447cca-e910-4f53-8a35-856407d17e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","description":"<p>User_Id (mandatory params)</p>\n","type":"text"},{"key":"unique_name","value":"LABKEY-XXXX","description":"<p>Name of the Labkey selected( mandatory params)</p>\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/automategetGrantInfo","description":"<p>Call useful to simplify the call / getGrantInfo</p>\n<p>Optional parameters:</p>\n<ul>\n<li>user_id (can be an array)</li>\n<li>unique_name (can be an array)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","automategetGrantInfo"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"0fa6c976-81dd-43aa-ba34-a270e1cd5f74","name":"AutomateGetGrantInfo","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","description":"User_Id (mandatory params)","type":"text"},{"key":"unique_name","value":"LABKEY-XXXX","description":"Name of the Labkey selected( mandatory params)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/automategetGrantInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 10:54:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"1\": {\n        \"LABKEY-XXXX\": [\n            {\n                \"user_id\": 1,\n                \"id_passage\": 2,\n                \"allowed\": \"si\",\n                \"allow_filter_data\": \"si\",\n                \"start_access_data\": \"2022-01-01 00:00:00\",\n                \"end_access_data\": \"2030-01-01 23:59:59\",\n                \"allow_filter_hour\": \"si\",\n                \"start_hour\": \"03:00:00\",\n                \"end_hour\": \"20:00:00\",\n                \"every_day\": \"no\",\n                \"monday\": \"si\",\n                \"tuesday\": \"si\",\n                \"wednesday\": \"si\",\n                \"thursday\": \"si\",\n                \"friday\": \"si\",\n                \"saturday\": \"no\",\n                \"sunday\": \"no\",\n                \"created_at\": \"2023-07-06 12:09:38\",\n                \"updated_at\": \"2023-07-06 12:09:38\",\n                \"virtual_pinpad\": \"si\",\n                \"id_key\": 1,\n                \"tags\": \"\",\n                \"type\": \"utente\",\n                \"involved_associations\": 75,\n                \"command_device_id\": 2,\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ]\n            },\n            {\n                \"user_id\": 1,\n                \"id_passage\": 2,\n                \"allowed\": \"si\",\n                \"allow_filter_data\": \"si\",\n                \"start_access_data\": \"2022-01-01 00:00:00\",\n                \"end_access_data\": \"2030-01-01 23:59:59\",\n                \"allow_filter_hour\": \"si\",\n                \"start_hour\": \"03:00:00\",\n                \"end_hour\": \"20:00:00\",\n                \"every_day\": \"no\",\n                \"monday\": \"si\",\n                \"tuesday\": \"si\",\n                \"wednesday\": \"si\",\n                \"thursday\": \"si\",\n                \"friday\": \"si\",\n                \"saturday\": \"no\",\n                \"sunday\": \"no\",\n                \"created_at\": \"2023-07-06 12:12:47\",\n                \"updated_at\": \"2023-07-06 12:12:47\",\n                \"virtual_pinpad\": \"si\",\n                \"id_key\": 6,\n                \"tags\": \"test\",\n                \"type\": \"utente\",\n                \"involved_associations\": 76,\n                \"command_device_id\": 1,\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ]\n            },\n            {\n                \"user_id\": 1,\n                \"id_passage\": 2,\n                \"allowed\": \"si\",\n                \"allow_filter_data\": \"si\",\n                \"start_access_data\": \"2022-01-01 00:00:00\",\n                \"end_access_data\": \"2030-01-01 23:59:59\",\n                \"allow_filter_hour\": \"si\",\n                \"start_hour\": \"03:00:00\",\n                \"end_hour\": \"20:00:00\",\n                \"every_day\": \"no\",\n                \"monday\": \"si\",\n                \"tuesday\": \"si\",\n                \"wednesday\": \"si\",\n                \"thursday\": \"si\",\n                \"friday\": \"si\",\n                \"saturday\": \"no\",\n                \"sunday\": \"no\",\n                \"created_at\": \"2023-07-06 12:12:47\",\n                \"updated_at\": \"2023-07-06 12:12:47\",\n                \"virtual_pinpad\": \"si\",\n                \"id_key\": 6,\n                \"tags\": \"test\",\n                \"type\": \"utente\",\n                \"involved_associations\": 77,\n                \"command_device_id\": 2,\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ]\n            }\n        ],\n        \"message\": [\n            {\n                \"user_id\": 1,\n                \"name\": \"Michael\",\n                \"surname\": \"Jackson\",\n                \"phone\": \"+391111111111111\",\n                \"email\": \"michael@labkey.io\",\n                \"tags\": [\n                    \"test\"\n                ],\n                \"involved_associations\": \"72-73-74-75-76-77\",\n                \"gruop_id\": [],\n                \"nfc_key_name\": \"NFC Braclet\",\n                \"nfc_key_id\": 1,\n                \"pinpad_key_code\": \"123456\",\n                \"pinpad_key_id\": 6,\n                \"barcode\": \"+391111111111111.123456.136.3133331455982337\"\n            }\n        ]\n    }\n}"},{"id":"63b0a692-67e1-4e25-9afa-3dbfc032d4e9","name":"unique_name LABKEY-XXXX not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","description":"User_Id (mandatory params)","type":"text"},{"key":"unique_name","value":"LABKEY-AAAA","description":"Name of the Labkey selected( mandatory params)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/automategetGrantInfo"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 10:55:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"unique_name LABKEY-AAAA not found\"\n}"},{"id":"46c72fe1-4d9d-4f8f-b213-ccadd9fedc28","name":"user_id not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"189","description":"User_Id (mandatory params)","type":"text"},{"key":"unique_name","value":"LABKEY-XXXX","description":"Name of the Labkey selected( mandatory params)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/automategetGrantInfo"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 10:56:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"user_id 189 not found\"\n}"}],"_postman_id":"6d447cca-e910-4f53-8a35-856407d17e64"},{"name":"GetUserVarcosDetails","id":"da916d09-7140-4f64-adf5-16ec6157581d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.manage.labkey.io/api/v2/getuservarcodetails?user_id=1","description":"<p>Call to get all details about the Varco of that selected user</p>\n<p>Mandatory parameters:</p>\n<ul>\n<li>User_id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","getuservarcodetails"],"host":["demo.manage","labkey","io"],"query":[{"description":{"content":"<p>User_Id (mandatory params)</p>\n","type":"text/plain"},"key":"user_id","value":"1"}],"variable":[]}},"response":[{"id":"9b492da7-12fa-4325-8e34-da732d507ef0","name":"GetUserVarcosDetails","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.manage.labkey.io/api/v2/getuservarcodetails?user_id=1","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getuservarcodetails"],"query":[{"key":"user_id","value":"1","description":"User_Id (mandatory params)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 13:39:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"1\": {\n        \"LABKEY-YYYY\": [\n            {\n                \"user_id\": 1,\n                \"id_passage\": 1,\n                \"allowed\": \"si\",\n                \"allow_filter_data\": \"si\",\n                \"start_access_data\": \"2023-04-24 10:11:00\",\n                \"end_access_data\": \"2023-04-28 22:59:00\",\n                \"allow_filter_hour\": \"si\",\n                \"start_hour\": \"09:00:00\",\n                \"end_hour\": \"12:00:00\",\n                \"every_day\": \"no\",\n                \"monday\": \"si\",\n                \"tuesday\": \"si\",\n                \"wednesday\": \"si\",\n                \"thursday\": \"si\",\n                \"friday\": \"si\",\n                \"saturday\": \"no\",\n                \"sunday\": \"no\",\n                \"created_at\": \"2023-07-06 12:08:46\",\n                \"updated_at\": \"2023-07-06 12:08:46\",\n                \"virtual_pinpad\": \"no\",\n                \"id_key\": 6,\n                \"tags\": \"test\",\n                \"type\": \"utente\",\n                \"involved_associations\": 72,\n                \"command_device_id\": 1,\n                \"id_rele\": [\n                    \"1\"\n                ]\n            },\n            {\n                \"user_id\": 1,\n                \"id_passage\": 1,\n                \"allowed\": \"si\",\n                \"allow_filter_data\": \"no\",\n                \"start_access_data\": null,\n                \"end_access_data\": null,\n                \"allow_filter_hour\": \"no\",\n                \"start_hour\": null,\n                \"end_hour\": null,\n                \"every_day\": \"si\",\n                \"monday\": \"si\",\n                \"tuesday\": \"si\",\n                \"wednesday\": \"si\",\n                \"thursday\": \"si\",\n                \"friday\": \"si\",\n                \"saturday\": \"si\",\n                \"sunday\": \"si\",\n                \"created_at\": \"2023-07-06 12:08:46\",\n                \"updated_at\": \"2023-07-06 12:08:46\",\n                \"virtual_pinpad\": \"si\",\n                \"id_key\": 6,\n                \"tags\": \"test\",\n                \"type\": \"utente\",\n                \"involved_associations\": 73,\n                \"command_device_id\": 2,\n                \"id_rele\": [\n                    \"2\"\n                ]\n            },\n            {\n                \"user_id\": 1,\n                \"id_passage\": 1,\n                \"allowed\": \"si\",\n                \"allow_filter_data\": \"no\",\n                \"start_access_data\": null,\n                \"end_access_data\": null,\n                \"allow_filter_hour\": \"no\",\n                \"start_hour\": null,\n                \"end_hour\": null,\n                \"every_day\": \"si\",\n                \"monday\": \"si\",\n                \"tuesday\": \"si\",\n                \"wednesday\": \"si\",\n                \"thursday\": \"si\",\n                \"friday\": \"si\",\n                \"saturday\": \"si\",\n                \"sunday\": \"si\",\n                \"created_at\": \"2023-07-06 12:08:46\",\n                \"updated_at\": \"2023-07-06 12:08:46\",\n                \"virtual_pinpad\": \"si\",\n                \"id_key\": 1,\n                \"tags\": \"test\",\n                \"type\": \"utente\",\n                \"involved_associations\": 74,\n                \"command_device_id\": 2,\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ]\n            }\n        ],\n        \"message\": [\n            {\n                \"user_id\": 1,\n                \"name\": \"Michael\",\n                \"surname\": \"Jackson\",\n                \"phone\": \"+391234567890\",\n                \"email\": \"michael@labkey.io\",\n                \"tags\": [\n                    \"test\"\n                ],\n                \"involved_associations\": \"72-73-74-75\",\n                \"gruop_id\": [],\n                \"nfc_key_name\": \"NFC Card\",\n                \"nfc_key_id\": 1,\n                \"pinpad_key_code\": \"123456\",\n                \"pinpad_key_id\": 6,\n                \"barcode\": \"+391234567890.123456.136.3133331455982337\"\n            }\n        ],\n        \"LABKEY-XXXX\": [\n            {\n                \"user_id\": 1,\n                \"id_passage\": 2,\n                \"allowed\": \"si\",\n                \"allow_filter_data\": \"si\",\n                \"start_access_data\": \"2022-01-01 00:00:00\",\n                \"end_access_data\": \"2030-01-01 23:59:59\",\n                \"allow_filter_hour\": \"si\",\n                \"start_hour\": \"03:00:00\",\n                \"end_hour\": \"20:00:00\",\n                \"every_day\": \"no\",\n                \"monday\": \"si\",\n                \"tuesday\": \"si\",\n                \"wednesday\": \"si\",\n                \"thursday\": \"si\",\n                \"friday\": \"si\",\n                \"saturday\": \"no\",\n                \"sunday\": \"no\",\n                \"created_at\": \"2023-07-06 12:09:38\",\n                \"updated_at\": \"2023-07-06 12:09:38\",\n                \"virtual_pinpad\": \"si\",\n                \"id_key\": 1,\n                \"tags\": \"\",\n                \"type\": \"utente\",\n                \"involved_associations\": 75,\n                \"command_device_id\": 2,\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ]\n            }\n        ]\n    }\n}"},{"id":"e715a2ad-52ef-4407-a9ca-4008165cacff","name":"user_id is mandatory","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.manage.labkey.io/api/v2/getuservarcodetails","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getuservarcodetails"],"query":[{"key":"user_id","value":"1","description":"User_Id (mandatory params)","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 13:41:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"user_id is mandatory\"\n}"},{"id":"90029a2e-287b-4b00-ac92-4d571d0e9810","name":"user not found","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.manage.labkey.io/api/v2/getuservarcodetails?user_id=19","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getuservarcodetails"],"query":[{"key":"user_id","value":"19","description":"User_Id (mandatory params)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 13:41:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"user not found\"\n}"},{"id":"0e2951ac-1d9b-44b9-a079-30ef3d127c94","name":"User With No Associations","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.manage.labkey.io/api/v2/getuservarcodetails?user_id=36","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getuservarcodetails"],"query":[{"key":"user_id","value":"36","description":"User_Id (mandatory params)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 13:42:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"da916d09-7140-4f64-adf5-16ec6157581d"},{"name":"GrantAccess","id":"a88be92b-e0be-4aee-8782-385fc4e03869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","description":"<p>User_Id associated to the key (mandatory)</p>\n","type":"text"},{"key":"data","value":"{\n  \"LABKEY-XXX_1\": {\n    \"datei\": \"2025-09-01 00:00:00\",\n    \"datef\": \"2030-09-07 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 1,\n    \"id_rele\": [1],\n    \"technology\": \"Tastierino\"\n  },\n  \"LABKEY-XXX_2\": {\n    \"datei\": \"2025-09-01 00:00:00\",\n    \"datef\": \"2030-09-07 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 1,\n    \"id_rele\": [2],\n    \"technology\": \"Barcode\"\n  },\n  \"LABKEY-YYYY_3\": { \n    \"force_same_idrele_commanddeviceid\" : true,\n    \"tt\": \"si\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 1,\n    \"id_rele\": [1,2]\n  },\n  \"LABKEY-YYYY_4\": { \n    \"force_same_idrele_commanddeviceid\" : true,\n    \"tt\": \"si\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 2,\n    \"id_rele\": [1,2,3,4]\n  },\n  \"LABKEY-YYYY_5\": { \n    \"force_same_idrele_commanddeviceid\" : true,\n    \"tt\": \"si\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 3,\n    \"id_rele\": [3,4],\n    \"technology\": \"Barcode\"\n  },\n}\n","description":"<p>Json string, update params (mandatory)</p>\n","type":"text"},{"key":"key_id","value":"1","description":"<p>Key_Id associated to the user (mandatory)</p>\n","type":"text"},{"key":"check_overalapping","value":"0","description":"<p>optional param</p>\n","type":"text","uuid":"029d436e-6736-46b2-b96b-05440d0bf6e5"},{"key":"force_same_idrele_commanddeviceid","value":"0","description":"<p>optional param</p>\n","type":"text","uuid":"ef425c20-6e8d-4b45-a008-bd9e999fd7b1","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/grantaccess","description":"<h3 id=\"enable-access-to-a-user\">Enable access to a user.</h3>\n<h4 id=\"mandatory-parameters\">Mandatory parameters:</h4>\n<ul>\n<li><p>User_Id (user_id to be enabled)</p>\n</li>\n<li><p>key_Id (Access Key_id associated with the user. Send nfc_key_id if value as key_id if you are setting a NFC or Pocket access, else if you are setting a Keypad Or Barcode access you have to pass pinpad_key_id. If you are setting a Combo, just call this API as many times you need chainging the key id. <em><strong>Any type missmatch will be ignored whitout errors</strong></em>).</p>\n</li>\n<li><p>Data (json array containing unique_name, door access parameters, virtual keypad. ) You can send</p>\n<ul>\n<li><p>Index: 'unique_name'</p>\n<ul>\n<li>You can add a suffix _n where n is an incremental integer in order to set more than one command device in a single call</li>\n</ul>\n</li>\n<li><p>datei: start date (optional, <em>format Y-m-d H:i:s</em>)</p>\n</li>\n<li><p>datef: end date (optional, <em>format Y-m-d H:i:s</em>)</p>\n</li>\n<li><p>houri: start hour (optional, <em>format H:i:s)</em></p>\n</li>\n<li><p>hourf: end hour (optional, <em>format H:i:s)</em></p>\n</li>\n<li><p>tt: all week days (mandatory, <strong>\"si\"-&gt;true, \"no\"-&gt; false</strong>. If is si set to \"si\", will force each day of the week to \"si\", otherwise you have to set each day)</p>\n</li>\n<li><p>mo: monday (required if tt is set to 'no', <strong>\"si\"-&gt;true, \"no\"-&gt; false</strong>)</p>\n</li>\n<li><p>tu: tuesday (required if tt is set to 'no', <strong>\"si\"-&gt;true, \"no\"-&gt; false</strong>)</p>\n</li>\n<li><p>we: wednesday (required if tt is set to 'no', <strong>\"si\"-&gt;true, \"no\"-&gt; false</strong>)</p>\n</li>\n<li><p>th: thursday (required if tt is set to 'no',<strong>\"si\"-&gt;true, \"no\"-&gt; false</strong>)</p>\n</li>\n<li><p>fr: friday (required if tt is set to 'no', <strong>\"si\"-&gt;true, \"no\"-&gt; false</strong>)</p>\n</li>\n<li><p>sa: saturday (required if tt is set to 'no',<strong>\"si\"-&gt;true, \"no\"-&gt; false</strong>)</p>\n</li>\n<li><p>su: sunday (required if tt is set to 'no',<strong>\"si\"-&gt;true, \"no\"-&gt; false</strong>)</p>\n</li>\n<li><p>tv: virtual key access (<em>a.k.a. virtual keypad</em> mandatory, enable the Remote Opening App, <strong>\"si\"-&gt;true, \"no\"-&gt; false)</strong></p>\n</li>\n<li><p>command_device_id: command device id (suggested if you are using a LabKey with firmware_version &gt;=2, if not setted the access will be copied for each command device that matches the key_id type. <em>Ignored for firmware_version &lt;2</em>).</p>\n</li>\n<li><p>id_rele: (mandatory if you are using a LabKey with firmware_version &gt;=2, must be an array of relay ids. <em>Ignored for firmware_version &lt;2</em>)</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Optional params:</p>\n<ul>\n<li><p>techology: The <strong>technology</strong> parameter is used to specify the exact technology involved when a command combines multiple options. Accepted values are <strong>\"Tastierino\"</strong>, <strong>\"Barcode\"</strong>, and <strong>\"NFC\"</strong>.<br />  This parameter is not an array, it must contain only one of the allowed values.</p>\n</li>\n<li><p>force_same_idrele_commanddeviceid: can be true or false. Default value is false. If force_same_idrele_commanddeviceid is true the system check if the value of command_device_id is the same in id_rele ( id_rele is an array with 1 dimension and the value in first cell is equal to comand_device_id).</p>\n</li>\n<li><p>check_overalapping: can be true or false. Default value is false. If check_overalapping is true it will check if other user are enabled for at least one the same id_rele for se same unqiue_name permession of type datei and datef are overlaped. This will NOT block the grantAccess, it will just populate the overlapping_permissions reponse param (the format is the same as the GetGrantInfo response).<br />  Putting check_overalapping to true will make GrantAccess slower.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p>200 OK</p>\n<ul>\n<li>See example</li>\n</ul>\n</li>\n<li><p>400 Bad Request</p>\n<ul>\n<li><p>User not set</p>\n</li>\n<li><p>Invalid data param</p>\n</li>\n<li><p>key_id is mandatory</p>\n</li>\n<li><p>Key not found</p>\n</li>\n<li><p>Key not associate to this user</p>\n</li>\n<li><p>end date must be after start date</p>\n</li>\n<li><p>end hour must be after start hour</p>\n</li>\n<li><p>Missing or not valid XX Use one of these \"si\"true, \"no\"false</p>\n</li>\n<li><p>associatons already exist(s) or wrong name(s)</p>\n</li>\n</ul>\n</li>\n<li><p>404 Not Found</p>\n<ul>\n<li>User not found</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","grantaccess"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"3e067544-44b9-4026-a608-4cab25cc3a82","name":"GrantAccess","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","description":"User_Id associated to the key (mandatory)","type":"text"},{"key":"data","value":"{\n  \"LABKEY-XXX_1\": {\n    \"datei\": \"2025-09-01 00:00:00\",\n    \"datef\": \"2030-09-07 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 1,\n    \"id_rele\": [1],\n    \"technology\": \"Tastierino\"\n  },\n  \"LABKEY-XXX_2\": {\n    \"datei\": \"2025-09-01 00:00:00\",\n    \"datef\": \"2030-09-07 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 1,\n    \"id_rele\": [2],\n    \"technology\": \"Barcode\"\n  },\n  \"LABKEY-YYYY_3\": { \n    \"force_same_idrele_commanddeviceid\" : true,\n    \"tt\": \"si\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 1,\n    \"id_rele\": [1,2]\n  },\n  \"LABKEY-YYYY_4\": { \n    \"force_same_idrele_commanddeviceid\" : true,\n    \"tt\": \"si\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 2,\n    \"id_rele\": [1,2,3,4]\n  },\n  \"LABKEY-YYYY_5\": { \n    \"force_same_idrele_commanddeviceid\" : true,\n    \"tt\": \"si\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 3,\n    \"id_rele\": [3,4],\n    \"technology\": \"Barcode\"\n  },\n}","description":"Json string, update params (mandatory)","type":"text"},{"key":"key_id","value":"1","description":"Key_Id associated to the user (mandatory)","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/grantaccess"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 29 Jun 2023 17:02:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"insert\": [\n        {\n            \"status\": \"OK\",\n            \"name\": \"LABKEY-XXXX\",\n            \"message\": \"insert, use the following code to drop\",\n            \"involved_associations\": 1,\n            \"pinpad_key_id\": 12,\n            \"pinpad_key_code\": \"455272\",\n            \"barcode\": \"+39123456789.455272.136.1885271184252645\"\n        }\n    ]\n}"},{"id":"a1db8148-1ddc-40e8-8f97-24176e5cbc1d","name":"User not set","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"2","description":"User_Id associated to the key (mandatory)","type":"text","disabled":true},{"key":"data","value":"{\n  \"LABKEY-XXXX\": {\n    \"datei\": \"2022-01-01 00:00:00\",\n    \"datef\": \"2030-01-01 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 1,\n    \"id_rele\": [1,2]\n  }\n}\n","description":"Json string, update params (mandatory)","type":"text"},{"key":"key_id","value":"12","description":"Key_Id associated to the user (mandatory)","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/grantaccess"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 29 Jun 2023 17:16:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"User not set\"\n}"},{"id":"cdf91dcf-b324-411f-ad87-d9498fcc88c1","name":"Invalid data param","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"2","description":"User_Id associated to the key (mandatory)","type":"text"},{"key":"data","value":"{\n  \"LABKEY-XXXX\": {\n    \"datei\": \"2022-01-01 00:00:00\",\n    \"datef\": \"2030-01-01 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 1,\n    \"id_rele\": [1,2]\n  }\n}\n","description":"Json string, update params (mandatory)","type":"text","disabled":true},{"key":"key_id","value":"12","description":"Key_Id associated to the user (mandatory)","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/grantaccess"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 29 Jun 2023 17:17:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Invalid data param\"\n}"},{"id":"a204417c-2d9c-49be-b045-af9bcacbd679","name":"User not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"2222","description":"User_Id associated to the key (mandatory)","type":"text"},{"key":"data","value":"{\n  \"LABKEY-XXXX\": {\n    \"datei\": \"2022-01-01 00:00:00\",\n    \"datef\": \"2030-01-01 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 1,\n    \"id_rele\": [1,2]\n  }\n}\n","description":"Json string, update params (mandatory)","type":"text"},{"key":"key_id","value":"12","description":"Key_Id associated to the user (mandatory)","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/grantaccess"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 29 Jun 2023 17:18:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"User not found\"\n}"},{"id":"d15d1fdf-b355-47fd-be75-338647939b91","name":"key_id is mandatory","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"2","description":"User_Id associated to the key (mandatory)","type":"text"},{"key":"data","value":"{\n  \"LABKEY-XXXX\": {\n    \"datei\": \"2022-01-01 00:00:00\",\n    \"datef\": \"2030-01-01 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 1,\n    \"id_rele\": [1,2]\n  }\n}\n","description":"Json string, update params (mandatory)","type":"text"},{"key":"key_id","value":"12","description":"Key_Id associated to the user (mandatory)","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/grantaccess"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 29 Jun 2023 17:18:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"key_id is mandatory\"\n}"},{"id":"42471543-4ae1-4cb2-88ec-caf463f42503","name":"Key not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"2","description":"User_Id associated to the key (mandatory)","type":"text"},{"key":"data","value":"{\n  \"LABKEY-XXXX\": {\n    \"datei\": \"2022-01-01 00:00:00\",\n    \"datef\": \"2030-01-01 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 1,\n    \"id_rele\": [1,2]\n  }\n}\n","description":"Json string, update params (mandatory)","type":"text"},{"key":"key_id","value":"12111111","description":"Key_Id associated to the user (mandatory)","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/grantaccess"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 29 Jun 2023 17:19:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Key not found\"\n}"},{"id":"2758a90f-4c38-4867-bd4f-0d358529d6aa","name":"Key not associate to this user","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"2","description":"User_Id associated to the key (mandatory)","type":"text"},{"key":"data","value":"{\n  \"LABKEY-XXXX\": {\n    \"datei\": \"2022-01-01 00:00:00\",\n    \"datef\": \"2030-01-01 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 1,\n    \"id_rele\": [1,2]\n  }\n}\n","description":"Json string, update params (mandatory)","type":"text"},{"key":"key_id","value":"11","description":"Key_Id associated to the user (mandatory)","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/grantaccess"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 29 Jun 2023 17:19:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Key not associate to this user 2\"\n}"},{"id":"14f92ee5-7dff-422a-9e96-5b941b0af4b6","name":"Missing id_rele or id_rele is not an array for","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","description":"User_Id associated to the key (mandatory)","type":"text"},{"key":"data","value":"{\n  \"LABKEY-XXXX\": {\n    \"datei\": \"2022-01-01 00:00:00\",\n    \"datef\": \"2030-01-01 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\"\n  }\n}\n","description":"Json string, update params (mandatory)","type":"text"},{"key":"key_id","value":"1","description":"Key_Id associated to the user (mandatory)","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/grantaccess"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 10:03:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Missing id_rele or id_rele is not an array for LABKEY-XXXX\"\n}"},{"id":"8c917d33-47d0-48c5-812d-c84bb0e3b556","name":"key type NFC incompatible  with","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","description":"User_Id associated to the key (mandatory)","type":"text"},{"key":"data","value":"{\n  \"LABKEY-XXXX\": {\n    \"datei\": \"2022-01-01 00:00:00\",\n    \"datef\": \"2030-01-01 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 1,\n    \"id_rele\": [1,2]\n  }\n}\n","description":"Json string, update params (mandatory)","type":"text"},{"key":"key_id","value":"1","description":"Key_Id associated to the user (mandatory)","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/grantaccess"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 10:15:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"[firmware_version >= 2.0] key type NFC incompatible  with LABKEY-XXXX command_device categories: Tastierino\"\n}"},{"id":"2cf6defd-7acf-40cf-8460-849c0461c888","name":"Association already exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","description":"User_Id associated to the key (mandatory)","type":"text"},{"key":"data","value":"{\n  \"LABKEY-XXXX\": {\n    \"datei\": \"2022-01-01 00:00:00\",\n    \"datef\": \"2030-01-01 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 1,\n    \"id_rele\": [1,2]\n  }\n}\n","description":"Json string, update params (mandatory)","type":"text"},{"key":"key_id","value":"6","description":"Key_Id associated to the user (mandatory)","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/grantaccess"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 10:17:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Association already exists for LABKEY-XXXX\",\n    \"user_id\": \"1\",\n    \"command_device_id\": 1\n}"},{"id":"9cc6c76a-42f3-460e-b132-4310585ef7a2","name":"Force rele number","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"68","description":"User_Id associated to the key (mandatory)","type":"text"},{"key":"data","value":"{ \n  \"LABKEY-XXXX_n\": {\n    \"datei\": \"2022-01-01 00:00:00\",\n    \"datef\": \"2030-01-01 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 2,\n    \"id_rele\": [1,2]\n  },\n  \"LABKEY-XXXX\": {\n    \"tt\": \"si\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 2,\n    \"id_rele\": [1,2]\n  }\n}\n","description":"Json string, update params (mandatory)","type":"text"},{"key":"key_id","value":"84","description":"Key_Id associated to the user (mandatory)","type":"text"},{"key":"force_rele_number","value":"3","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/grantaccess"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 17 Sep 2024 13:01:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": [\n        \"LABKEY-XXXX The count of id_rele is not equal 3\",\n        \"LABKEY-XXXX The count of id_rele is not equal 3\"\n    ]\n}"},{"id":"3181bddb-43db-43c9-8ebd-3fc84ec52d50","name":"force_same_idrele_commanddeviceid","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"68","description":"User_Id associated to the key (mandatory)","type":"text"},{"key":"data","value":"{\n  \"LABKEY-XXXX\": {\n    \"datei\": \"2022-01-01 00:00:00\",\n    \"datef\": \"2030-01-01 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 2,\n    \"id_rele\": [2]\n  },\n  \"LABKEY-YYYY\": { \n    \"force_same_idrele_commanddeviceid\" : true,\n    \"tt\": \"si\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 2,\n    \"id_rele\": [1,2]\n  }\n}\n","description":"Json string, update params (mandatory)","type":"text"},{"key":"key_id","value":"84","description":"Key_Id associated to the user (mandatory)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/grantaccess"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 18 Sep 2024 09:17:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"99"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"994"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": [\n        \"LABKEY-YYYY The id_rele ([1,2]) is not equal to command_device_id (2)\"\n    ]\n}"}],"_postman_id":"a88be92b-e0be-4aee-8782-385fc4e03869"},{"name":"EditAccess","id":"e7971177-e9c4-4b77-8b72-afa3cab39b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"involved_associations","value":"14","type":"text","description":"<p>(mandatory param, can be an array)</p>\n"},{"key":"user_id","value":"3","type":"text","description":"<p>User_id  associated to the key (mandatory params)</p>\n"},{"key":"data","value":"{\n  \"LABKEY-XXXX\": {\n    \"datei\": \"2022-01-01 00:00:00\",\n    \"datef\": \"2030-01-01 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 2,\n    \"id_rele\": [1,2]\n  }\n}\n","type":"text","description":"<p>Json string, update params </p>\n"},{"key":"key_id","value":"8","type":"text","description":"<p>Key_id associated to the user (mandatory params)</p>\n"}]},"url":"https://demo.manage.labkey.io/api/v2/editaccess","description":"<p>Call useful to enable access to a user.</p>\n<p>It performs respectlevy Dropappccess and GrantAccess.</p>\n<p>So you will recive a new involved_associarions for such user_id.</p>\n<p>It is not an atomic operation, for example if DropAccess terminates correctly and GrantAccess fails, the associations will still be deleted.</p>\n<p>Mandatory parameters:</p>\n<ul>\n<li>User (user id to be enabled)</li>\n<li>Data (json array containing labkey name, door access parameters, virtual keypad yes / no)</li>\n<li>Id_accesskey (key id associated with the user or to be associated)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","editaccess"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"2bead6fd-7e4e-4fde-b97d-ae187fac9c87","name":"EditAccess","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"involved_associations","value":"17","type":"text","description":"(mandatory param, can be an array)"},{"key":"user_id","value":"3","type":"text","description":"User_id  associated to the key (mandatory params)"},{"key":"data","value":"{\n  \"LABKEY-XXXX\": {\n    \"datei\": \"2022-01-01 00:00:00\",\n    \"datef\": \"2030-01-01 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 2,\n    \"id_rele\": [1,2]\n  }\n}\n","type":"text","description":"Json string, update params "},{"key":"key_id","value":"8","type":"text","description":"Key_id associated to the user (mandatory params)"}]},"url":"https://demo.manage.labkey.io/api/v2/editaccess"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 13:09:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"insert\": [\n        {\n            \"status\": \"OK\",\n            \"name\": \"LABKEY-XXXX\",\n            \"message\": \"insert, use the following code to drop\",\n            \"involved_associations\": 78,\n            \"pinpad_key_id\": 8,\n            \"pinpad_key_code\": \"112233\",\n            \"barcode\": \"+391234567890.112233.136.1885268422410128\"\n        }\n    ]\n}"},{"id":"9544cddc-f297-4f99-a0f5-2edfab8f1e7d","name":"involved_associations not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"involved_associations","value":"17","type":"text","description":"(mandatory param, can be an array)"},{"key":"user_id","value":"3","type":"text","description":"User_id  associated to the key (mandatory params)"},{"key":"data","value":"{\n  \"LABKEY-XXXX\": {\n    \"datei\": \"2022-01-01 00:00:00\",\n    \"datef\": \"2030-01-01 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 2,\n    \"id_rele\": [1,2]\n  }\n}\n","type":"text","description":"Json string, update params "},{"key":"key_id","value":"8","type":"text","description":"Key_id associated to the user (mandatory params)"}]},"url":"https://demo.manage.labkey.io/api/v2/editaccess"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 13:11:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"involved_associations 17 not found\"\n}"},{"id":"45bd4793-7b54-4102-82a2-0ac955e30bfa","name":"involved_associations","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"involved_associations","value":"14","type":"text","description":"(mandatory param, can be an array)"},{"key":"user_id","value":"3","type":"text","description":"User_id  associated to the key (mandatory params)"},{"key":"data","value":"{\n  \"LABKEY-XXXX\": {\n    \"datei\": \"2022-01-01 00:00:00\",\n    \"datef\": \"2030-01-01 23:59:59\",\n    \"houri\": \"03:00\",\n    \"hourf\": \"20:00\",\n    \"tt\": \"no\",\n    \"mo\": \"si\",\n    \"tu\": \"si\",\n    \"we\": \"si\",\n    \"th\": \"si\",\n    \"fr\": \"si\",\n    \"sa\": \"no\",\n    \"su\": \"no\",\n    \"tv\": \"si\",\n    \"command_device_id\": 2,\n    \"id_rele\": [1,2]\n  }\n}\n","type":"text","description":"Json string, update params "},{"key":"key_id","value":"8","type":"text","description":"Key_id associated to the user (mandatory params)"}]},"url":"https://demo.manage.labkey.io/api/v2/editaccess"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 13:11:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"involved_associations 14 does not include user 3\"\n}"}],"_postman_id":"e7971177-e9c4-4b77-8b72-afa3cab39b65"},{"name":"Dropaccess","id":"aabd9336-af40-45e7-a10a-5b6cf7e4a9e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://demo.manage.labkey.io/api/v2/dropaccess?involved_associations=1","description":"<p>Calls useful for revoking access permissions</p>\n<p>Mandatory parameters:</p>\n<ul>\n<li>Access (code obtained from the answer of the grantaccess call)</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","dropaccess"],"host":["demo.manage","labkey","io"],"query":[{"description":{"content":"<p>Key_Id_associated to Delete a GranAccess</p>\n","type":"text/plain"},"key":"involved_associations","value":"1"}],"variable":[]}},"response":[{"id":"ead1551a-c425-4df2-8ea0-1eb2af30e4f2","name":"Dropaccess","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/dropaccess?involved_associations=1","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","dropaccess"],"query":[{"key":"involved_associations","value":"1","description":"Key_Id_associated to Delete a GranAccess"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 12:39:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"messages\": \"Association dropped successfully\",\n    \"id\": \"77\"\n}"},{"id":"2597b7c1-f8aa-46c4-be2f-8d00ad0b652c","name":"Involved_associations does not exist","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/dropaccess?involved_associations=1234567","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","dropaccess"],"query":[{"key":"involved_associations","value":"1234567","description":"Key_Id_associated to Delete a GranAccess"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 12:39:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"messages\": \"Involved_associations does not exist\",\n    \"id\": \"1\"\n}"}],"_postman_id":"aabd9336-af40-45e7-a10a-5b6cf7e4a9e3"},{"name":"IsAccessible","id":"832a332f-c83e-49ea-b705-9bcf58a6df75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"unique_name","value":"LABKEY-XXXX","description":"<p>required</p>\n","type":"text"},{"key":"from_date","value":"1747300063","description":"<p>required, timestamp</p>\n","type":"text"},{"key":"to_date","value":"1778836063","description":"<p>required, timestamp</p>\n","type":"text"},{"key":"id_rele","value":"1","description":"<p>required</p>\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/isAccessible","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","isAccessible"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"ace878ac-27a0-47d5-adaf-b46171626688","name":"IsAccessible","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"unique_name","value":"LABKEY-XXXX","description":"required","type":"text"},{"key":"from_date","value":"1747300063","description":"required, timestamp","type":"text"},{"key":"to_date","value":"1778836063","description":"required, timestamp","type":"text"},{"key":"id_rele","value":"1","description":"required","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/isAccessible"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"server","value":"nginx"},{"key":"date","value":"Fri, 15 May 2026 09:40:41 GMT"},{"key":"content-type","value":"application/json"},{"key":"vary","value":"Accept-Encoding, Authorization"},{"key":"x-powered-by","value":"PHP/7.4.33"},{"key":"cache-control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"x-ratelimit-limit","value":"1000"},{"key":"x-ratelimit-remaining","value":"997"},{"key":"content-encoding","value":"gzip"},{"key":"x-frame-options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": false,\n    \"count\": 1,\n    \"involved_associations\": [\n        3309\n    ]\n}"}],"_postman_id":"832a332f-c83e-49ea-b705-9bcf58a6df75"}],"id":"626df495-2005-49be-9131-bccfdfbe9c7d","description":"<p>CALLS RELATED TO ACCESS AND PERMITS</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e1656225-d3c2-41bd-9c70-9a9ceff86f67"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4d5b221d-7441-4d53-ae49-25baf1b57a6c"}}],"_postman_id":"626df495-2005-49be-9131-bccfdfbe9c7d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}}},{"name":"GENERAL","item":[{"name":"GetLabKeys","id":"17ac8daa-6614-40d2-95c3-f0a9a6e39fa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/getlabkeys","description":"<h3 id=\"get-labkeys-details\">Get LabKeys Details</h3>\n<p><em>(example with all possible accepted parameters)</em></p>\n<h4 id=\"optional-parameters\">Optional parameters:</h4>\n<ul>\n<li>unique_name</li>\n<li>labkey_id</li>\n<li>key_tipe</li>\n</ul>\n<h4 id=\"response\">Response:</h4>\n<ul>\n<li>200 OK<ul>\n<li>See example</li>\n</ul>\n</li>\n<li>400 Bad Request<ul>\n<li>No labkeys found</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","getlabkeys"],"host":["demo.manage","labkey","io"],"query":[{"disabled":true,"description":{"content":"<p>Unique_name (optional params)</p>\n","type":"text/plain"},"key":"unique_name","value":"LABKEY-XXXX"},{"disabled":true,"description":{"content":"<p>LabKey_Id (optional params)</p>\n","type":"text/plain"},"key":"labkey_id","value":"6"},{"disabled":true,"description":{"content":"<p>Key_Type (optional params)</p>\n","type":"text/plain"},"key":"key_type","value":"Tastierino"}],"variable":[]}},"response":[{"id":"9fccfe49-0498-4b56-a64c-4109bb364dd7","name":"GetLabKeys","originalRequest":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/getlabkeys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 10:35:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": [\n        {\n            \"id\": 1,\n            \"name_passage\": \"HALL\",\n            \"unique_name\": \"LABKEY-XXXX\",\n            \"structure_id\": null,\n            \"is_online\": false,\n            \"rele_pinpad\": \"1\",\n            \"rele_nfc\": \"1\",\n            \"custom_codes\": false,\n            \"hide_wifi\": 0,\n            \"key_type\": \"Tastierino-NFC\",\n            \"virtual_pinpad\": \"no\",\n            \"building_name\": null,\n            \"firmware_version\": 1,\n            \"geolocalizzation\": 0,\n            \"real_key_type\": \"Tastierino-NFC\",\n            \"sync_performed_date\": \"2023-06-15 17:29:29\",\n            \"last_update_date\": \"2023-06-16 12:32:54\",\n            \"wifi_password\": \"40551093\"\n        },\n        {\n            \"id\": 2,\n            \"name_passage\": \"GARAGE\",\n            \"unique_name\": \"LABKEY-YYYY\",\n            \"structure_id\": null,\n            \"rele_pinpad\": \"1\",\n            \"is_online\": true,\n            \"rele_nfc\": \"1\",\n            \"custom_codes\": false,\n            \"hide_wifi\": 0,\n            \"key_type\": \"Tastierino-NFC\",\n            \"virtual_pinpad\": \"si\",\n            \"building_name\": null,\n            \"firmware_version\": 1,\n            \"geolocalizzation\": 0,\n            \"real_key_type\": \"Tastierino-NFC\",\n            \"sync_performed_date\": \"2023-06-15 17:29:29\",\n            \"last_update_date\": \"2023-06-16 12:32:54\",\n            \"wifi_password\": \"40551093\"\n        },\n        {\n            \"id\": 3,\n            \"name_passage\": \"LABKEY-ZZZZ\",\n            \"unique_name\": \"LABKEY-ZZZZ\",\n            \"structure_id\": null,\n            \"rele_pinpad\": \"1\",\n            \"is_online\": true,\n            \"rele_nfc\": \"1\",\n            \"custom_codes\": false,\n            \"hide_wifi\": 0,\n            \"key_type\": \"Tastierino-NFC\",\n            \"virtual_pinpad\": \"no\",\n            \"building_name\": null,\n            \"firmware_version\": 1,\n            \"geolocalizzation\": 0,\n            \"real_key_type\": \"Tastierino-NFC\",\n            \"sync_performed_date\": \"2023-06-16 12:33:03\",\n            \"last_update_date\": \"2023-06-16 12:32:54\",\n            \"wifi_password\": \"40551093\"\n        },\n        {\n            \"id\": 4,\n            \"name_passage\": \"LABKEY-WWWW\",\n            \"unique_name\": \"LABKEY-WWWW\",\n            \"structure_id\": null,\n            \"is_online\": false,\n            \"rele_pinpad\": \"1\",\n            \"rele_nfc\": \"1\",\n            \"custom_codes\": false,\n            \"hide_wifi\": 0,\n            \"key_type\": \"Tastierino1-Tastierino2-NFC2\",\n            \"virtual_pinpad\": \"si\",\n            \"building_name\": null,\n            \"firmware_version\": 2,\n            \"geolocalizzation\": 0,\n            \"real_key_type\": \"Barcode1-Tastierino2-NFC2\",\n            \"sync_performed_date\": \"2023-06-16 12:33:11\",\n            \"last_update_date\": \"2023-06-16 12:32:54\",\n            \"wifi_password\": \"7f7506ca\",\n            \"rele\": {\n                \"1\": {\n                    \"active\": true,\n                    \"custom_name\": \"Relè 1\",\n                    \"opening_time\": 1\n                },\n                \"2\": {\n                    \"active\": true,\n                    \"custom_name\": \"Relè 2\",\n                    \"opening_time\": 1\n                }\n            },\n            \"command_device\": {\n                \"1\": {\n                    \"active\": true,\n                    \"categories\": [\n                        \"Tastierino\"\n                    ],\n                    \"custom_name\": \" Tastierino 1\",\n                    \"deep_switch\": 1\n                },\n                \"2\": {\n                    \"active\": true,\n                    \"categories\": [\n                        \"Tastierino\",\n                        \"NFC\"\n                    ],\n                    \"custom_name\": \" Tastierino 2 NFC 2\",\n                    \"deep_switch\": 2\n                }\n            }\n        }\n    ]\n}"},{"id":"a1d5f9bf-c851-4e65-b75b-25ae74936321","name":"Filtered","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getlabkeys?unique_name=LABKEY-XXXX","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getlabkeys"],"query":[{"key":"unique_name","value":"LABKEY-XXXX","description":"Unique_name (optional params)"},{"key":"labkey_id","value":"6","description":"LabKey_Id (optional params)","disabled":true},{"key":"key_type","value":"Tastierino","description":"Key_Type (optional params)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 10:40:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": [\n        {\n            \"id\": 1,\n            \"name_passage\": \"HALL\",\n            \"unique_name\": \"LABKEY-XXXX\",\n            \"structure_id\": null,\n            \"rele_pinpad\": \"1\",\n            \"rele_nfc\": \"1\",\n            \"custom_codes\": false,\n            \"hide_wifi\": 0,\n            \"key_type\": \"Tastierino-NFC\",\n            \"virtual_pinpad\": \"no\",\n            \"building_name\": null,\n            \"firmware_version\": 1,\n            \"geolocalizzation\": 0,\n            \"real_key_type\": \"Tastierino-NFC\",\n            \"sync_performed_date\": \"2023-06-15 17:29:29\",\n            \"last_update_date\": \"2023-06-16 12:32:54\",\n            \"wifi_password\": \"40551093\"\n        }\n    ]\n}"},{"id":"d21fdc0a-0831-4705-bd2f-0bd3f0a83565","name":"GetLabKeys","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getlabkeys?labkey_id=6","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getlabkeys"],"query":[{"key":"unique_name","value":"LABKEY-XXXX","description":"Unique_name (optional params)","disabled":true},{"key":"labkey_id","value":"6","description":"LabKey_Id (optional params)"},{"key":"key_type","value":"Tastierino","description":"Key_Type (optional params)","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 10:40:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"No labkeys found\"\n}"}],"_postman_id":"17ac8daa-6614-40d2-95c3-f0a9a6e39fa2"},{"name":"GetBuildings","id":"3e190d70-7428-4e95-9ea3-71ffe837689e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.manage.labkey.io/api/v2/getbuildings?structure_id=&structure_name=&referent=","description":"<p>Call useful to receive information on the structures associated with the panel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","getbuildings"],"host":["demo.manage","labkey","io"],"query":[{"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"structure_id","value":""},{"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"structure_name","value":""},{"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"referent","value":""}],"variable":[]}},"response":[{"id":"4724f992-a6fb-4b49-83b9-114cc23846ab","name":"GetBuildings","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"structure_id","value":"","description":"Structure_Id (optional params)","type":"text"},{"key":"structure_name","value":"","description":"Structure_Name (optional params)","type":"text"},{"key":"referent","value":"","description":"Referent (optional params)","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/getbuildings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 13:49:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": [\n        {\n            \"id\": 1,\n            \"building_name\": \"Busnet\",\n            \"address\": \"Viale Della Navigazione interna 51 Padova\",\n            \"referent\": \"LabKey Team\",\n            \"latitude\": \"45.40914009999999\",\n            \"longitude\": \"11.9282697\"\n        },\n        {\n            \"id\": 2,\n            \"building_name\": \"Moon\",\n            \"address\": \"Milky Way 15\",\n            \"referent\": \"Xropa Nix  👽\",\n            \"latitude\": null,\n            \"longitude\": null\n        }\n    ]\n}"},{"id":"8e14b553-b068-42e5-ad3d-c92405619c69","name":"No buildings found","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.manage.labkey.io/api/v2/getbuildings?structure_id=15&structure_name=&referent=","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getbuildings"],"query":[{"key":"structure_id","value":"15"},{"key":"structure_name","value":""},{"key":"referent","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 06 Jul 2023 13:53:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"No buildings found\"\n}"}],"_postman_id":"3e190d70-7428-4e95-9ea3-71ffe837689e"},{"name":"GetLogs","id":"c87809d8-daa5-4ed5-9e8c-7d453b7ee51e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/getlogs?offset=10","description":"<h3 id=\"retrive-access-logs\">Retrive Access Logs</h3>\n<p><em>(example with all possible accepted parameters)</em></p>\n<h4 id=\"optional-parameters\">Optional parameters:</h4>\n<ul>\n<li>From (start date)</li>\n<li>To (end date)</li>\n<li>Unique_Name (related to LabKey)</li>\n<li>Labkey_Id (name of a specific labkey)</li>\n<li>User_Id (id of a specific user)</li>\n<li>Limit (limit of the number of records to receive, <em>pagination</em>)</li>\n<li>Offset (offset to be set to the query, <em>pagination</em>)</li>\n</ul>\n<h4 id=\"response\">Response:</h4>\n<ul>\n<li>200 OK<ul>\n<li>See example</li>\n</ul>\n</li>\n<li>400 Bad Request<ul>\n<li>Log with id 112355 not found</li>\n<li>Limit is required if you use offset</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","getlogs"],"host":["demo.manage","labkey","io"],"query":[{"disabled":true,"description":{"content":"<p>Unique_Name of the LabKey (optional params)</p>\n","type":"text/plain"},"key":"unique_name","value":"LABKEY-XXXX"},{"disabled":true,"description":{"content":"<p>LabKey _Id of the LabKey (optional params)</p>\n","type":"text/plain"},"key":"labkey_id","value":"1"},{"disabled":true,"description":{"content":"<p>User_Id of the LabKey (optional params)</p>\n","type":"text/plain"},"key":"user_id","value":"1"},{"disabled":true,"description":{"content":"<p>From (optional params)</p>\n","type":"text/plain"},"key":"from","value":"01-09-2021"},{"disabled":true,"description":{"content":"<p>To (optional params)</p>\n","type":"text/plain"},"key":"to","value":"01-09-2022"},{"disabled":true,"description":{"content":"<p>Limit (optional params)</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"description":{"content":"<p>Offset (optional params)</p>\n","type":"text/plain"},"key":"offset","value":"10"},{"disabled":true,"description":{"content":"<p>Last log id for search from a given id_log (optional params)</p>\n","type":"text/plain"},"key":"last_id_log","value":"112355"}],"variable":[]}},"response":[{"id":"ba260ff0-8dc8-4c18-9a2e-c32591558636","name":"GetLogs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getlogs","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getlogs"],"query":[{"key":"unique_name","value":"LABKEY-XXXX","description":"Unique_Name of the LabKey (optional params)","disabled":true},{"key":"labkey_id","value":"1","description":"LabKey _Id of the LabKey (optional params)","disabled":true},{"key":"user_id","value":"1","description":"User_Id of the LabKey (optional params)","disabled":true},{"key":"from","value":"01-09-2021","description":"From (optional params)","disabled":true},{"key":"to","value":"01-09-2022","description":"To (optional params)","disabled":true},{"key":"limit","value":"1","description":"Limit (optional params)","disabled":true},{"key":"offset","value":"10","description":"Offset (optional params)","disabled":true},{"key":"last_id_log","value":"112355","description":"Last log id for search from a given id_log (optional params)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 09:03:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": {\n        \"1\": {\n            \"log\": {\n                \"id_log\": 1,\n                \"date\": \"2023-06-16 10:50:29\",\n                \"result\": \"BR-D0\",\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ],\n                \"id_command_device\": [\n                    \"1\"\n                ],\n                \"result_text\": \"Accesso Consentito - QR Code\",\n                \"result_boolean\": true\n            },\n            \"user\": {\n                \"user_id\": 2,\n                \"name\": \"Jon Doe\"\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": \"Chiave di Jon Doe - 1686904779\",\n                \"unique_name\": \"LABKEY-ZZZZ\",\n                \"name_passage\": \"LABKEY-ZZZZ\"\n            }\n        },\n        \"2\": {\n            \"log\": {\n                \"id_log\": 2,\n                \"date\": \"2023-06-16 10:50:38\",\n                \"result\": \"0-D0\",\n                \"id_rele\": [\n                    \"\"\n                ],\n                \"id_command_device\": [\n                    \"2\"\n                ],\n                \"result_text\": \"Accesso Negato\",\n                \"result_boolean\": false\n            },\n            \"user\": {\n                \"user_id\": null\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": null,\n                \"unique_name\": \"LABKEY-ZZZZ\",\n                \"name_passage\": \"LABKEY-ZZZZ\"\n            }\n        },\n        \"3\": {\n            \"log\": {\n                \"id_log\": 3,\n                \"date\": \"2023-06-16 10:50:47\",\n                \"result\": \"1-D0\",\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ],\n                \"id_command_device\": [\n                    \"2\"\n                ],\n                \"result_text\": \"Accesso Consentito \",\n                \"result_boolean\": true\n            },\n            \"user\": {\n                \"user_id\": 2,\n                \"name\": \"Jon Doe\"\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": \"Chiave di Jon Doe - 1686904779\",\n                \"unique_name\": \"LABKEY-ZZZZ\",\n                \"name_passage\": \"LABKEY-ZZZZ\"\n            }\n        },\n        \"4\": {\n            \"log\": {\n                \"id_log\": 4,\n                \"date\": \"2023-06-16 10:51:04\",\n                \"result\": \"1-D0\",\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ],\n                \"id_command_device\": [\n                    \"2\"\n                ],\n                \"result_text\": \"Accesso Consentito \",\n                \"result_boolean\": true\n            },\n            \"user\": {\n                \"user_id\": 2,\n                \"name\": \"Jon Doe\"\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": \"Key_test_2\",\n                \"unique_name\": \"LABKEY-ZZZZ\",\n                \"name_passage\": \"LABKEY-ZZZZ\"\n            }\n        },\n        \"5\": {\n            \"log\": {\n                \"id_log\": 5,\n                \"date\": \"2023-06-16 10:51:51\",\n                \"result\": \"TV-D0\",\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ],\n                \"id_command_device\": [\n                    \"1\"\n                ],\n                \"result_text\": \"Accesso Consentito - Tastiera Virtuale\",\n                \"result_boolean\": true\n            },\n            \"user\": {\n                \"user_id\": 2,\n                \"name\": \"Jon Doe\"\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": \"Chiave di Jon Doe - 1686904779\",\n                \"unique_name\": \"LABKEY-ZZZZ\",\n                \"name_passage\": \"LABKEY-ZZZZ\"\n            }\n        },\n        \"6\": {\n            \"log\": {\n                \"id_log\": 6,\n                \"date\": \"2023-06-16 10:51:54\",\n                \"result\": \"TV-D0\",\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ],\n                \"id_command_device\": [\n                    \"2\"\n                ],\n                \"result_text\": \"Accesso Consentito - Tastiera Virtuale\",\n                \"result_boolean\": true\n            },\n            \"user\": {\n                \"user_id\": 2,\n                \"name\": \"Jon Doe\"\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": \"Chiave di Jon Doe - 1686904779\",\n                \"unique_name\": \"LABKEY-ZZZZ\",\n                \"name_passage\": \"LABKEY-ZZZZ\"\n            }\n        },\n        \"7\": {\n            \"log\": {\n                \"id_log\": 7,\n                \"date\": \"2023-06-16 10:51:56\",\n                \"result\": \"TV-D0\",\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ],\n                \"id_command_device\": [\n                    \"2\"\n                ],\n                \"result_text\": \"Accesso Consentito - Tastiera Virtuale\",\n                \"result_boolean\": true\n            },\n            \"user\": {\n                \"user_id\": 2,\n                \"name\": \"Jon Doe\"\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": \"Key_test_2\",\n                \"unique_name\": \"LABKEY-ZZZZ\",\n                \"name_passage\": \"LABKEY-ZZZZ\"\n            }\n        },\n        \"8\": {\n            \"log\": {\n                \"id_log\": 8,\n                \"date\": \"2023-06-16 10:52:29\",\n                \"result\": \"TV-0\",\n                \"id_rele\": [\n                    \"\"\n                ],\n                \"id_command_device\": [\n                    \"\"\n                ],\n                \"result_text\": \"Accesso negato (Errore)\",\n                \"result_boolean\": false\n            },\n            \"user\": {\n                \"user_id\": null\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": \"Chiave di Jon Doe - 1686904779\",\n                \"unique_name\": \"LABKEY-ZZZZ\",\n                \"name_passage\": \"LABKEY-ZZZZ\"\n            }\n        },\n        \"9\": {\n            \"log\": {\n                \"id_log\": 9,\n                \"date\": \"2023-06-16 10:53:14\",\n                \"result\": \"BR-0-D0\",\n                \"id_rele\": [\n                    \"\"\n                ],\n                \"id_command_device\": [\n                    \"1\"\n                ],\n                \"result_text\": \"Accesso Negato - QR Code\",\n                \"result_boolean\": false\n            },\n            \"user\": {\n                \"user_id\": 2,\n                \"name\": \"Jon Doe\"\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": \"Chiave di Jon Doe - 1686904779\",\n                \"unique_name\": \"LABKEY-ZZZZ\",\n                \"name_passage\": \"LABKEY-ZZZZ\"\n            }\n        },\n        \"10\": {\n            \"log\": {\n                \"id_log\": 10,\n                \"date\": \"2023-06-16 10:53:24\",\n                \"result\": \"BR-0-D0\",\n                \"id_rele\": [\n                    \"\"\n                ],\n                \"id_command_device\": [\n                    \"1\"\n                ],\n                \"result_text\": \"Accesso Negato - QR Code\",\n                \"result_boolean\": false\n            },\n            \"user\": {\n                \"user_id\": null\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": null,\n                \"unique_name\": \"LABKEY-ZZZZ\",\n                \"name_passage\": \"LABKEY-ZZZZ\"\n            }\n        },\n        \"11\": {\n            \"log\": {\n                \"id_log\": 11,\n                \"date\": \"2023-06-16 11:01:08\",\n                \"result\": \"0-D0\",\n                \"result_text\": \"Accesso Negato\",\n                \"result_boolean\": false\n            },\n            \"user\": {\n                \"user_id\": null\n            },\n            \"labkey\": {\n                \"labkey_id\": 3,\n                \"name_key\": null,\n                \"unique_name\": \"LABKEY-WWWW\",\n                \"name_passage\": \"LABKEY-WWWW\"\n            }\n        },\n        \"12\": {\n            \"log\": {\n                \"id_log\": 12,\n                \"date\": \"2023-06-16 11:01:18\",\n                \"result\": \"1-D0\",\n                \"result_text\": \"Accesso Consentito \",\n                \"result_boolean\": true\n            },\n            \"user\": {\n                \"user_id\": 1,\n                \"name\": \"Michael Jackson\"\n            },\n            \"labkey\": {\n                \"labkey_id\": 3,\n                \"name_key\": \"Chiave di Jon Doe - 1686903567\",\n                \"unique_name\": \"LABKEY-WWWW\",\n                \"name_passage\": \"LABKEY-WWWW\"\n            }\n        },\n        \"13\": {\n            \"log\": {\n                \"id_log\": 13,\n                \"date\": \"2023-06-16 11:01:26\",\n                \"result\": \"0-D0\",\n                \"result_text\": \"Accesso Negato\",\n                \"result_boolean\": false\n            },\n            \"user\": {\n                \"user_id\": null\n            },\n            \"labkey\": {\n                \"labkey_id\": 3,\n                \"name_key\": null,\n                \"unique_name\": \"LABKEY-WWWW\",\n                \"name_passage\": \"LABKEY-WWWW\"\n            }\n        }\n    }\n}"},{"id":"fa9ce37d-7b50-43d4-a3a8-539b71c547a3","name":"Empty response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getlogs?unique_name=LABKEY-XXXX","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getlogs"],"query":[{"key":"unique_name","value":"LABKEY-XXXX","description":"Unique_Name of the LabKey (optional params)"},{"key":"labkey_id","value":"1","description":"LabKey _Id of the LabKey (optional params)","disabled":true},{"key":"user_id","value":"1","description":"User_Id of the LabKey (optional params)","disabled":true},{"key":"from","value":"01-09-2021","description":"From (optional params)","disabled":true},{"key":"to","value":"01-09-2022","description":"To (optional params)","disabled":true},{"key":"limit","value":"1","description":"Limit (optional params)","disabled":true},{"key":"offset","value":"10","description":"Offset (optional params)","disabled":true},{"key":"last_id_log","value":"112355","description":"Last log id for search from a given id_log (optional params)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 09:05:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": []\n}"},{"id":"d5da2800-2df8-4200-8333-3d6eb4c84cf2","name":"Filtered by user","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getlogs?user_id=2","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getlogs"],"query":[{"key":"unique_name","value":"LABKEY-XXXX","description":"Unique_Name of the LabKey (optional params)","disabled":true},{"key":"labkey_id","value":"1","description":"LabKey _Id of the LabKey (optional params)","disabled":true},{"key":"user_id","value":"2","description":"User_Id of the LabKey (optional params)"},{"key":"from","value":"01-09-2021","description":"From (optional params)","disabled":true},{"key":"to","value":"01-09-2022","description":"To (optional params)","disabled":true},{"key":"limit","value":"1","description":"Limit (optional params)","disabled":true},{"key":"offset","value":"10","description":"Offset (optional params)","disabled":true},{"key":"last_id_log","value":"112355","description":"Last log id for search from a given id_log (optional params)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 09:05:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": {\n        \"1\": {\n            \"log\": {\n                \"id_log\": 1,\n                \"date\": \"2023-06-16 10:50:29\",\n                \"result\": \"BR-D0\",\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ],\n                \"id_command_device\": [\n                    \"1\"\n                ],\n                \"result_text\": \"Accesso Consentito - QR Code\",\n                \"result_boolean\": true\n            },\n            \"user\": {\n                \"user_id\": 2,\n                \"name\": \"Jon Doe\"\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": \"Chiave di Jon Doe - 1686904779\",\n                \"unique_name\": \"LABKEY-2E12\",\n                \"name_passage\": \"LABKEY-2E12\"\n            }\n        },\n        \"3\": {\n            \"log\": {\n                \"id_log\": 3,\n                \"date\": \"2023-06-16 10:50:47\",\n                \"result\": \"1-D0\",\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ],\n                \"id_command_device\": [\n                    \"2\"\n                ],\n                \"result_text\": \"Accesso Consentito \",\n                \"result_boolean\": true\n            },\n            \"user\": {\n                \"user_id\": 2,\n                \"name\": \"Jon Doe\"\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": \"Chiave di Jon Doe - 1686904779\",\n                \"unique_name\": \"LABKEY-2E12\",\n                \"name_passage\": \"LABKEY-2E12\"\n            }\n        },\n        \"4\": {\n            \"log\": {\n                \"id_log\": 4,\n                \"date\": \"2023-06-16 10:51:04\",\n                \"result\": \"1-D0\",\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ],\n                \"id_command_device\": [\n                    \"2\"\n                ],\n                \"result_text\": \"Accesso Consentito \",\n                \"result_boolean\": true\n            },\n            \"user\": {\n                \"user_id\": 2,\n                \"name\": \"Jon Doe\"\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": \"Key_test_2\",\n                \"unique_name\": \"LABKEY-2E12\",\n                \"name_passage\": \"LABKEY-2E12\"\n            }\n        },\n        \"5\": {\n            \"log\": {\n                \"id_log\": 5,\n                \"date\": \"2023-06-16 10:51:51\",\n                \"result\": \"TV-D0\",\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ],\n                \"id_command_device\": [\n                    \"1\"\n                ],\n                \"result_text\": \"Accesso Consentito - Tastiera Virtuale\",\n                \"result_boolean\": true\n            },\n            \"user\": {\n                \"user_id\": 2,\n                \"name\": \"Jon Doe\"\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": \"Chiave di Jon Doe - 1686904779\",\n                \"unique_name\": \"LABKEY-2E12\",\n                \"name_passage\": \"LABKEY-2E12\"\n            }\n        },\n        \"6\": {\n            \"log\": {\n                \"id_log\": 6,\n                \"date\": \"2023-06-16 10:51:54\",\n                \"result\": \"TV-D0\",\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ],\n                \"id_command_device\": [\n                    \"2\"\n                ],\n                \"result_text\": \"Accesso Consentito - Tastiera Virtuale\",\n                \"result_boolean\": true\n            },\n            \"user\": {\n                \"user_id\": 2,\n                \"name\": \"Jon Doe\"\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": \"Chiave di Jon Doe - 1686904779\",\n                \"unique_name\": \"LABKEY-2E12\",\n                \"name_passage\": \"LABKEY-2E12\"\n            }\n        },\n        \"7\": {\n            \"log\": {\n                \"id_log\": 7,\n                \"date\": \"2023-06-16 10:51:56\",\n                \"result\": \"TV-D0\",\n                \"id_rele\": [\n                    \"1\",\n                    \"2\"\n                ],\n                \"id_command_device\": [\n                    \"2\"\n                ],\n                \"result_text\": \"Accesso Consentito - Tastiera Virtuale\",\n                \"result_boolean\": true\n            },\n            \"user\": {\n                \"user_id\": 2,\n                \"name\": \"Jon Doe\"\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": \"Key_test_2\",\n                \"unique_name\": \"LABKEY-2E12\",\n                \"name_passage\": \"LABKEY-2E12\"\n            }\n        },\n        \"9\": {\n            \"log\": {\n                \"id_log\": 9,\n                \"date\": \"2023-06-16 10:53:14\",\n                \"result\": \"BR-0-D0\",\n                \"id_rele\": [\n                    \"\"\n                ],\n                \"id_command_device\": [\n                    \"1\"\n                ],\n                \"result_text\": \"Accesso Negato - QR Code\",\n                \"result_boolean\": false\n            },\n            \"user\": {\n                \"user_id\": 2,\n                \"name\": \"Jon Doe\"\n            },\n            \"labkey\": {\n                \"labkey_id\": 4,\n                \"name_key\": \"Chiave di Jon Doe - 1686904779\",\n                \"unique_name\": \"LABKEY-2E12\",\n                \"name_passage\": \"LABKEY-2E12\"\n            }\n        }\n    }\n}"},{"id":"4113f3be-baff-41e1-9190-ed5642e75d15","name":"Log with id 112355 not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getlogs?last_id_log=112355","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getlogs"],"query":[{"key":"unique_name","value":"LABKEY-XXXX","description":"Unique_Name of the LabKey (optional params)","disabled":true},{"key":"labkey_id","value":"1","description":"LabKey _Id of the LabKey (optional params)","disabled":true},{"key":"user_id","value":"1","description":"User_Id of the LabKey (optional params)","disabled":true},{"key":"from","value":"01-09-2021","description":"From (optional params)","disabled":true},{"key":"to","value":"01-09-2022","description":"To (optional params)","disabled":true},{"key":"limit","value":"1","description":"Limit (optional params)","disabled":true},{"key":"offset","value":"10","description":"Offset (optional params)","disabled":true},{"key":"last_id_log","value":"112355","description":"Last log id for search from a given id_log (optional params)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 09:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Log with id 112355 not found\"\n}"},{"id":"a8e48a45-81f9-4ae8-b4a4-8e4ad3c61fcc","name":"Limit is required if you use offset","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/getlogs?offset=10","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","getlogs"],"query":[{"key":"unique_name","value":"LABKEY-XXXX","description":"Unique_Name of the LabKey (optional params)","disabled":true},{"key":"labkey_id","value":"1","description":"LabKey _Id of the LabKey (optional params)","disabled":true},{"key":"user_id","value":"1","description":"User_Id of the LabKey (optional params)","disabled":true},{"key":"from","value":"01-09-2021","description":"From (optional params)","disabled":true},{"key":"to","value":"01-09-2022","description":"To (optional params)","disabled":true},{"key":"limit","value":"1","description":"Limit (optional params)","disabled":true},{"key":"offset","value":"10","description":"Offset (optional params)"},{"key":"last_id_log","value":"112355","description":"Last log id for search from a given id_log (optional params)","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 16 Jun 2023 09:07:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"Limit is required if you use offset\"\n}"}],"_postman_id":"c87809d8-daa5-4ed5-9e8c-7d453b7ee51e"},{"name":"Send Email","event":[{"listen":"test","script":{"id":"bdeb09a4-5c10-40f3-99ac-65fc5e50ebf5","exec":["// Test for the status code","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","// Test for response time","pm.test(\"Response time is less than 10000ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(10000);","});","","// Test for response body properties","pm.test(\"Response body has status, message, and sent_to fields\", function () {","    const responseBody = pm.response.json();","    pm.expect(responseBody).to.have.property('status');","    pm.expect(responseBody).to.have.property('message');","    pm.expect(responseBody).to.have.property('sent_to');","});","","// Visualize the response","pm.visualizer.set(responseBody);",""],"type":"text/javascript","packages":{}}}],"id":"437c8b25-2431-4c6a-b572-fc3062afd552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","type":"text","uuid":"63e3653f-41e5-41ff-8c79-3b3bc6bbb1cd"},{"key":"operator_email","value":"operator@labkey.io","type":"text","uuid":"8e9067ff-dee5-41a3-93ad-4f3ef9ca6912"},{"key":"message","value":"Hi! Here are your access details","type":"text","uuid":"38e6b9cd-b643-4886-96c2-ce0374fac8b9"},{"key":"cc_emails[]","value":"test_cc@labkey.io","type":"text","uuid":"95277993-0aad-491d-ad69-ae933ff317c5"},{"key":"show_sender_name","value":"1","type":"text","uuid":"d60dafa3-ff22-4eff-80fc-c120d1db7f32"},{"key":"send_permissions_list","value":"1","type":"text","uuid":"2c2d5764-b5eb-4a6e-82df-331c69646f23"},{"key":"send_fast_url","value":"0","type":"text","uuid":"294315ec-f093-422d-9fde-db0c7048f7dc"},{"key":"send_qr_code","value":"0","type":"text","uuid":"25b168ed-0df4-407e-b3aa-920ddbb50d94"}]},"url":"https://demo.manage.labkey.io/api/v2/sendemail","description":"<h3 id=\"send-emails-to-your-customers\"><strong>Send emails to your customers.</strong></h3>\n<h5 id=\"mandatory-parameters\"><strong>Mandatory Parameters</strong></h5>\n<ol>\n<li><p>user_id (text): The id of the user who will receive the email</p>\n</li>\n<li><p>operator_email (text): The operato email, which will be the sender</p>\n</li>\n</ol>\n<p><strong>Optional Parameters</strong></p>\n<ol>\n<li><p>mesage (text): The message that will be sent to the user (optional, if missing a defult message will be sent)</p>\n</li>\n<li><p>mesage (text): The message that will be sent to the user (optional, if missing a defult message will be sent)</p>\n</li>\n<li><p>cc_emails[] (list): Carbon copy of your email (optional)</p>\n</li>\n<li><p><code>show_sender_name (text)</code>: Choose if show the sender name on the email object ( 1 / 0, optional, not sent if missing)</p>\n</li>\n<li><p>send_permissions_list <code>(text)</code>: Choose if send the list of granted acces to the user, after the message ( 1 / 0, optional, not sent if missing)</p>\n</li>\n<li><p>send_fast_url <code>(text)</code>: Choose if send the fast access url to the user, after the message ( 1 / 0, optional, not sent if missing)</p>\n</li>\n</ol>\n<h5 id=\"response\"><strong>Response</strong></h5>\n<ul>\n<li><p><strong>200 OK</strong></p>\n<ul>\n<li>Mail sent correctly</li>\n</ul>\n</li>\n<li><p><strong>500 K0</strong></p>\n<ul>\n<li>Something went wrong (Missing mandatory parameters, an error has occured)</li>\n</ul>\n</li>\n<li><p><strong>400 KO</strong></p>\n<ul>\n<li><p>Operator email not vaild</p>\n</li>\n<li><p>No user found with the provided id</p>\n</li>\n<li><p>No recipient provided</p>\n</li>\n<li><p>Wronf email format</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","sendemail"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"cc185ca4-e54d-4525-9912-46d7961ff42a","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"804","type":"text","uuid":"63e3653f-41e5-41ff-8c79-3b3bc6bbb1cd"},{"key":"operator_email","value":"albertotest@labkey.io","type":"text","uuid":"8e9067ff-dee5-41a3-93ad-4f3ef9ca6912"},{"key":"message","value":"ciao","type":"text","uuid":"38e6b9cd-b643-4886-96c2-ce0374fac8b9"},{"key":"cc_emails[]","value":"albertotest@labkey.io","type":"text","uuid":"95277993-0aad-491d-ad69-ae933ff317c5"},{"key":"show_sender_name","value":"1","type":"text","uuid":"d60dafa3-ff22-4eff-80fc-c120d1db7f32"},{"key":"send_permissions_list","value":"1","type":"text","uuid":"2c2d5764-b5eb-4a6e-82df-331c69646f23"},{"key":"send_fast_url","value":"1","type":"text","uuid":"294315ec-f093-422d-9fde-db0c7048f7dc"},{"key":"send_qr_code","value":"1","type":"text","uuid":"25b168ed-0df4-407e-b3aa-920ddbb50d94"}]},"url":"https://dev.labkey.it/api/v2/sendemail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 14 May 2025 13:04:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": \"Mail sent\",\n    \"sent_to\": [\n        \"test@labkey.io\",\n        \"test_cc@labkey.io\"\n    ]\n}"}],"_postman_id":"437c8b25-2431-4c6a-b572-fc3062afd552"}],"id":"8e76790f-6c4e-4a89-81a7-cbacba600000","description":"<p>ALL OTHER CALLS</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"4fd3b5c0-1ec2-4d8e-ae92-e8169bb46bf9"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"6e8117e1-116f-43b8-ae87-40937d4f077a"}}],"_postman_id":"8e76790f-6c4e-4a89-81a7-cbacba600000","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}}},{"name":"WebHooks","item":[{"name":"Alerts","id":"3ed0ff5b-1f27-4d71-96f4-fa3d9b5d35b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://your.domain.com/yourpage?user_id=IDUTENTE&full_name=NOMEUTENTE&id_log=IDACCESSO&key_code=CODICEACCESSO&result_boolean=ISCONSENTITO&timestamp=DATALOG&is_log_offline=ISOFFLINE&unique_name=UNIQUENAME&labkey_id=IDLABKEY&tags=TAGS","description":"<h1 id=\"alerts-webhooks-documentation\">Alerts WebHooks Documentation</h1>\n<p>This document provides instructions for setting up webhooks to receive alerts and notifications using the provided API endpoint. Users can configure these webhooks through the management panel under the Alerts -&gt; Alert Standard section.</p>\n<h2 id=\"setting-up-webhooks\">Setting Up Webhooks</h2>\n<ol>\n<li>Navigate to the management panel of your application.</li>\n<li>Go to the Alerts section and select Alert Standard.</li>\n<li>Configure a new webhook based on your need</li>\n</ol>\n<h2 id=\"webhook-payload\">Webhook Payload</h2>\n<p>The webhook call will be triggered any time a user gains or is denied access (if correctly set up). It will substitute the placeholders in the capslock text with the corresponding access parameters.</p>\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li>Ensure that your endpoint can handle GET requests and process the provided parameters accordingly.</li>\n<li>Customize the query parameter names as per your application's requirements.</li>\n<li>Test the webhook configuration to verify that it functions correctly.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["yourpage"],"host":["your","domain","com"],"query":[{"description":{"content":"<p>User's ID (optional)</p>\n","type":"text/plain"},"key":"user_id","value":"IDUTENTE"},{"description":{"content":"<p>User's Full Name (optional)</p>\n","type":"text/plain"},"key":"full_name","value":"NOMEUTENTE"},{"description":{"content":"<p>Access ID (optional)</p>\n","type":"text/plain"},"key":"id_log","value":"IDACCESSO"},{"description":{"content":"<p>Access Key Code (optional)</p>\n","type":"text/plain"},"key":"key_code","value":"CODICEACCESSO"},{"description":{"content":"<p>Result (Allowed/Denied) (optional)</p>\n","type":"text/plain"},"key":"result_boolean","value":"ISCONSENTITO"},{"description":{"content":"<p>Timestamp of the event (optional)</p>\n","type":"text/plain"},"key":"timestamp","value":"DATALOG"},{"description":{"content":"<p>Is Log Offline? (1/0) (optional)</p>\n","type":"text/plain"},"key":"is_log_offline","value":"ISOFFLINE"},{"description":{"content":"<p>LabKey Unique Name (optional)</p>\n","type":"text/plain"},"key":"unique_name","value":"UNIQUENAME"},{"description":{"content":"<p>labkey_id (optional)</p>\n","type":"text/plain"},"key":"labkey_id","value":"IDLABKEY"},{"description":{"content":"<p>User tags imploded by comma (optional)</p>\n","type":"text/plain"},"key":"tags","value":"TAGS"}],"variable":[]}},"response":[],"_postman_id":"3ed0ff5b-1f27-4d71-96f4-fa3d9b5d35b0"}],"id":"f706d00c-72bb-48b0-9b1b-2ae68daf6f80","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"116fec2b-4e29-4275-8748-a9bba4922813","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ece441c2-bc00-49ae-9ded-1c462653e213","type":"text/javascript","exec":[""]}}],"_postman_id":"f706d00c-72bb-48b0-9b1b-2ae68daf6f80","description":""},{"name":"ADDITIONAL FIELDS","item":[{"name":"Get","id":"0d10773f-17e6-452a-b19b-bd0255775c86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/customfields","description":"<p>The list of the fields with thei attribute.</p>\n<p>Optional parametres:</p>\n<ul>\n<li><p>limit</p>\n</li>\n<li><p>offset</p>\n</li>\n</ul>\n<p>Response:</p>\n<ul>\n<li><p>200 OK</p>\n</li>\n<li><p>400 Bad Request</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customfields"],"host":["demo.manage","labkey","io"],"query":[{"disabled":true,"description":{"content":"<p>max 100</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"disabled":true,"key":"offset","value":"1"}],"variable":[]}},"response":[{"id":"b406b1d9-7af3-4002-94e2-147d050a8965","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/customfields","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","customfields"],"query":[{"key":"limit","value":"1","description":"max 100","type":"text","disabled":true},{"key":"offset","value":"1","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 02 Jul 2024 07:29:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"388"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": [\n        {\n            \"id\": 1,\n            \"type_field\": \"date\",\n            \"name_field\": \"Driver's license expiration date\",\n            \"order\": 1,\n            \"can_disable_user\": 1,\n            \"is_required\": 0,\n            \"created_at\": \"2024-07-01 17:42:13\",\n            \"updated_at\": \"2024-07-01 17:42:26\"\n        },\n        {\n            \"id\": 2,\n            \"type_field\": \"text\",\n            \"name_field\": \"Notes\",\n            \"order\": 2,\n            \"can_disable_user\": 0,\n            \"is_required\": 0,\n            \"created_at\": \"2024-07-01 17:42:26\",\n            \"updated_at\": \"2024-07-01 17:42:26\"\n        }\n    ],\n    \"status\": \"OK\"\n}"}],"_postman_id":"0d10773f-17e6-452a-b19b-bd0255775c86"},{"name":"GetById","id":"559f2cbb-eadf-4abe-8f26-bc338292ed51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/customfields/{{id_field}}","description":"<p>The list of the fields with thei attribute.</p>\n<p>Optional parametres:</p>\n<ul>\n<li><p>limit</p>\n</li>\n<li><p>offset</p>\n</li>\n</ul>\n<p>Response:</p>\n<ul>\n<li><p>200 OK</p>\n</li>\n<li><p>400 Bad Request</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customfields","{{id_field}}"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"c78fd9c6-7a6a-42ee-9369-cf0d457fd3cb","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/customfields/{{id_field}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 02 Jul 2024 07:41:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"219"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": {\n        \"id\": 1,\n        \"type_field\": \"date\",\n        \"name_field\": \"Driver's license expiration date\",\n        \"order\": 1,\n        \"can_disable_user\": 1,\n        \"is_required\": 0,\n        \"created_at\": \"2024-07-01 17:42:13\",\n        \"updated_at\": \"2024-07-01 17:42:26\"\n    },\n    \"status\": \"OK\"\n}"},{"id":"1c0cd6d6-bd0e-4bb7-a62b-c10778b81274","name":"400 Bad Request","originalRequest":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/customfields/{{id_field}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 02 Jul 2024 07:43:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"The field does not exists.\"\n}"}],"_postman_id":"559f2cbb-eadf-4abe-8f26-bc338292ed51"},{"name":"Count","id":"80e45e07-883f-4224-84d3-8e2669f4ec42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/customfields/count","description":"<p>The count of how many fields are saved.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customfields","count"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"c2f83725-0668-4bf4-96d2-453dbdf4c61d","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/customfields/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 02 Jul 2024 07:31:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"37"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": {\n        \"count\": 2\n    }\n}"}],"_postman_id":"80e45e07-883f-4224-84d3-8e2669f4ec42"},{"name":"Create","id":"9f66a84e-6287-4eab-9207-a4a5074b50de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"type_field","value":"text","description":"<p>Required, can be text or date</p>\n","type":"text"},{"key":"name_field","value":"Company name","description":"<p>Required, max 255 chars</p>\n","type":"text"},{"key":"order","value":"2","description":"<p>numeric</p>\n","type":"text"},{"key":"is_required","value":"0","description":"<p>0 (is not required), 1 (is required)</p>\n","type":"text"},{"key":"can_disable_user","value":"0","description":"<p>0 (no), 1 (yes)</p>\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/customfields/create","description":"<p>Optional parametres:</p>\n<ul>\n<li><p>order</p>\n</li>\n<li><p>is_required</p>\n</li>\n<li><p>can_disable</p>\n</li>\n</ul>\n<p>The field <em><strong>is_required</strong></em> means that is mandatory to compile this field in user.</p>\n<p>The filed <em><strong>can_disable_user</strong></em> is used in combine with type_field=<em><strong>date</strong></em>. The system check if there are users with a value of these field and check if the date is past or not.<br />If the date is past the user is automatically disable at midnight.</p>\n<p>Response:</p>\n<ul>\n<li><p>200 OK</p>\n</li>\n<li><p>400 Bad Request</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customfields","create"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"72e0fb6c-df88-40fb-91a7-95474ac8de43","name":"200 OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/customfields/create?type_field=text&name_field=Company name&order=2&is_required=0","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","customfields","create"],"query":[{"key":"type_field","value":"text","description":"Required, can be text or date"},{"key":"name_field","value":"Company name","description":"Required, max 255 chars"},{"key":"order","value":"2","description":"numeric"},{"key":"is_required","value":"0","description":"0 (is not required), 1 (is required)"},{"key":"can_disable_user","value":"0","description":"0 (no), 1 (yes)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 04 Jul 2024 07:29:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"996"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": {\n        \"id\": 6\n    }\n}"},{"id":"26997f4f-fb43-429f-a8bf-45c8755481de","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/customfields/create?type_field=test&name_field=Company name&order=test&is_required=test&can_disable_user=3","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","customfields","create"],"query":[{"key":"type_field","value":"test","description":"Required, can be text or date"},{"key":"name_field","value":"Company name","description":"Required, max 255 chars"},{"key":"order","value":"test","description":"numeric","type":"text"},{"key":"is_required","value":"test","description":"0 (is not required), 1 (is required)","type":"text"},{"key":"can_disable_user","value":"3","description":"0 (no), 1 (yes)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 02 Jul 2024 07:35:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"252"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"You have errors. The type field can have value text o date. The order has to be numeric. The is required has to be numeric. The can disable user can have 0 or 1. The field can disable user can be 1 if the type field is date.\"\n}"}],"_postman_id":"9f66a84e-6287-4eab-9207-a4a5074b50de"},{"name":"Update","id":"0ab0fb55-ac9b-4614-8b26-6ddbbbec5184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"type_field","value":"date","description":"<p>Required, can be text or date</p>\n","type":"text"},{"key":"name_field","value":"Birthday","description":"<p>Required, max 255 chars</p>\n","type":"text"},{"key":"order","value":"5","description":"<p>numeric</p>\n","type":"text"},{"key":"is_required","value":"1","description":"<p>0 (is not required), 1 (is required)</p>\n","type":"text"},{"key":"can_disable_user","value":"1","description":"<p>0 (no), 1 (yes)</p>\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/customfields/{{id_field}}/update","description":"<p>Optional parametres:</p>\n<ul>\n<li><p>order</p>\n</li>\n<li><p>is_required</p>\n</li>\n<li><p>can_disable</p>\n</li>\n</ul>\n<p>The field <em><strong>is_required</strong></em> means that is mandatory to compile this field in user.</p>\n<p>The filed <em><strong>can_disable_user</strong></em> is used in combine with type_field=<em><strong>date</strong></em>. The system check if there are users with a value of these field and check if the date is past or not.<br />If the date is past the user is automatically disable at midnight.</p>\n<p>Response:</p>\n<ul>\n<li><p>200 OK</p>\n</li>\n<li><p>400 Bad Request</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customfields","{{id_field}}","update"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"efbc8716-05b9-4114-aad4-ff41fed39028","name":"200 OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/customfields/create?type_field=text&name_field=N° document","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","customfields","create"],"query":[{"key":"type_field","value":"text","description":"Required, can be text or date"},{"key":"name_field","value":"N° document","description":"Required, max 255 chars"},{"key":"order","value":"","description":"numeric","type":"text","disabled":true},{"key":"is_required","value":"","description":"0 (is not required), 1 (is required)","type":"text","disabled":true},{"key":"can_disable_user","value":"1","description":"0 (no), 1 (yes)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 02 Jul 2024 07:32:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\"\n}"},{"id":"9297c0c6-0015-4a99-b335-7054fd62fc43","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/customfields/{{id_field}}/update?type_field=dates&name_field=birthday&order=5&is_required=1&can_disable_user=1","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","customfields","{{id_field}}","update"],"query":[{"key":"type_field","value":"dates","description":"Required, can be text or date"},{"key":"name_field","value":"birthday","description":"Required, max 255 chars"},{"key":"order","value":"5","description":"numeric"},{"key":"is_required","value":"1","description":"0 (is not required), 1 (is required)"},{"key":"can_disable_user","value":"1","description":"0 (no), 1 (yes)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 02 Jul 2024 08:00:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"150"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"You have errors. The type field can have value text o date. The field can disable user can be 1 if the type field is date.\"\n}"}],"_postman_id":"0ab0fb55-ac9b-4614-8b26-6ddbbbec5184"}],"id":"433fdcee-6d86-4067-9cfb-36040ebd2c29","description":"<p>This section deals with the preset of additional fields and their configuration.<br />In the section <em><strong>additional fields user</strong></em> is possibile to have the fields for the user with the value set.</p>\n","_postman_id":"433fdcee-6d86-4067-9cfb-36040ebd2c29","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}}},{"name":"ADDITIONAL FIELDS USER","item":[{"name":"GetAllByIdUser","id":"14cf0378-19ed-4c86-8f7c-c823e9e44438","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/customfieldsuser/{{id_user}}/","description":"<p>Optional parameters:</p>\n<ul>\n<li><p>limit</p>\n</li>\n<li><p>offset</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customfieldsuser","{{id_user}}",""],"host":["demo.manage","labkey","io"],"query":[{"disabled":true,"description":{"content":"<p>Max 100</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"disabled":true,"key":"offset","value":"1"}],"variable":[]}},"response":[{"id":"bd9f6fc5-4855-4992-a453-b987e3acdf6a","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/customfieldsuser/{{id_user}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 02 Jul 2024 08:40:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"293"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": [\n        {\n            \"id\": 1,\n            \"type_field\": \"text\",\n            \"name_field\": \"N° document\",\n            \"can_disable_user\": 0,\n            \"value\": \"ABCD45\",\n            \"is_required\": 0,\n            \"id_campo_custom\": 3\n        },\n        {\n            \"id\": 2,\n            \"type_field\": \"date\",\n            \"name_field\": \"Birthday\",\n            \"can_disable_user\": 0,\n            \"value\": \"1995-07-13\",\n            \"is_required\": 1,\n            \"id_campo_custom\": 1\n        }\n    ]\n}"}],"_postman_id":"14cf0378-19ed-4c86-8f7c-c823e9e44438"},{"name":"getFieldUser","id":"64446651-36b7-44f6-b7c7-aad56bfbeb03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/customfieldsuser/{{id_user}}/{{id_field}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customfieldsuser","{{id_user}}","{{id_field}}"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"cd96a177-107e-4b5b-8b27-b97ea3c3ac95","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/customfieldsuser/{{id_user}}/{{id_field}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 02 Jul 2024 15:20:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"226"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": {\n        \"id\": 4,\n        \"id_utente\": 420,\n        \"id_campo_custom\": 1,\n        \"type_field\": \"date\",\n        \"name_field\": \"Birthday\",\n        \"value\": \"2024-07-07\",\n        \"can_disable_user\": 0,\n        \"created_at\": \"2024-07-02 10:43:55\",\n        \"updated_at\": \"2024-07-02 10:43:55\"\n    }\n}"}],"_postman_id":"64446651-36b7-44f6-b7c7-aad56bfbeb03"},{"name":"Create","id":"0ddcc32c-07c2-4814-94c4-3799fb7b4da4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"value","value":"Test","description":"<p>Required, max 255 chars</p>\n","type":"text"},{"key":"can_disable_user","value":"0","description":"<p>0 (no), 1 (yes)</p>\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/customfieldsuser/{{id_user}}/{{id_field}}/create","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customfieldsuser","{{id_user}}","{{id_field}}","create"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"ab8ff02c-a533-44ee-b02c-c5c680f6804b","name":"200 OK","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/customfieldsuser/{{id_user}}/{{id_field}}/create?value=rrr3244","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","customfieldsuser","{{id_user}}","{{id_field}}","create"],"query":[{"key":"value","value":"rrr3244","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 04 Jul 2024 07:28:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"message\": {\n        \"id\": 6\n    }\n}"},{"id":"94d3b5d6-0ee3-46fb-affe-37590a9f0b46","name":"Bad Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/customfieldsuser/{{id_user}}/{{id_field}}/create?value=1999-05-23","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","customfieldsuser","{{id_user}}","{{id_field}}","create"],"query":[{"key":"value","value":"1999-05-23","description":"Required, max 255"},{"key":"can_disable_suer","value":"0","description":"0 (no), 1 (yes)","type":"text","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 02 Jul 2024 15:34:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"The field in user already exists, you should use update method.\"\n}"}],"_postman_id":"0ddcc32c-07c2-4814-94c4-3799fb7b4da4"},{"name":"Update","id":"dbb0dcbf-407d-4660-87d8-e309f240cdad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"value","value":"Test update","description":"<p>Required, max 255 chars</p>\n","type":"text"},{"key":"can_disable_user","value":"0","description":"<p>0 (no), 1 (yes)</p>\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/customfieldsuser/{{id_user}}/{{id_field}}/update","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","customfieldsuser","{{id_user}}","{{id_field}}","update"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbb0dcbf-407d-4660-87d8-e309f240cdad"}],"id":"380ceefc-8353-446a-8394-d867965b1cff","description":"<p>This section deals with the additional fields of user data. It is possibile to have the value for user of the additional fields.<br />The variable <strong>id_field</strong> is refer to id of ADDITIONAL FIELDS.</p>\n","_postman_id":"380ceefc-8353-446a-8394-d867965b1cff","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}}},{"name":"TEMPLATES","item":[{"name":"Count","id":"35fc545b-df9a-4137-a97c-87486077e9bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/templates/count","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","templates","count"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"ad8a0041-c922-4902-b25f-a7c4ac9e1088","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/templates/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 08 Jul 2024 08:16:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"38"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\",\n    \"messagge\": {\n        \"count\": 2\n    }\n}"}],"_postman_id":"35fc545b-df9a-4137-a97c-87486077e9bc"},{"name":"Get","id":"68a03f71-5f50-45f4-ac8d-a6267a756153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/templates/","description":"<p>Optional parameteres:</p>\n<ul>\n<li><p>limit</p>\n</li>\n<li><p>offset</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","templates",""],"host":["demo.manage","labkey","io"],"query":[{"disabled":true,"description":{"content":"<p>max 100</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"disabled":true,"key":"offset","value":"2"}],"variable":[]}},"response":[{"id":"b7b758b9-6e7b-4b5b-b139-056628899680","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://demo.manage.labkey.io/api/v2/templates/","protocol":"https","host":["demo.manage","labkey","io"],"path":["api","v2","templates",""],"query":[{"key":"limit","value":"1","description":"max 100","type":"text","disabled":true},{"key":"offset","value":"2","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 25 Jul 2024 08:41:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"346"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": [\n        {\n            \"id\": 1,\n            \"name\": \"Day\",\n            \"description\": \"For day use\",\n            \"created_at\": \"2024-07-09 13:57:23\",\n            \"updated_at\": \"2024-07-11 18:35:40\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Week\",\n            \"description\": \"For week use\",\n            \"created_at\": \"2024-07-11 18:35:55\",\n            \"updated_at\": null\n        }\n    ],\n    \"status\": \"OK\"\n}"}],"_postman_id":"68a03f71-5f50-45f4-ac8d-a6267a756153"},{"name":"GetByID","id":"6144e117-146b-4d04-bf53-e62cf03d5472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/templates/detail?template_id=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","templates","detail"],"host":["demo.manage","labkey","io"],"query":[{"key":"template_id","value":"1"},{"disabled":true,"description":{"content":"<p>N. of accesses is return, max 100</p>\n","type":"text/plain"},"key":"limit_accesses","value":"1"},{"disabled":true,"key":"offset_accesses","value":"0"}],"variable":[]}},"response":[],"_postman_id":"6144e117-146b-4d04-bf53-e62cf03d5472"},{"name":"AddUserAccess","id":"9aa2e12e-e0d8-44b7-a27d-e35fd380d91f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"{{id_user}}","description":"<p>required</p>\n","type":"text"},{"key":"template_id","value":"1","description":"<p>required</p>\n","type":"text"},{"key":"timestamp_start","value":"1721809898","description":"<p>defatul now</p>\n","type":"text","disabled":true},{"key":"timestamp_end","value":"1722341700","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/templates/addAccessUser","description":"<p>These call you can use in two different way.<br />The first way you can sent <em><strong>timestamp_start</strong></em> and <em><strong>timestamp_end</strong></em> to sent. In these way the sistem set start access id equal to <em><strong>timestamp_start</strong></em> and end time is equal to <em><strong>timestamp_end</strong></em>.<br />The second way you can send only <em><strong>timestamp_start</strong></em> and the system calculate end time access by the settings of template for the access.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","templates","addAccessUser"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"ac701b16-276a-4216-b00c-2682af5690f3","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","description":"required","type":"text"},{"key":"template_id","value":"1","description":"required","type":"text"},{"key":"timestamp","value":"","description":"defatul now","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/templates/addAccessUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 08 Jul 2024 10:45:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OK\"\n}"},{"id":"9d1d3ff2-e4f1-4186-b982-087f60e076cd","name":"404 User Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1","description":"required","type":"text"},{"key":"template_id","value":"1","description":"required","type":"text"},{"key":"timestamp","value":"","description":"defatul now","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/templates/addAccessUser"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 08 Jul 2024 11:30:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"53"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"The user does not exists.\"\n}"},{"id":"ee9e2f70-b144-4ba7-8c5a-1435cd05b5a1","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1227","description":"required","type":"text"},{"key":"template_id","value":"10","description":"required","type":"text"},{"key":"timestamp","value":"","description":"defatul now","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/templates/addAccessUser"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 08 Jul 2024 11:30:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"57"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"The user have already access.\"\n}"},{"id":"3fe3a7f1-ab58-4f47-a0a3-07bada25b120","name":"404 Template Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1227","description":"required","type":"text"},{"key":"template_id","value":"10","description":"required","type":"text"},{"key":"timestamp","value":"","description":"defatul now","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/templates/addAccessUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 08 Jul 2024 11:31:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"57"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"The template does not exists.\"\n}"},{"id":"63fbd865-24d5-49f9-9d71-f1673d9322f4","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"1227","description":"required","type":"text"},{"key":"template_id","value":"1","description":"required","type":"text"},{"key":"timestamp","value":"","description":"defatul now","type":"text","disabled":true}]},"url":"https://demo.manage.labkey.io/api/v2/templates/addAccessUser"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 08 Jul 2024 11:32:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"57"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"KO\",\n    \"message\": \"The user have already access.\"\n}"}],"_postman_id":"9aa2e12e-e0d8-44b7-a27d-e35fd380d91f"}],"id":"3198bb2d-5bb6-4dc8-8164-15609e0a47c3","description":"<p>Get the list and detail of the template section.</p>\n","_postman_id":"3198bb2d-5bb6-4dc8-8164-15609e0a47c3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]},"isInherited":true,"source":{"_postman_id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","id":"5e6b2cd2-2710-4fe2-8d05-93038dd45abc","name":"LabKey V2","type":"collection"}}},{"name":"Authorize","event":[{"listen":"test","script":{"id":"7ffc7dd3-3ace-4f66-9620-9387a16ec32e","exec":["var jsonData= pm.response.json();","pm.environment.set(\"Bearer\",jsonData.token);","","pm.test(\"Response status code is 201\", function () {","    pm.response.to.have.status(201);","});","","","pm.test(\"Token is present in the response\", function () {","    const responseData = pm.response.json();","    pm.expect(responseData.token).to.exist;","});","","","pm.test(\"Response time is less than 200ms\", function () {","  pm.expect(pm.response.responseTime).to.be.below(200);","});","","","pm.test(\"Response schema contains token field of type string\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData.token).to.be.a('string');","    pm.expect(responseData.token).to.exist;","});","","","pm.test(\"Token field is a non-empty string\", function () {","  const responseData = pm.response.json();","  ","  pm.expect(responseData.token).to.be.a('string').and.to.have.lengthOf.at.least(1, \"Token should not be empty\");","});","",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"ee4e9f70-26c9-462f-92a2-63994b55d7f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"test@labkey.it","description":"<p>Operator email to access the panel</p>\n","type":"text"},{"key":"password","value":"temp1234","description":"<p>Operator password to access the panel</p>\n","type":"text"},{"key":"secret_key","value":"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 ","description":"<p>It can be found in your panel in the API / Setup section</p>\n","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/authorize","description":"<h3 id=\"get-the-bearer-authentication-token\">Get the Bearer Authentication Token.</h3>\n<h6 id=\"the-token-is-valid-for-1-hour-you-need-to-refresh-it-periodically\"><strong>The token is valid for 1 hour, you need to refresh it</strong> periodically</h6>\n<h4 id=\"mandatory-parameters\">Mandatory parameters:</h4>\n<ul>\n<li><p>email</p>\n</li>\n<li><p>password</p>\n</li>\n<li><p>secret_key (associated with the ip making the call)</p>\n</li>\n</ul>\n<h4 id=\"response\">Response:</h4>\n<ul>\n<li><p>200 OK</p>\n<ul>\n<li>token</li>\n</ul>\n</li>\n<li><p>401 Unauthorized</p>\n<ul>\n<li><p>invalid_credentials (<em>Wrong email or Password</em>)</p>\n</li>\n<li><p>invalid_credentials2 (<em>Unauthorized Ip Address or Wrong scret_key</em>)</p>\n</li>\n<li><p>invalid_access1 (secret_key is empty)</p>\n</li>\n<li><p>invalid_access1.1 (password is empty)</p>\n</li>\n<li><p>invalid_access2 (wrong secret key for current IP)</p>\n</li>\n<li><p>invalid_access3 (invalid login)</p>\n</li>\n<li><p>invalid_access4 (general error)</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><em>If launched by Postman this call launches a script that automatically saves the Bearer Token in a variable; required for all other calls.</em></p>\n","urlObject":{"protocol":"https","path":["api","v2","authorize"],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"f1247eb4-f295-46a0-b11a-9ac06a34f551","name":"Authorize","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"test@labkey.it","description":"Operator email to access the panel","type":"text"},{"key":"password","value":"temp1234","description":"Operator password to access the panel","type":"text"},{"key":"secret_key","value":"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 ","description":"It can be found in your panel in the API / Setup section","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/authorize"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 07:34:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n}"},{"id":"643a0da6-7d80-47aa-b4ce-b162c67bb509","name":"Wrong Email or Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"test@labkey.it","description":"Operator email to access the panel","type":"text"},{"key":"password","value":"temp1234","description":"Operator password to access the panel","type":"text"},{"key":"secret_key","value":"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 ","description":"It can be found in your panel in the API / Setup section","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/authorize"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 07:35:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_credentials\"\n}"},{"id":"5c6ab183-689b-4bf9-9078-06ec50bd40d9","name":"Unautirized IP Address or Wrong Secret Key","originalRequest":{"method":"POST","header":[{"key":"X-Forwarded-For","value":"149.13.148.71","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"test@labkey.it","description":"Operator email to access the panel","type":"text"},{"key":"password","value":"temp1234","description":"Operator password to access the panel","type":"text"},{"key":"secret_key","value":"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 ","description":"It can be found in your panel in the API / Setup section","type":"text"}]},"url":"https://demo.manage.labkey.io/api/v2/authorize"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 07:37:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_access2\"\n}"}],"_postman_id":"ee4e9f70-26c9-462f-92a2-63994b55d7f5"},{"name":"Test","id":"5ea68a7e-8fdd-4f6d-922a-4ff3b51ef450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/","description":"<h1 id=\"prints-test-if-you-panel-is-up-and-is-correctly-working\">Prints Test if you panel is up and is correctly working.</h1>\n","urlObject":{"protocol":"https","path":["api","v2",""],"host":["demo.manage","labkey","io"],"query":[],"variable":[]}},"response":[{"id":"d28979e7-0005-4a5d-b8c8-4188118b72e4","name":"Test","originalRequest":{"method":"GET","header":[],"url":"https://demo.manage.labkey.io/api/v2/"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 08 Jun 2023 07:18:21 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.15"},{"key":"Cache-Control","value":"private, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"test"}],"_postman_id":"5ea68a7e-8fdd-4f6d-922a-4ff3b51ef450"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]}},"event":[{"listen":"prerequest","script":{"id":"27e8e4dc-f106-47fb-904c-c4ccad615774","type":"text/javascript","exec":["/*var id_pannello = pm.variables.get(\"id_pannello\");","var top_level_domain = pm.variables.get(\"top_level_domain\");","var email = pm.variables.get(\"email\");","var password = pm.variables.get(\"password\");","var secret_key = pm.variables.get(\"secret_key\");","pm.sendRequest({","    url:\"https://\"+ id_pannello +\".labkey.\"+ top_level_domain +\"/api/v2/authorize\",","    method:'POST',","    body:{","        mode:'urlencoded',","        urlencoded:[","            {key: \"email\",value: email, disabled: false},","            {key: \"password\",value: password, disabled: false},","            {key: \"secret_key\",value: secret_key, disabled: false},","        ]","    }}, function (err, response) {","    console.log(response);","    var jsonData= response.json();","    pm.environment.set(\"Bearer\", jsonData.token);","});","*/"]}},{"listen":"test","script":{"id":"90c13911-ed1e-4c21-9428-ab2062e47969","type":"text/javascript","exec":[""]}}],"variable":[{"key":"secret_key","value":"111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 "},{"key":"Bearer","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"},{"key":"unique_name","value":"LABKEY-XXXX"},{"key":"id_pannello","value":"demo.manage"},{"key":"top_level_domain","value":"io","type":"string"},{"key":"email","value":"test@labkey.it","type":"string"},{"key":"password","value":"temp1234","type":"string"}]}