{"info":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","description":"<html><head></head><body><h1 id=\"what-is-wibbi-exercises-api\">What is Wibbi Exercises API?</h1>\n<p>Wibbi api offers multiple endpoint that will allow you to create your own patient portal.</p>\n<h1 id=\"getting-started\">Getting started</h1>\n<p>To use this API, the first step will be to authenticate yourself by using the login endpoint.</p>\n<p>Note: the status endpoint does not require to be authenticated to be used.</p>\n<h2 id=\"authentication\">AUTHENTICATION</h2>\n<p>To obtain a new api token,make use of the login endpoint. This will generate an api token (named as 'api-token') and it will be valid for 3 hours (a timestamp, named 'expire-at', will be return to indicate the exact expiration time).</p>\n<p>The required filed for this request are:</p>\n<ul>\n<li><p>username: this is the username of the given user</p>\n</li>\n<li><p>password: this is the password of the given user</p>\n</li>\n</ul>\n<p>Once your application has a valid token, it can start querying the other API endpoints by<br>setting the api-token in the subsequent requests’ authentication header.</p>\n<p>Example of setting the api-token in the authentication header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-curl\">curl --location 'https://exercise-api.wibbi.com/locale/en_US' \\\n--header 'api-token;'\n\n</code></pre>\n<h2 id=\"permissions\">Permissions</h2>\n<p>The requests will require specific permissions. Each user or partner can have a different set of permissions.</p>\n<p>Each endpoints will identify the required permission to be able to use it.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"What is Wibbi Exercises API?","slug":"what-is-wibbi-exercises-api"},{"content":"Getting started","slug":"getting-started"}],"owner":"3105897","collectionId":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","publishedId":"77pWehy","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2024-02-16T15:42:04.000Z"},"item":[{"name":"Authentication","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"c80e81c8-ec59-4826-89a8-a1f469888ae7","exec":["// If we have a jwt token in the data, assign it to the collection variable JWT-TOKEN","if(pm.response.json().data['api-token']) {","    pm.collectionVariables.set('api-token', pm.response.json().data['api-token']);","}","","console.log(pm.response.json().data)"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"2a3901cc-6f43-411f-9e62-85007c2de5b6","exec":["pm.collectionVariables.set('api-token', null);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e788cab3-ad18-48a9-d4c6-743a4594c26a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"","description":"<p>Username of the given user</p>\n","type":"text"},{"key":"password","value":"","description":"<p>Password of the given user</p>\n","type":"text"}]},"url":"https://exercise-api.wibbi.com/login","description":"<h2 id=\"authenticate-using-your-username-and-password\">Authenticate using your username and password.</h2>\n<p>Returns an api-token as well as its expiration timestamp (valid period of 3 hours).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Name</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Permission Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Login</td>\n<td>POST</td>\n<td>None</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}},"urlObject":{"path":["login"],"host":["https://exercise-api.wibbi.com"],"query":[],"variable":[]}},"response":[{"id":"0429b4d5-95ad-3a06-6ce1-0117761da828","name":"Successful login","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"","description":"Username of the given user","type":"text"},{"key":"password","value":"","description":"Password of the given user","type":"text"}]},"url":"https://exercise-api.wibbi.com/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","enabled":true},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","enabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true},{"key":"Date","value":"Thu, 16 Nov 2017 18:56:53 GMT","name":"Date","description":"","enabled":true},{"key":"Server","value":"nginx/1.13.3","name":"Server","description":"","enabled":true},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","enabled":true}],"cookie":[],"responseTime":"409","body":"{\"data\":{\"api-token\":\"NWEwZGRmNzVhZjdkODBKYURWUEJ2UjJjTGdzQTlVeUxTdm1RTzgxU3pNWA==\",\"expire-at\":1510862213}}"},{"id":"726ad75c-8eba-2c68-6d94-8742d5b5c55f","name":"Unsuccessful login","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"","description":"Username of the given user","type":"text"},{"key":"password","value":"","description":"Password of the given user","type":"text"}]},"url":"https://exercise-api.wibbi.com/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","enabled":true},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","enabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true},{"key":"Date","value":"Thu, 16 Nov 2017 18:57:19 GMT","name":"Date","description":"","enabled":true},{"key":"Server","value":"nginx/1.13.3","name":"Server","description":"","enabled":true},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","enabled":true}],"cookie":[],"responseTime":"292","body":"{\n    \"error\": \"Invalid credentials\"\n}"}],"_postman_id":"e788cab3-ad18-48a9-d4c6-743a4594c26a"}],"id":"f7b81892-d2bc-4b34-9ccf-83b0b4b23c1b","description":"<p>This folder contain the login endpoint which is required to use most of the subsequent requests of this API.</p>\n","_postman_id":"f7b81892-d2bc-4b34-9ccf-83b0b4b23c1b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}}},{"name":"Exercise","item":[{"name":"Exercise","id":"ea485aed-3c53-2643-8ab9-036581ead42d","request":{"method":"GET","header":[{"key":"api-token","value":"","description":"<p>Token obtained via authentication</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://exercise-api.wibbi.com/exercise/:exercise","description":"<h2 id=\"get-a-specific-exercise\">Get a specific exercise</h2>\n<p>Returns a specific exercise by passing the exercise id</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Name</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Permission Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Exercise</td>\n<td>GET</td>\n<td>get_exercise</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}},"urlObject":{"path":["exercise",":exercise"],"host":["https://exercise-api.wibbi.com"],"query":[],"variable":[{"description":{"content":"<p>Id of the exercise</p>\n","type":"text/plain"},"type":"any","value":"1","key":"exercise"}]}},"response":[{"id":"95395be3-6fb2-97ca-2d1b-f899d8e7fb53","name":"Get Exercise of id `1`","originalRequest":{"method":"GET","header":[{"key":"api-token","value":"","description":"Token obtained via authentication"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://exercise-api.wibbi.com/exercise/:exercise","host":["https://exercise-api.wibbi.com"],"path":["exercise",":exercise"],"variable":[{"key":"exercise","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","enabled":true},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","enabled":true},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"","enabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true},{"key":"Date","value":"Wed, 08 Nov 2017 01:09:08 GMT","name":"Date","description":"","enabled":true},{"key":"Server","value":"nginx/1.13.3","name":"Server","description":"","enabled":true},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","enabled":true},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"","enabled":true}],"cookie":[],"responseTime":"537","body":"{\n    \"data\": {\n        \"id\": 1,\n        \"rank\": 4294967295,\n        \"popularity\": 0,\n        \"category\": \"Positioning\",\n        \"codes\": [\n            \"AMP1\"\n        ],\n        \"content\": {\n            \"en_US\": {\n                \"name\": \"Standing positioning\",\n                \"description\": \"Femoral amputee / Standing positioning\",\n                \"instruction\": \"While you are standing, avoid resting your amputated leg on the handle of the crutch.\"\n            },\n            \"es_MX\": {\n                \"name\": \"XAMP160\",\n                \"description\": \"Amputado femoral- Posición parado\",\n                \"instruction\": \"- Cuando usted esté parado, evite reposar su pierna amputada en la empuñadura de la muleta axilar.\"\n            },\n            \"fr_CA\": {\n                \"name\": \"Positionnement debout\",\n                \"description\": \"Amputé fémoral / Positionnement debout\",\n                \"instruction\": \"Lorsque vous êtes debout, évitez de reposer votre jambe amputée sur la poignée de la béquille axillaire.\"\n            },\n            \"fr_FR\": {\n                \"name\": \"Positionnement debout\",\n                \"description\": \"Amputé fémoral / Positionnement debout\",\n                \"instruction\": \"Lorsque vous êtes debout, évitez de reposer votre jambe amputée sur la poignée de la béquille axillaire.\"\n            }\n        },\n        \"keywords\": {\n            \"en_US\": [\n                \"positioning\",\n                \"hip\",\n                \"standing\",\n                \"lower\",\n                \"limbs\",\n                \"webptlogo\",\n                \"xamp160\"\n            ],\n            \"fr_CA\": [\n                \"positionnement\",\n                \"hanche\",\n                \"debout\",\n                \"xamp160\"\n            ],\n            \"fr_FR\": [\n                \"debout\",\n                \"positionnement\",\n                \"xamp160\"\n            ],\n            \"es_MX\": [\n                \"xamp160\"\n            ],\n            \"de_DE\": [\n                \"xamp160\"\n            ],\n            \"nl_NL\": [\n                \"xamp160\"\n            ],\n            \"pt_PT\": [\n                \"xamp160\"\n            ]\n        },\n        \"modules\": [\n            \"AMP\"\n        ],\n        \"images\": {\n            \"photo_start\": [\n                \"https://v4-images.s3.ca-central-1.amazonaws.com/dc82dabdf48db727055bb8852aaa60d827472700%201510849398\"\n            ],\n            \"photo_end\": [\n                \"https://v4-images.s3.ca-central-1.amazonaws.com/c75f8e0da6f6efa0b3d63759269fe30127477600%201510849398\"\n            ],\n            \"photo_thumbnail\": [\n                \"https://v4-images.s3.ca-central-1.amazonaws.com/8d39d9654e40b41c7307ee3fc90c012327481400%201510849398\"\n            ]\n        },\n        \"videos\": {\n            \"generic\": {\n                \"host\": \"SproutVideo\",\n                \"embed_code\": \"d49adab31711e7c75c/e786a7c857c34d7c\"\n            }\n        }\n    }\n}"}],"_postman_id":"ea485aed-3c53-2643-8ab9-036581ead42d"},{"name":"Exercise using HEP ID","id":"925a2553-e1f0-4702-b587-f03ae978c1cb","request":{"method":"GET","header":[{"key":"api-token","value":"","description":"<p>Token obtained via authentication</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://exercise-api.wibbi.com/exercise/hep/:exercise","description":"<h2 id=\"get-a-specific-exercise\">Get a specific exercise</h2>\n<p>Returns a specific exercise by passing the HEP exercise id</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Name</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Permission Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Exercise</td>\n<td>GET</td>\n<td>get_exercise</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}},"urlObject":{"path":["exercise","hep",":exercise"],"host":["https://exercise-api.wibbi.com"],"query":[],"variable":[{"id":"d88b5d54-0f15-436f-8e4a-d71de4febf5f","type":"any","value":"","key":"exercise"}]}},"response":[{"id":"772dd3b7-0542-4853-8220-912a792ce873","name":"Get Exercise of id `1`","originalRequest":{"method":"GET","header":[{"key":"api-token","value":"","description":"Token obtained via authentication"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://exercise-api.wibbi.com/exercise/hep/:exercise","host":["https://exercise-api.wibbi.com"],"path":["exercise","hep",":exercise"],"variable":[{"key":"exercise","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","description":""},{"key":"Connection","value":"keep-alive","description":""},{"key":"Content-Encoding","value":"gzip","description":""},{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Wed, 08 Nov 2017 01:09:08 GMT","description":""},{"key":"Server","value":"nginx/1.13.3","description":""},{"key":"Transfer-Encoding","value":"chunked","description":""},{"key":"Vary","value":"Accept-Encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"rank\": 4294967295,\n        \"popularity\": 0,\n        \"category\": \"Positioning\",\n        \"codes\": [\n            \"AMP1\"\n        ],\n        \"content\": {\n            \"en_US\": {\n                \"name\": \"Standing positioning\",\n                \"description\": \"Femoral amputee / Standing positioning\",\n                \"instruction\": \"While you are standing, avoid resting your amputated leg on the handle of the crutch.\"\n            },\n            \"es_MX\": {\n                \"name\": \"XAMP160\",\n                \"description\": \"Amputado femoral- Posición parado\",\n                \"instruction\": \"- Cuando usted esté parado, evite reposar su pierna amputada en la empuñadura de la muleta axilar.\"\n            },\n            \"fr_CA\": {\n                \"name\": \"Positionnement debout\",\n                \"description\": \"Amputé fémoral / Positionnement debout\",\n                \"instruction\": \"Lorsque vous êtes debout, évitez de reposer votre jambe amputée sur la poignée de la béquille axillaire.\"\n            },\n            \"fr_FR\": {\n                \"name\": \"Positionnement debout\",\n                \"description\": \"Amputé fémoral / Positionnement debout\",\n                \"instruction\": \"Lorsque vous êtes debout, évitez de reposer votre jambe amputée sur la poignée de la béquille axillaire.\"\n            }\n        },\n        \"keywords\": {\n            \"en_US\": [\n                \"positioning\",\n                \"hip\",\n                \"standing\",\n                \"lower\",\n                \"limbs\",\n                \"webptlogo\",\n                \"xamp160\"\n            ],\n            \"fr_CA\": [\n                \"positionnement\",\n                \"hanche\",\n                \"debout\",\n                \"xamp160\"\n            ],\n            \"fr_FR\": [\n                \"debout\",\n                \"positionnement\",\n                \"xamp160\"\n            ],\n            \"es_MX\": [\n                \"xamp160\"\n            ],\n            \"de_DE\": [\n                \"xamp160\"\n            ],\n            \"nl_NL\": [\n                \"xamp160\"\n            ],\n            \"pt_PT\": [\n                \"xamp160\"\n            ]\n        },\n        \"modules\": [\n            \"AMP\"\n        ],\n        \"images\": {\n            \"photo_start\": [\n                \"https://v4-images.s3.ca-central-1.amazonaws.com/dc82dabdf48db727055bb8852aaa60d827472700%201510849398\"\n            ],\n            \"photo_end\": [\n                \"https://v4-images.s3.ca-central-1.amazonaws.com/c75f8e0da6f6efa0b3d63759269fe30127477600%201510849398\"\n            ],\n            \"photo_thumbnail\": [\n                \"https://v4-images.s3.ca-central-1.amazonaws.com/8d39d9654e40b41c7307ee3fc90c012327481400%201510849398\"\n            ]\n        },\n        \"videos\": {\n            \"generic\": {\n                \"host\": \"SproutVideo\",\n                \"embed_code\": \"d49adab31711e7c75c/e786a7c857c34d7c\"\n            }\n        }\n    }\n}"}],"_postman_id":"925a2553-e1f0-4702-b587-f03ae978c1cb"},{"name":"Exercises","id":"70598b26-9d54-6353-e5a0-692f3b6f561b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-token","value":""}],"url":"https://exercise-api.wibbi.com/exercises?limit=2&offset=5&module=AMP","description":"<h2 id=\"get-all-exercises\">Get all exercises</h2>\n<p>Returns a list of all exercises available to the partner</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Name</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Permission Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Exercises</td>\n<td>GET</td>\n<td>get_exercises</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}},"urlObject":{"path":["exercises"],"host":["https://exercise-api.wibbi.com"],"query":[{"description":{"content":"<p>Set the amount of results that you want to get. Maximum=100</p>\n","type":"text/plain"},"key":"limit","value":"2"},{"description":{"content":"<p>Set the offset of the first id you want to receive.</p>\n","type":"text/plain"},"key":"offset","value":"5"},{"description":{"content":"<p>When set, the response is filtered to return only exercises belonging to the specified module</p>\n","type":"text/plain"},"key":"module","value":"AMP"}],"variable":[]}},"response":[{"id":"a1d7940b-ee05-b7b1-6c4a-19b6035b1f0f","name":"List of exercises with a limit of 2","originalRequest":{"method":"GET","header":[{"key":"api-token","value":"","description":"Token obtained via authentication"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://exercise-api.wibbi.com/exercises?limit=2&offset=","host":["https://exercise-api.wibbi.com"],"path":["exercises"],"query":[{"key":"limit","value":"2","description":"Set the amount of results that you want to get. Maximum=100"},{"key":"offset","value":"","description":"Set the offset of the first id you want to receive."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"","enabled":true},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","enabled":true},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","enabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true},{"key":"Date","value":"Fri, 24 Nov 2017 16:20:11 GMT","name":"Date","description":"","enabled":true},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":"","enabled":true},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","enabled":true}],"cookie":[],"responseTime":"129","body":"{\"count\":2,\"total\":9641,\"data\":[{\"id\":1,\"rank\":4294967295,\"popularity\":0,\"category\":\"Positioning\",\"codes\":[\"AMP1\"],\"content\":{\"en_US\":{\"name\":\"Standing positioning\",\"description\":\"Femoral amputee \\/ Standing positioning\",\"instruction\":\"While you are standing, avoid resting your amputated leg on the handle of the crutch.\"},\"es_MX\":{\"name\":\"XAMP160\",\"description\":\"Amputado femoral- Posici\\u00f3n parado\",\"instruction\":\"- Cuando usted est\\u00e9 parado, evite reposar su pierna amputada en la empu\\u00f1adura de la muleta axilar.\"},\"fr_CA\":{\"name\":\"Positionnement debout\",\"description\":\"Amput\\u00e9 f\\u00e9moral \\/ Positionnement debout\",\"instruction\":\"Lorsque vous \\u00eates debout, \\u00e9vitez de reposer votre jambe amput\\u00e9e sur la poign\\u00e9e de la b\\u00e9quille axillaire.\"},\"fr_FR\":{\"name\":\"Positionnement debout\",\"description\":\"Amput\\u00e9 f\\u00e9moral \\/ Positionnement debout\",\"instruction\":\"Lorsque vous \\u00eates debout, \\u00e9vitez de reposer votre jambe amput\\u00e9e sur la poign\\u00e9e de la b\\u00e9quille axillaire.\"}},\"keywords\":{\"en_US\":[\"positioning\",\"hip\",\"standing\",\"lower\",\"limbs\",\"webptlogo\",\"xamp160\"],\"fr_CA\":[\"positionnement\",\"hanche\",\"debout\",\"xamp160\"],\"fr_FR\":[\"debout\",\"positionnement\",\"xamp160\"],\"es_MX\":[\"xamp160\"],\"de_DE\":[\"xamp160\"],\"nl_NL\":[\"xamp160\"],\"pt_PT\":[\"xamp160\"]},\"modules\":[\"AMP\"],\"images\":{\"photo_start\":[\"https:\\/\\/v4-images.s3.ca-central-1.amazonaws.com\\/d5332b367314027ea5f611e89c9445b8jpg\"],\"photo_end\":[\"https:\\/\\/v4-images.s3.ca-central-1.amazonaws.com\\/5898922e6ff66c05433bc2f5ef7ad437jpg\"],\"photo_thumbnail\":[\"https:\\/\\/v4-images.s3.ca-central-1.amazonaws.com\\/7f9567f01093c13210b1458ac1747bc9jpg\"]},\"videos\":{\"generic\":{\"host\":\"SproutVideo\",\"embed_code\":\"d49adab31711e7c75c\\/e786a7c857c34d7c\"}}},{\"id\":2,\"rank\":4294967295,\"popularity\":0,\"category\":\"Balance\",\"codes\":[\"AMP2\"],\"content\":{\"en_US\":{\"name\":\"Walking with walker\",\"description\":\"Femoral amputee \\/ functional activities without prosthesis \\/ walking with walker\",\"instruction\":\"Stand with a walker in front of you and place your two hands on the handles.Take a step with your non-amputated leg bringing it to the midpoint of the walker. Do not bring it further ahead or you may risk losing your balance. Your amputated leg must remain straight.\"},\"es_MX\":{\"name\":\"XAMP164\",\"description\":\"Amputado femoral- actividades funcionales sin pr\\u00f3tesis- caminar con el andador.\",\"instruction\":\"- P\\u00f3ngase de pie con el andador delante de usted y apoye sus dos manos en las empu\\u00f1aduras del andador. - D\\u00e9 un paso adelante con la pierna no amputada como m\\u00e1ximo hasta la mitad del andador; si no, usted corre el riesgo de perder el equilibrio. Su pierna amputada debe permanecer alineada hacia abajo.\"},\"fr_CA\":{\"name\":\"Marche avec marchette\",\"description\":\"Amput\\u00e9 f\\u00e9moral \\/ activit\\u00e9s fonctionnelles sans proth\\u00e8se \\/ marche avec marchette\",\"instruction\":\"Mettez-vous debout, la marchette devant vous, vos 2 mains en appui sur les poign\\u00e9es.Faites un pas avec votre jambe non amput\\u00e9e jusqu\\u00c2'\\u00e0 la moiti\\u00e9 de la marchette au maximum sinon vous risquez de perdre l\\u00c2'\\u00e9quilibre. Votre jambe amput\\u00e9e doit rester align\\u00e9e vers le bas.\"},\"fr_FR\":{\"name\":\"Marche avec marchette\",\"description\":\"Amput\\u00e9 f\\u00e9moral \\/ activit\\u00e9s fonctionnelles sans proth\\u00e8se \\/ marche avec marchette\",\"instruction\":\"Mettez-vous debout, la marchette devant vous, vos 2 mains en appui sur les poign\\u00e9es.Faites un pas avec votre jambe non amput\\u00e9e jusqu\\u00c2'\\u00e0 la moiti\\u00e9 de la marchette au maximum sinon vous risquez de perdre l\\u00c2'\\u00e9quilibre. Votre jambe amput\\u00e9e doit rester align\\u00e9e vers le bas.\"}},\"keywords\":{\"en_US\":[\"positioning\",\"hip\",\"standing\",\"lower\",\"limbs\",\"webptlogo\",\"nesapi\",\"superior\",\"balance\",\"ambulation\",\"stairs\",\"body\",\"general\",\"walking\",\"walker\",\"with\",\"xamp164\"],\"fr_CA\":[\"debout\",\"nesapi\",\"superior\",\"marche\",\"escaliers\",\"corps\",\"g\\u00e9n\\u00e9ral\",\"marchette\",\"equilibre\",\"avec\",\"xamp164\"],\"fr_FR\":[\"debout\",\"nesapi\",\"superior\",\"marche\",\"escaliers\",\"corps\",\"g\\u00e9n\\u00e9ral\",\"marchette\",\"equilibre\",\"avec\",\"xamp164\"],\"es_MX\":[\"nesapi\",\"superior\",\"xamp164\"],\"de_DE\":[\"xamp164\"],\"nl_NL\":[\"xamp164\"],\"pt_PT\":[\"xamp164\"]},\"modules\":[\"AMP\"],\"images\":{\"photo_start\":[\"https:\\/\\/v4-images.s3.ca-central-1.amazonaws.com\\/93bcd42e9f9f01d56906f253df9525b0jpg\"],\"photo_end\":[\"https:\\/\\/v4-images.s3.ca-central-1.amazonaws.com\\/72585e00d30e2d87f913b1013ff7b195jpg\"],\"photo_thumbnail\":[\"https:\\/\\/v4-images.s3.ca-central-1.amazonaws.com\\/a9a6883d4b86c7fd04a4902b0a6d233cjpg\"]},\"videos\":{\"generic\":{\"host\":\"SproutVideo\",\"embed_code\":\"4c9adab21f18e2c4c4\\/92b3ac30519597ec\"}}}]}"}],"_postman_id":"70598b26-9d54-6353-e5a0-692f3b6f561b"},{"name":"From-hep","id":"63d35ef7-4410-4954-8b57-163f3e069880","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Token obtained via authentication</p>\n","key":"api-token","value":""}],"url":"https://exercise-api.wibbi.com/exercise/from-hep/:exercise","description":"<h2 id=\"get-a-specific-wibbi-exercise-id\">Get a specific WIBBI exercise id</h2>\n<p>Returns the id of WIBBI exercise by passing a specific exercise id.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Name</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Permission required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>From-hep</td>\n<td>GET</td>\n<td>get_wibbi_exercise</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}},"urlObject":{"path":["exercise","from-hep",":exercise"],"host":["https://exercise-api.wibbi.com"],"query":[],"variable":[{"description":{"content":"<p>Id of the exercise</p>\n","type":"text/plain"},"type":"string","value":"1","key":"exercise"}]}},"response":[],"_postman_id":"63d35ef7-4410-4954-8b57-163f3e069880"},{"name":"To-hep","id":"cccf52c0-5f00-4fe7-a2fa-2a87bca24690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-token","value":"","description":"<p>Token obtained via authentication</p>\n"}],"url":"https://exercise-api.wibbi.com/exercise/to-hep/:exercise","description":"<h2 id=\"get-a-specific-hep-exercise-id\">Get a specific HEP exercise Id</h2>\n<p>Returns the Id of HEP exercise id by passing a specific exercise id.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Name</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Permission Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>To-hep</td>\n<td>GET</td>\n<td>get_hep_exercise</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}},"urlObject":{"path":["exercise","to-hep",":exercise"],"host":["https://exercise-api.wibbi.com"],"query":[],"variable":[{"description":{"content":"<p>Id of the exercise</p>\n","type":"text/plain"},"type":"string","value":"1","key":"exercise"}]}},"response":[],"_postman_id":"cccf52c0-5f00-4fe7-a2fa-2a87bca24690"}],"id":"870722f4-1672-4c90-9ffe-a36abde0311c","description":"<p>This folder contain all the requests related to getting information about exercises.</p>\n","_postman_id":"870722f4-1672-4c90-9ffe-a36abde0311c","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}}},{"name":"Locale","item":[{"name":"Locale","id":"9374acd1-c157-44c8-083e-e51827e80874","request":{"method":"GET","header":[{"key":"api-token","value":"","description":"<p>Token obtained via authentication</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://exercise-api.wibbi.com/locale/:locale","description":"<h2 id=\"get-a-specific-locale\">Get a specific locale</h2>\n<p>It will returns the specified locale's name and language.</p>\n<p>Locale can be found by requesting their <strong>id</strong> or their <strong>name</strong>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Name</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Permission Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Locale</td>\n<td>GET</td>\n<td>get_locale</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}},"urlObject":{"path":["locale",":locale"],"host":["https://exercise-api.wibbi.com"],"query":[],"variable":[{"description":{"content":"<p>Locale ID or locale name</p>\n","type":"text/plain"},"type":"any","value":"en_US","key":"locale"}]}},"response":[{"id":"43847e3b-1680-678d-4111-57528d79c854","name":"Retrieve locale 'en_US'","originalRequest":{"method":"GET","header":[{"key":"api-token","value":"","disabled":false,"description":"Token obtained via authentication"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://exercise-api.wibbi.com/locale/:locale","host":["https://exercise-api.wibbi.com"],"path":["locale",":locale"],"variable":[{"key":"locale","value":"en_US","description":"Locale ID or locale name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"","enabled":true},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","enabled":true},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","enabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true},{"key":"Date","value":"Fri, 24 Nov 2017 16:15:41 GMT","name":"Date","description":"","enabled":true},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":"","enabled":true},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","enabled":true}],"cookie":[],"responseTime":"44","body":"{\"data\":{\"name\":\"en_US\",\"language\":\"English\"}}"}],"_postman_id":"9374acd1-c157-44c8-083e-e51827e80874"},{"name":"Locales","id":"3a905303-94e6-27ae-aeb0-226f270395ea","request":{"method":"GET","header":[{"key":"api-token","value":"","description":"<p>Token obtained via authentication</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://exercise-api.wibbi.com/locales","description":"<h2 id=\"get-a-list-of-all-locales\">Get a list of all locales</h2>\n<p>Returns a list of all available locales names and languages.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Name</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Permission Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Locales</td>\n<td>GET</td>\n<td>get_locales</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}},"urlObject":{"path":["locales"],"host":["https://exercise-api.wibbi.com"],"query":[],"variable":[]}},"response":[{"id":"25a6eb5c-e38a-dd41-0ccf-4f0965e877ac","name":"Retrieve list of available locales","originalRequest":{"method":"GET","header":[{"key":"api-token","value":"","disabled":false,"description":"Token obtained via authentication"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.wibbi.com/locales"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"","enabled":true},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","enabled":true},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","enabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true},{"key":"Date","value":"Fri, 24 Nov 2017 16:16:48 GMT","name":"Date","description":"","enabled":true},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":"","enabled":true},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","enabled":true}],"cookie":[],"responseTime":"35","body":"{\"total\":8,\"data\":[{\"name\":\"en_US\",\"language\":\"English\"},{\"name\":\"fr_FR\",\"language\":\"French\"},{\"name\":\"fr_CA\",\"language\":\"French\"},{\"name\":\"es_MX\",\"language\":\"Spanish\"},{\"name\":\"nl_NL\",\"language\":\"Dutch\"},{\"name\":\"de_DE\",\"language\":\"German\"},{\"name\":\"pt_PT\",\"language\":\"Portuguese\"},{\"name\":\"hu_HU\",\"language\":null}]}"}],"_postman_id":"3a905303-94e6-27ae-aeb0-226f270395ea"}],"id":"15415087-edfb-42b6-aa23-c5409154d032","description":"<p>This folder contain all the requests related to getting information about the locale.</p>\n","_postman_id":"15415087-edfb-42b6-aa23-c5409154d032","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}}},{"name":"Module","item":[{"name":"Module","id":"bce62acc-4685-5bf6-3fae-adec1825fce2","request":{"method":"GET","header":[{"key":"api-token","value":"","description":"<p>Token obtained via authentication</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://exercise-api.wibbi.com/module/:module","description":"<h2 id=\"get-a-specific-module\">Get a specific module</h2>\n<p>Returns the specific module requested (name and code).</p>\n<p>Modules can be requested by using the <strong>id</strong> or the <strong>code</strong>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Name</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Permission Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Module</td>\n<td>GET</td>\n<td>get_module</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}},"urlObject":{"path":["module",":module"],"host":["https://exercise-api.wibbi.com"],"query":[],"variable":[{"description":{"content":"<p>Code of the specific module to see</p>\n","type":"text/plain"},"type":"any","value":"amp","key":"module"}]}},"response":[{"id":"89254f1b-cdac-69ad-1c1e-b410dbc9dad9","name":"Retrieve module `AMP`","originalRequest":{"method":"GET","header":[{"key":"api-token","value":"","description":"Token obtained via authentication"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://exercise-api.wibbi.com/module/:module","host":["https://exercise-api.wibbi.com"],"path":["module",":module"],"variable":[{"key":"module","value":"amp","description":"Code of the specific module to see"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"","enabled":true},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","enabled":true},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","enabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true},{"key":"Date","value":"Fri, 24 Nov 2017 16:21:04 GMT","name":"Date","description":"","enabled":true},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":"","enabled":true},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","enabled":true}],"cookie":[],"responseTime":"69","body":"{\"data\":{\"name\":\"Amputee \\/ femoral\",\"code\":\"AMP\"}}"}],"_postman_id":"bce62acc-4685-5bf6-3fae-adec1825fce2"},{"name":"Modules","id":"44f2a5e9-61fd-4d79-802b-06b0533e4ef0","request":{"method":"GET","header":[{"key":"api-token","value":"","description":"<p>Token obtained via authentication</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://exercise-api.wibbi.com/modules","description":"<h2 id=\"get-a-list-of-all-modules\">Get a list of all modules</h2>\n<p>Returns a list of all modules (name and code) available to the partner.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Name</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Permission Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Modules</td>\n<td>GET</td>\n<td>get_modules</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}},"urlObject":{"path":["modules"],"host":["https://exercise-api.wibbi.com"],"query":[],"variable":[]}},"response":[{"id":"90a5386c-f0e8-afaa-5a2a-9b4636cad903","name":"Retrieve list of modules","originalRequest":{"method":"GET","header":[{"key":"api-token","value":"","description":"Token obtained via authentication"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.wibbi.com/modules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"","enabled":true},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","enabled":true},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","enabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true},{"key":"Date","value":"Fri, 24 Nov 2017 16:21:20 GMT","name":"Date","description":"","enabled":true},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":"","enabled":true},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","enabled":true}],"cookie":[],"responseTime":"53","body":"{\"total\":91,\"data\":[{\"name\":\"Education\\/Stroke\",\"code\":\"ACV\"},{\"name\":\"Airrosti Rehab\",\"code\":\"AIR\"},{\"name\":\"ambrogio\",\"code\":\"AMB\"},{\"name\":\"Amputee \\/ femoral\",\"code\":\"AMP\"},{\"name\":\"Amputee \\/ tibial\",\"code\":\"AMT\"},{\"name\":\"Education\\/Anatomy\",\"code\":\"ANA\"},{\"name\":\"APPI Pilates\",\"code\":\"APP\"},{\"name\":\"Aquatherapy\",\"code\":\"AQU\"},{\"name\":\"Muscle relaxation\",\"code\":\"ASM\"},{\"name\":\"Accu-Stretch\",\"code\":\"AST\"},{\"name\":\"Education\\/ADL\",\"code\":\"AVQ\"},{\"name\":\"Back In Motion\",\"code\":\"BAC\"},{\"name\":\"Ball\\/Flexibilty\",\"code\":\"BAL\"},{\"name\":\"Bariatrics\",\"code\":\"BAR\"},{\"name\":\"Cardio\",\"code\":\"CAR\"},{\"name\":\"Cardio Hop.\",\"code\":\"CH\"},{\"name\":\"cardiopulmonary\",\"code\":\"CRE\"},{\"name\":\"Canine\",\"code\":\"DOG\"},{\"name\":\"Warm-up\",\"code\":\"ECH\"},{\"name\":\"Equipment\",\"code\":\"EQU\"},{\"name\":\"Occupational Therapy\",\"code\":\"ERG\"},{\"name\":\"FF - Core Stabilisation\",\"code\":\"FFC\"},{\"name\":\"FF - Game Official\",\"code\":\"FFG\"},{\"name\":\"FF - Stability\\/Mobility\",\"code\":\"FFS\"},{\"name\":\"FF - Tennis\",\"code\":\"FFT\"},{\"name\":\"Flexibility\",\"code\":\"FLE\"},{\"name\":\"FMS\",\"code\":\"FMS\"},{\"name\":\"Orthopaedics\",\"code\":\"GEN\"},{\"name\":\"Geriatrics\",\"code\":\"GER\"},{\"name\":\"GoldCoast\",\"code\":\"GOL\"},{\"name\":\"Gray Institute\",\"code\":\"GRA\"},{\"name\":\"Hand Therapy\",\"code\":\"HAN\"},{\"name\":\"HCE Exercises\",\"code\":\"HCE\"},{\"name\":\"HCE PT Techniques\",\"code\":\"HCP\"},{\"name\":\"HCE Patient Tips\",\"code\":\"HCT\"},{\"name\":\"HWO\",\"code\":\"HWO\"},{\"name\":\"Korefit\",\"code\":\"KOR\"},{\"name\":\"Leader Fit\",\"code\":\"LEA\"},{\"name\":\"Matrix\",\"code\":\"MAT\"},{\"name\":\"mhs fms\",\"code\":\"MHS\"},{\"name\":\"M.E.L.T.\",\"code\":\"MLT\"},{\"name\":\"SFMA\",\"code\":\"MSH\"},{\"name\":\"Neurology\",\"code\":\"NEU\"},{\"name\":\"New\",\"code\":\"NEW\"},{\"name\":\"nonr\",\"code\":\"ORT\"},{\"name\":\"PhysioBREATHE\",\"code\":\"PBR\"},{\"name\":\"Pediatrics\",\"code\":\"PED\"},{\"name\":\"Movement Restoration B\\/C\",\"code\":\"PEN\"},{\"name\":\"Pelvicology\",\"code\":\"PFL\"},{\"name\":\"Plyometrics\",\"code\":\"PIL\"},{\"name\":\"Pregnancy\",\"code\":\"PRE\"},{\"name\":\"Protocols\",\"code\":\"PRO\"},{\"name\":\"Pediatric Speech \",\"code\":\"PSP\"},{\"name\":\"Pilates\",\"code\":\"PTE\"},{\"name\":\"PT Pros\",\"code\":\"PTP\"},{\"name\":\"PWR\",\"code\":\"PWR\"},{\"name\":\"Strengthening\",\"code\":\"REN\"},{\"name\":\"Recumbent Patient\",\"code\":\"REP\"},{\"name\":\"Resistance chair\",\"code\":\"RES\"},{\"name\":\"Rehab in Motion\",\"code\":\"RIM\"},{\"name\":\"RockTape\",\"code\":\"ROC\"},{\"name\":\"Sherwood\",\"code\":\"SHE\"},{\"name\":\"Simulation module\",\"code\":\"SMM\"},{\"name\":\"Speech\",\"code\":\"SPE\"},{\"name\":\".StrongPosture\\u00c2\\u00ae\",\"code\":\"STE\"},{\"name\":\"Speech Therapy\",\"code\":\"STH\"},{\"name\":\"Education\\/Safety\",\"code\":\"SUR\"},{\"name\":\"test neu\",\"code\":\"TEN\"},{\"name\":\"Vestibular\",\"code\":\"VES\"},{\"name\":\"YogaFit\",\"code\":\"YOG\"},{\"name\":\"ZZZ Vestibular\",\"code\":\"ZVE\"},{\"name\":\"MTE Cervical\\/Thoracic spine\",\"code\":\"CTS\"},{\"name\":\"APPI Education\",\"code\":\"APE\"},{\"name\":\"Kinetic Control\",\"code\":\"KCO\"},{\"name\":\"KIMA\",\"code\":\"KIM\"},{\"name\":\"MTE Lumbar Spine\\/Pelvis\",\"code\":\"LSP\"},{\"name\":\"MTE Multi Region Core \",\"code\":\"MRC\"},{\"name\":\"MTE\",\"code\":\"MTE\"},{\"name\":\"OH Assist\",\"code\":\"OHA\"},{\"name\":\".StrongPosture\",\"code\":\"STP\"},{\"name\":\"Airrosti Orthopaedics\",\"code\":\"AGEN\"},{\"name\":\"Fitness\",\"code\":\"FIT\"},{\"name\":\"Resilient\",\"code\":\"REL\"},{\"name\":\"Professional Umpires\",\"code\":\"UMP\"},{\"name\":\"Moore PT\",\"code\":\"MPT\"},{\"name\":\"NECC\",\"code\":\"NECC\"},{\"name\":\"Spinecor\",\"code\":\"SPI\"},{\"name\":\"Shift concussion\",\"code\":\"OCU\"},{\"name\":\"Four Leg - Laurie Edge-Hughes\",\"code\":\"FLR\"},{\"name\":\"AIRROSTI_BACKUP_2\",\"code\":\"BAK_2\"},{\"name\":\"AIRROSTI_BACKUP_83\",\"code\":\"BAK_83\"}]}"}],"_postman_id":"44f2a5e9-61fd-4d79-802b-06b0533e4ef0"}],"id":"5d57cbc4-66a3-4f9d-a802-4ba91a0ec102","description":"<p>This folder contains requests related to getting information about modules.</p>\n","_postman_id":"5d57cbc4-66a3-4f9d-a802-4ba91a0ec102","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}}},{"name":"Partner","item":[{"name":"Partner","id":"8da668c4-60d8-2255-f33c-5d1751de1689","request":{"method":"GET","header":[{"key":"api-token","value":"","description":"<p>Token obtained via authentication</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://exercise-api.wibbi.com/partner/:partner","description":"<h2 id=\"get-a-specific-partner\">Get a specific partner</h2>\n<p>Returns the specific user that has a role of partner.</p>\n<p>The information that will be returned are specific to this partner:</p>\n<ul>\n<li>Partner's information (id, username, first_name, last_name)</li>\n<li>The modules accessible</li>\n<li>The locales available</li>\n<li>The permissions available</li>\n<li>The status (see below for the meaning of each status)<ul>\n<li>Fresh: Freshly created</li>\n<li>Active: Subject is active</li>\n<li>Trial: Subject is on active trial</li>\n<li>Suspended: Subject is suspended</li>\n</ul>\n</li>\n<li>Creation date</li>\n<li>Last login</li>\n</ul>\n<p>Partners can be found by requesting their <strong>id</strong> or their <strong>username</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Name</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Permission Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Partner</td>\n<td>GET</td>\n<td>get_partner</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}},"urlObject":{"path":["partner",":partner"],"host":["https://exercise-api.wibbi.com"],"query":[],"variable":[{"type":"any","value":"1","key":"partner"}]}},"response":[{"id":"6ef54ce1-85d1-4cdb-63cd-f6ee5228a245","name":"Retrieve information on partner of id 1","originalRequest":{"method":"GET","header":[{"key":"api-token","value":"","description":"Token obtained via authentication"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://exercise-api.wibbi.com/partner/:partner","host":["https://exercise-api.wibbi.com"],"path":["partner",":partner"],"variable":[{"key":"partner","value":"1","description":"Id of partner"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"","enabled":true},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","enabled":true},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","enabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true},{"key":"Date","value":"Fri, 24 Nov 2017 16:18:20 GMT","name":"Date","description":"","enabled":true},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":"","enabled":true},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","enabled":true}],"cookie":[],"responseTime":"123","body":"{\"data\":{\"id\":1,\"username\":\"test\",\"first_name\":\"FirstName\",\"last_name\":\"LastName\",\"modules\":[\"ACV\",\"AIR\",\"AMB\",\"AMP\",\"AMT\",\"ANA\",\"APP\",\"AQU\",\"ASM\",\"AST\",\"AVQ\",\"BAC\",\"BAL\",\"BAR\",\"CAR\",\"CH\",\"CRE\",\"DOG\",\"ECH\",\"EQU\",\"ERG\",\"FFC\",\"FFG\",\"FFS\",\"FFT\",\"FLE\",\"FMS\",\"GEN\",\"GER\",\"GOL\",\"GRA\",\"HAN\",\"HCE\",\"HCP\",\"HCT\",\"HWO\",\"KOR\",\"LEA\",\"MAT\",\"MHS\",\"MLT\",\"MSH\",\"NEU\",\"NEW\",\"ORT\",\"PBR\",\"PED\",\"PEN\",\"PFL\",\"PIL\",\"PRE\",\"PRO\",\"PSP\",\"PTE\",\"PTP\",\"PWR\",\"REN\",\"REP\",\"RES\",\"RIM\",\"ROC\",\"SHE\",\"SMM\",\"SPE\",\"STE\",\"STH\",\"SUR\",\"TEN\",\"VES\",\"YOG\",\"ZVE\",\"CTS\",\"APE\",\"KCO\",\"KIM\",\"LSP\",\"MRC\",\"MTE\",\"OHA\",\"STP\",\"AGEN\",\"FIT\",\"REL\",\"UMP\",\"MPT\",\"NECC\",\"SPI\",\"OCU\",\"FLR\",\"BAK_2\",\"BAK_83\"],\"locales\":[\"en_US\",\"fr_FR\",\"fr_CA\",\"es_MX\",\"nl_NL\",\"de_DE\",\"pt_PT\",\"hu_HU\"],\"permissions\":[\"get_exercise\",\"get_exercises\",\"get_locale\",\"get_locales\",\"get_module\",\"get_modules\",\"get_partners\",\"get_partner\",\"create_partner\"],\"status\":\"Fresh\",\"created_at\":\"2017-11-17 20:06:41\",\"last_login\":\"2017-11-24 16:16:45\"}}"},{"id":"31b17c44-edb3-cb24-f91d-1d175861f081","name":"Retrienve partner's information from username","originalRequest":{"method":"GET","header":[{"key":"api-token","value":"","disabled":false,"description":"Token obtained via authentication"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://exercise-api.wibbi.com/partner/:partner","host":["https://exercise-api.wibbi.com"],"path":["partner",":partner"],"variable":[{"key":"partner","value":"test","description":"username of partner"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"","enabled":true},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","enabled":true},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","enabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true},{"key":"Date","value":"Fri, 24 Nov 2017 16:18:44 GMT","name":"Date","description":"","enabled":true},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":"","enabled":true},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","enabled":true}],"cookie":[],"responseTime":"50","body":"{\"data\":{\"id\":1,\"username\":\"test\",\"first_name\":\"FirstName\",\"last_name\":\"LastName\",\"modules\":[\"ACV\",\"AIR\",\"AMB\",\"AMP\",\"AMT\",\"ANA\",\"APP\",\"AQU\",\"ASM\",\"AST\",\"AVQ\",\"BAC\",\"BAL\",\"BAR\",\"CAR\",\"CH\",\"CRE\",\"DOG\",\"ECH\",\"EQU\",\"ERG\",\"FFC\",\"FFG\",\"FFS\",\"FFT\",\"FLE\",\"FMS\",\"GEN\",\"GER\",\"GOL\",\"GRA\",\"HAN\",\"HCE\",\"HCP\",\"HCT\",\"HWO\",\"KOR\",\"LEA\",\"MAT\",\"MHS\",\"MLT\",\"MSH\",\"NEU\",\"NEW\",\"ORT\",\"PBR\",\"PED\",\"PEN\",\"PFL\",\"PIL\",\"PRE\",\"PRO\",\"PSP\",\"PTE\",\"PTP\",\"PWR\",\"REN\",\"REP\",\"RES\",\"RIM\",\"ROC\",\"SHE\",\"SMM\",\"SPE\",\"STE\",\"STH\",\"SUR\",\"TEN\",\"VES\",\"YOG\",\"ZVE\",\"CTS\",\"APE\",\"KCO\",\"KIM\",\"LSP\",\"MRC\",\"MTE\",\"OHA\",\"STP\",\"AGEN\",\"FIT\",\"REL\",\"UMP\",\"MPT\",\"NECC\",\"SPI\",\"OCU\",\"FLR\",\"BAK_2\",\"BAK_83\"],\"locales\":[\"en_US\",\"fr_FR\",\"fr_CA\",\"es_MX\",\"nl_NL\",\"de_DE\",\"pt_PT\",\"hu_HU\"],\"permissions\":[\"get_exercise\",\"get_exercises\",\"get_locale\",\"get_locales\",\"get_module\",\"get_modules\",\"get_partners\",\"get_partner\",\"create_partner\"],\"status\":\"Fresh\",\"created_at\":\"2017-11-17 20:06:41\",\"last_login\":\"2017-11-24 16:16:45\"}}"}],"_postman_id":"8da668c4-60d8-2255-f33c-5d1751de1689"},{"name":"Partner","id":"48c3592e-aa98-b662-effe-76c9b615035e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-token","value":"","description":"<p>Token obtained via authentication</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"11","description":"<p>Id (Optional) Not passing an id will use the auto-incrementing id.</p>\n","type":"text","disabled":true},{"key":"username","value":"bosschiefamo","description":"<p>Username needs to be 6 characters in length and alphanumeric, with dashes.</p>\n","type":"text"},{"key":"password","value":"******","description":"<p>Password needs to be 6 characters in length</p>\n","type":"text"},{"key":"first_name","value":"Boss Chief","description":"<p>First name (Optional)</p>\n","type":"text"},{"key":"last_name","value":"Amo","description":"<p>Last name (Optional)</p>\n","type":"text"}]},"url":"https://exercise-api.wibbi.com/partner","description":"<h2 id=\"create-a-partner\">Create a partner</h2>\n<p>Create a partner and give him the default modules and permissions.</p>\n<p>The following fields are optional: first_name, last_name, id.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Name</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Permission Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Partner</td>\n<td>POST</td>\n<td>create_partner</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}},"urlObject":{"path":["partner"],"host":["https://exercise-api.wibbi.com"],"query":[],"variable":[]}},"response":[{"id":"97df8f9a-66db-f14b-ca2c-020223a5ab1a","name":"Create a partner","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"modules","value":"","description":"List of modules separated by comma","type":"text","disabled":true},{"key":"permissions","value":"api_get_exercise","description":"List of permissions separated by ocmma","type":"text","disabled":true},{"key":"id","value":"1","description":"Specific id of the partner","type":"text"},{"key":"name","value":"Mathieus business","description":"Name of the partner","type":"text"}]},"url":"https://exercise-api.wibbi.com/partner"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","enabled":true},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","enabled":true},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"","enabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true},{"key":"Date","value":"Wed, 08 Nov 2017 02:07:18 GMT","name":"Date","description":"","enabled":true},{"key":"Server","value":"nginx/1.13.3","name":"Server","description":"","enabled":true},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","enabled":true},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"","enabled":true}],"cookie":[],"responseTime":"405","body":"{\n    \"id\": 1510855970,\n    \"username\": \"test\",\n    \"first_name\": \"FirstName\",\n    \"last_name\": \"LastName\",\n    \"modules\": [\n        \"AMP\",\n        \"AMT\",\n        \"AQU\",\n        \"AVQ\",\n        \"BAR\",\n        \"CAR\",\n        \"ECH\",\n        \"FLE\",\n        \"GEN\",\n        \"GER\",\n        \"HAN\",\n        \"NEU\",\n        \"PED\",\n        \"PIL\",\n        \"PRE\",\n        \"PTE\",\n        \"REN\",\n        \"ROC\",\n        \"SPE\",\n        \"VES\",\n        \"YOG\"\n    ],\n    \"locales\": [\n        \"en_US\",\n        \"fr_FR\",\n        \"fr_CA\",\n        \"es_MX\",\n        \"nl_NL\",\n        \"de_DE\",\n        \"pt_PT\"\n    ],\n    \"permissions\": [\n        \"get_exercise\",\n        \"get_exercises\",\n        \"get_locale\",\n        \"get_locales\",\n        \"get_module\",\n        \"get_modules\"\n    ],\n    \"status\": \"Fresh\",\n    \"created_at\": \"2017-11-16 18:13:25\",\n    \"last_login\": null\n}"}],"_postman_id":"48c3592e-aa98-b662-effe-76c9b615035e"},{"name":"Partners","id":"bbd6463b-fc98-2373-d64f-5e3c8f45f788","request":{"method":"GET","header":[{"key":"api-token","value":"","description":"<p>Token obtained via authentication</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"https://exercise-api.wibbi.com/partners?offset&limit","description":"<h2 id=\"get-a-list-of-all-partners\">Get a list of all partners</h2>\n<p>Returns a list of all users that have the role partner.</p>\n<p>The information that will be returned are specific to each partner:</p>\n<ul>\n<li>Partner's information (id, username, first_name, last_name)</li>\n<li>The modules accessible</li>\n<li>The locales available</li>\n<li>The permissions available</li>\n<li>The status (see below for the meaning of each status)<ul>\n<li>Fresh: Freshly created</li>\n<li>Active: Subject is active</li>\n<li>Trial: Subject is on active trial</li>\n<li>Suspended: Subject is suspended</li>\n</ul>\n</li>\n<li>Creation date</li>\n<li>Last login</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Name</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Permission Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Partners</td>\n<td>GET</td>\n<td>get_partners</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}},"urlObject":{"path":["partners"],"host":["https://exercise-api.wibbi.com"],"query":[{"description":{"content":"<p>Set the offset of the first id you want to receive.</p>\n","type":"text/plain"},"key":"offset","value":null},{"description":{"content":"<p>Set the amount of results that you want to get. Maximum=100</p>\n","type":"text/plain"},"key":"limit","value":null}],"variable":[]}},"response":[{"id":"90fd429f-0fa5-f41b-39a8-f53702117680","name":"Get list of partners","originalRequest":{"method":"GET","header":[{"key":"api-token","value":"","disabled":false,"description":"Token obtained via authentication"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://exercise-api.wibbi.com/partners?limit&offset","host":["https://exercise-api.wibbi.com"],"path":["partners"],"query":[{"key":"limit","value":null,"description":"Set the amount of results that you want to get. Maximum=100"},{"key":"offset","value":null,"description":"Set the offset of the first id you want to receive."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"","enabled":true},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","enabled":true},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","enabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true},{"key":"Date","value":"Fri, 24 Nov 2017 16:20:38 GMT","name":"Date","description":"","enabled":true},{"key":"Server","value":"nginx/1.10.3 (Ubuntu)","name":"Server","description":"","enabled":true},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","enabled":true}],"cookie":[],"responseTime":"71","body":"{\"total\":9,\"data\":[{\"id\":1,\"username\":\"test1\",\"first_name\":\"FirstName\",\"last_name\":\"LastName\",\"modules\":[\"ACV\",\"AIR\",\"AMB\",\"AMP\",\"AMT\",\"ANA\",\"APP\",\"AQU\",\"ASM\",\"AST\",\"AVQ\",\"BAC\",\"BAL\",\"BAR\",\"CAR\",\"CH\",\"CRE\",\"DOG\",\"ECH\",\"EQU\",\"ERG\",\"FFC\",\"FFG\",\"FFS\",\"FFT\",\"FLE\",\"FMS\",\"GEN\",\"GER\",\"GOL\",\"GRA\",\"HAN\",\"HCE\",\"HCP\",\"HCT\",\"HWO\",\"KOR\",\"LEA\",\"MAT\",\"MHS\",\"MLT\",\"MSH\",\"NEU\",\"NEW\",\"ORT\",\"PBR\",\"PED\",\"PEN\",\"PFL\",\"PIL\",\"PRE\",\"PRO\",\"PSP\",\"PTE\",\"PTP\",\"PWR\",\"REN\",\"REP\",\"RES\",\"RIM\",\"ROC\",\"SHE\",\"SMM\",\"SPE\",\"STE\",\"STH\",\"SUR\",\"TEN\",\"VES\",\"YOG\",\"ZVE\",\"CTS\",\"APE\",\"KCO\",\"KIM\",\"LSP\",\"MRC\",\"MTE\",\"OHA\",\"STP\",\"AGEN\",\"FIT\",\"REL\",\"UMP\",\"MPT\",\"NECC\",\"SPI\",\"OCU\",\"FLR\",\"BAK_2\",\"BAK_83\"],\"locales\":[\"en_US\",\"fr_FR\",\"fr_CA\",\"es_MX\",\"nl_NL\",\"de_DE\",\"pt_PT\",\"hu_HU\"],\"permissions\":[\"get_exercise\",\"get_exercises\",\"get_locale\",\"get_locales\",\"get_module\",\"get_modules\",\"get_partners\",\"get_partner\",\"create_partner\"],\"status\":\"Fresh\",\"created_at\":\"2017-11-17 20:06:41\",\"last_login\":\"2017-11-24 16:19:50\"},{\"id\":2,\"username\":\"test2\",\"first_name\":\"FirstName\",\"last_name\":\"LastName\",\"modules\":[\"AMP\",\"AMT\",\"AQU\",\"AVQ\",\"BAR\",\"CAR\",\"ECH\",\"FLE\",\"GEN\",\"GER\",\"HAN\",\"NEU\",\"PED\",\"PIL\",\"PRE\",\"PTE\",\"REN\",\"ROC\",\"SPE\",\"VES\",\"YOG\"],\"locales\":[\"en_US\",\"fr_FR\",\"fr_CA\",\"es_MX\",\"nl_NL\",\"de_DE\",\"pt_PT\",\"hu_HU\"],\"permissions\":[\"get_exercise\",\"get_exercises\",\"get_locale\",\"get_locales\",\"get_module\",\"get_modules\"],\"status\":\"Fresh\",\"created_at\":\"2017-11-20 19:29:32\",\"last_login\":null},{\"id\":3,\"username\":\"test3\",\"first_name\":\"FirstName\",\"last_name\":\"LastName\",\"modules\":[\"AMP\",\"AMT\",\"AQU\",\"AVQ\",\"BAR\",\"CAR\",\"ECH\",\"FLE\",\"GEN\",\"GER\",\"HAN\",\"NEU\",\"PED\",\"PIL\",\"PRE\",\"PTE\",\"REN\",\"ROC\",\"SPE\",\"VES\",\"YOG\"],\"locales\":[\"en_US\",\"fr_FR\",\"fr_CA\",\"es_MX\",\"nl_NL\",\"de_DE\",\"pt_PT\",\"hu_HU\"],\"permissions\":[\"get_exercise\",\"get_exercises\",\"get_locale\",\"get_locales\",\"get_module\",\"get_modules\"],\"status\":\"Fresh\",\"created_at\":\"2017-11-23 21:14:27\",\"last_login\":null},{\"id\":4,\"username\":\"test4\",\"first_name\":\"FirstName\",\"last_name\":\"LastName\",\"modules\":[\"AMP\",\"AMT\",\"AQU\",\"AVQ\",\"BAR\",\"CAR\",\"ECH\",\"FLE\",\"GEN\",\"GER\",\"HAN\",\"NEU\",\"PED\",\"PIL\",\"PRE\",\"PTE\",\"REN\",\"ROC\",\"SPE\",\"VES\",\"YOG\"],\"locales\":[\"en_US\",\"fr_FR\",\"fr_CA\",\"es_MX\",\"nl_NL\",\"de_DE\",\"pt_PT\",\"hu_HU\"],\"permissions\":[\"get_exercise\",\"get_exercises\",\"get_locale\",\"get_locales\",\"get_module\",\"get_modules\"],\"status\":\"Fresh\",\"created_at\":\"2017-11-23 21:15:41\",\"last_login\":null},{\"id\":5,\"username\":\"test5\",\"first_name\":\"FirstName\",\"last_name\":\"LastName\",\"modules\":[\"AMP\",\"AMT\",\"AQU\",\"AVQ\",\"BAR\",\"CAR\",\"ECH\",\"FLE\",\"GEN\",\"GER\",\"HAN\",\"NEU\",\"PED\",\"PIL\",\"PRE\",\"PTE\",\"REN\",\"ROC\",\"SPE\",\"VES\",\"YOG\"],\"locales\":[\"en_US\",\"fr_FR\",\"fr_CA\",\"es_MX\",\"nl_NL\",\"de_DE\",\"pt_PT\",\"hu_HU\"],\"permissions\":[\"get_exercise\",\"get_exercises\",\"get_locale\",\"get_locales\",\"get_module\",\"get_modules\"],\"status\":\"Fresh\",\"created_at\":\"2017-11-23 21:15:44\",\"last_login\":null},{\"id\":6,\"username\":\"test6\",\"first_name\":\"FirstName\",\"last_name\":\"LastName\",\"modules\":[\"AMP\",\"AMT\",\"AQU\",\"AVQ\",\"BAR\",\"CAR\",\"ECH\",\"FLE\",\"GEN\",\"GER\",\"HAN\",\"NEU\",\"PED\",\"PIL\",\"PRE\",\"PTE\",\"REN\",\"ROC\",\"SPE\",\"VES\",\"YOG\"],\"locales\":[\"en_US\",\"fr_FR\",\"fr_CA\",\"es_MX\",\"nl_NL\",\"de_DE\",\"pt_PT\",\"hu_HU\"],\"permissions\":[\"get_exercise\",\"get_exercises\",\"get_locale\",\"get_locales\",\"get_module\",\"get_modules\"],\"status\":\"Fresh\",\"created_at\":\"2017-11-23 21:23:55\",\"last_login\":null},{\"id\":7,\"username\":\"test7\",\"first_name\":\"FirstName\",\"last_name\":\"LastName\",\"modules\":[\"AMP\",\"AMT\",\"AQU\",\"AVQ\",\"BAR\",\"CAR\",\"ECH\",\"FLE\",\"GEN\",\"GER\",\"HAN\",\"NEU\",\"PED\",\"PIL\",\"PRE\",\"PTE\",\"REN\",\"ROC\",\"SPE\",\"VES\",\"YOG\"],\"locales\":[\"en_US\",\"fr_FR\",\"fr_CA\",\"es_MX\",\"nl_NL\",\"de_DE\",\"pt_PT\",\"hu_HU\"],\"permissions\":[\"get_exercise\",\"get_exercises\",\"get_locale\",\"get_locales\",\"get_module\",\"get_modules\"],\"status\":\"Fresh\",\"created_at\":\"2017-11-24 16:16:18\",\"last_login\":null},{\"id\":8,\"username\":\"test8\",\"first_name\":\"FirstName\",\"last_name\":\"LastName\",\"modules\":[\"AMP\",\"AMT\",\"AQU\",\"AVQ\",\"BAR\",\"CAR\",\"ECH\",\"FLE\",\"GEN\",\"GER\",\"HAN\",\"NEU\",\"PED\",\"PIL\",\"PRE\",\"PTE\",\"REN\",\"ROC\",\"SPE\",\"VES\",\"YOG\"],\"locales\":[\"en_US\",\"fr_FR\",\"fr_CA\",\"es_MX\",\"nl_NL\",\"de_DE\",\"pt_PT\",\"hu_HU\"],\"permissions\":[\"get_exercise\",\"get_exercises\",\"get_locale\",\"get_locales\",\"get_module\",\"get_modules\"],\"status\":\"Fresh\",\"created_at\":\"2017-11-24 15:22:56\",\"last_login\":null},{\"id\":9,\"username\":\"test9\",\"first_name\":\"FirstName\",\"last_name\":\"LastName\",\"modules\":[\"AMP\",\"AMT\",\"AQU\",\"AVQ\",\"BAR\",\"CAR\",\"ECH\",\"FLE\",\"GEN\",\"GER\",\"HAN\",\"NEU\",\"PED\",\"PIL\",\"PRE\",\"PTE\",\"REN\",\"ROC\",\"SPE\",\"VES\",\"YOG\"],\"locales\":[\"en_US\",\"fr_FR\",\"fr_CA\",\"es_MX\",\"nl_NL\",\"de_DE\",\"pt_PT\",\"hu_HU\"],\"permissions\":[\"get_exercise\",\"get_exercises\",\"get_locale\",\"get_locales\",\"get_module\",\"get_modules\"],\"status\":\"Fresh\",\"created_at\":\"2017-11-24 16:13:19\",\"last_login\":null}]}"}],"_postman_id":"bbd6463b-fc98-2373-d64f-5e3c8f45f788"}],"id":"23eae165-1744-4cad-9e58-ae2ba20045e0","description":"<p>This folder contains requests related to partners (getting information and creation).</p>\n","_postman_id":"23eae165-1744-4cad-9e58-ae2ba20045e0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}}},{"name":"Status","item":[{"name":"Status","id":"dbf405ed-6222-17df-af72-489a9e0ecb64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://exercise-api.wibbi.com/status","description":"<p>This endpoint allows you to view the status on databases and micro-services.</p>\n<p>It will return either the string \"online\" or \"offline\".</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Name</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Permission Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td>GET</td>\n<td>None</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}},"urlObject":{"path":["status"],"host":["https://exercise-api.wibbi.com"],"query":[],"variable":[]}},"response":[{"id":"248b5e5d-a855-66e0-f383-6a4a8dc002c0","name":"Get current status","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://exercise-api.wibbi.com/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","enabled":true},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","enabled":true},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true},{"key":"Date","value":"Thu, 16 Nov 2017 20:43:52 GMT","name":"Date","description":"","enabled":true},{"key":"Server","value":"nginx/1.13.3","name":"Server","description":"","enabled":true},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","enabled":true}],"cookie":[],"responseTime":"684","body":"{\n    \"status\": {\n        \"http\": {\n            \"admintec\": \"online\",\n            \"loader\": \"offline\",\n            \"v3-hep\": \"online\",\n            \"v2-co\": \"online\",\n            \"v2-org\": \"online\"\n        },\n        \"database\": {\n            \"v3\": \"online\",\n            \"v4\": \"offline\"\n        }\n    }\n}"}],"_postman_id":"dbf405ed-6222-17df-af72-489a9e0ecb64"}],"id":"138761d9-25a9-41ef-86ce-c8ccc39c831b","description":"<p>This folder contains request related to getting the status of the databases and micro-services.</p>\n","_postman_id":"138761d9-25a9-41ef-86ce-c8ccc39c831b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}}},{"name":"Video","item":[{"name":"Exercise-video","id":"2ff5c400-43a7-4699-bc95-16be3fa83590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-token","value":""}],"url":"https://exercise-api.wibbi.com/exercise-video/:exercise","description":"<h2 id=\"get-a-specific-exercises-video\">Get a specific exercise's video</h2>\n<p>Return a list of all available resolutions and the mp4s expiring url (valid for 500 minutes) asssociated with them for a given exercise id.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Name</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Permission Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Exercise-video</td>\n<td>GET</td>\n<td>get_mp4</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"get-a-specific-exercises-video-1\">Get a specific exercise's video</h2>\n<p>Return a list of all available resolutions and the mp4s expiring url asssociated with them for a given exercise</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}},"urlObject":{"path":["exercise-video",":exercise"],"host":["https://exercise-api.wibbi.com"],"query":[],"variable":[{"type":"any","value":"","key":"exercise"}]}},"response":[{"id":"0228a3a4-8888-4e36-bf6a-052578689937","name":"Retrieve exercise's video of id 2","originalRequest":{"method":"GET","header":[{"key":"api-token","value":"","description":"Token obtained via authentication"}],"url":"https://exercise-api.wibbi.com/exercise-video/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Cache-Control","value":"no-cache, private","enabled":true},{"key":"Date","value":"Thu, 07 Nov 2019 20:58:53 GMT","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 3,\n    \"data\": {\n        \"240p\": \"https://api-files.sproutvideo.com/file/4c9adab21f18e2c4c4/92b3ac30519597ec/240.mp4?expires=1573190333&signature=BhMrBbuo55Y%2FjzatSdIZ6aRYk5A%3D\",\n        \"360p\": \"https://api-files.sproutvideo.com/file/4c9adab21f18e2c4c4/92b3ac30519597ec/360.mp4?expires=1573190333&signature=vvy7XQcHrfE%2FBBv5CUn0sPqS13E%3D\",\n        \"480p\": \"https://api-files.sproutvideo.com/file/4c9adab21f18e2c4c4/92b3ac30519597ec/480.mp4?expires=1573190333&signature=Se0%2BPK2FixvumxZBwKIEMPJ0ZUU%3D\"\n    }\n}"}],"_postman_id":"2ff5c400-43a7-4699-bc95-16be3fa83590"},{"name":"Exercise video by hep exercise Id","id":"0f1a87a0-495f-4ecd-81f6-bd76fd83fc75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-token","value":"","type":"text"}],"url":"https://exercise-api.wibbi.com/exercise-video/hep/:exercise","description":"<h2 id=\"get-a-specific-exercises-video-by-hep-exercise-id\">Get a specific exercise's video by hep exercise id</h2>\n<p>Return a list of all available resolutions and the mp4s expiring url (valid for 500 minutes) asssociated with them for a given HEP exercise id</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Request Name</strong></th>\n<th><strong>Method</strong></th>\n<th><strong>Permission Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Exercise-video</td>\n<td>GET</td>\n<td>get_mp4</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}},"urlObject":{"path":["exercise-video","hep",":exercise"],"host":["https://exercise-api.wibbi.com"],"query":[],"variable":[{"type":"any","value":"","key":"exercise"}]}},"response":[{"id":"dece1722-066b-4f8c-bd47-afb785c1ff22","name":"Retrieve exercise's video of hep id 2","originalRequest":{"method":"GET","header":[{"key":"api-token","value":"","type":"text"}],"url":"https://exercise-api.wibbi.com/exercise-video/hep/657"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"total\": 5,\n    \"data\": {\n        \"240p\": \"https://api-files.sproutvideo.com/file/a09adfbb111de2c428/f9767ee8afc6077b/240.mp4?expires=1761142594&signature=na%2Fs1KjhgnG4kqluHiAGKaT3rjY%3D\",\n        \"360p\": \"https://api-files.sproutvideo.com/file/a09adfbb111de2c428/f9767ee8afc6077b/360.mp4?expires=1761142594&signature=BMyVhYqKsM0YHZDMiTAOj5s3MGQ%3D\",\n        \"480p\": \"https://api-files.sproutvideo.com/file/a09adfbb111de2c428/f9767ee8afc6077b/480.mp4?expires=1761142594&signature=mIbZlmm4lxjVHJSIg%2BVPOKRnKQI%3D\",\n        \"720p\": \"https://api-files.sproutvideo.com/file/a09adfbb111de2c428/f9767ee8afc6077b/720.mp4?expires=1761142594&signature=ElvfFSislTl5xRa5dzJSKOIPtJc%3D\",\n        \"1080p\": \"https://api-files.sproutvideo.com/file/a09adfbb111de2c428/f9767ee8afc6077b/1080.mp4?expires=1761142594&signature=Vug9qo47Wuih8UibUh2RWV5okt4%3D\"\n    }\n}"}],"_postman_id":"0f1a87a0-495f-4ecd-81f6-bd76fd83fc75"}],"id":"d762bbcd-c959-4be2-83b5-c4ad3e4174b2","description":"<p>This folder contains request that is related to video of exercises.</p>\n","_postman_id":"d762bbcd-c959-4be2-83b5-c4ad3e4174b2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","id":"1f5bc2fc-03ab-b8d7-4782-fb2313271b3c","name":"Wibbi Exercises API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api-token"},{"key":"value","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"c73fb683-0e0d-4157-80b9-4d7907e22f3d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5d0f7f8e-892c-4923-a477-ad9cd12df73b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"domain","value":"https://exercise-api.wibbi.com"},{"key":"api-token","value":""},{"key":"username","value":""},{"key":"password","value":""}]}