{"info":{"_postman_id":"471b7ca0-d46b-4267-a60d-1edc711d78cb","name":"SyncAlong","description":"<html><head></head><body><p>Server side to SyncAlong system for handling requests</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9310231","collectionId":"471b7ca0-d46b-4267-a60d-1edc711d78cb","publishedId":"UVJkBYim","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-12-08T18:12:24.000Z"},"item":[{"name":"Users","item":[{"name":"Get aAll Users","id":"6bc129ad-6fdf-4f7a-89ea-32c4c0da8425","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/users/all","description":"<p>Get all users from DB</p>\n","urlObject":{"path":["api","users","all"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bc129ad-6fdf-4f7a-89ea-32c4c0da8425"},{"name":"Get Single User","id":"799206e1-d85f-469b-91f2-a1eef50ab0b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Ind3d0BnYW1pbC5jb20iLCJfaWQiOiI2MWFlODk3MTI2Yzc0YzAyZjg3MTAxNWQiLCJ1c2VyIjoid3d3IiwiaWF0IjoxNjM4ODI4NTY0LCJleHAiOjE2NDE0MjA1NjR9.pyYB4Cy1dCFF0MW_0Z4VEqeUJdw5TbTmxHCO3f95VrE","type":"text"}],"url":"{{URL}}/api/users/61f1623c32cde13db38c4616","description":"<p>Get user by ID</p>\n","urlObject":{"path":["api","users","61f1623c32cde13db38c4616"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"799206e1-d85f-469b-91f2-a1eef50ab0b4"},{"name":"Craete New User","event":[{"listen":"test","script":{"id":"b846e458-61d4-42d8-80ac-e3882064ff97","exec":["pm.environment.set(\"TOKEN\", pm.response.json().token)"],"type":"text/javascript"}}],"id":"075b7b79-e80e-4458-8627-9500a09b33e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"user\" : \"rr\",\r\n    \"username\": \"rr\",\r\n    \"email\": \"rr@gamil.com\",\r\n    \"password\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sync-along-server-http.onrender.com/api/users","description":"<p>Create user and store in databace</p>\n","urlObject":{"protocol":"https","path":["api","users"],"host":["sync-along-server-http","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"075b7b79-e80e-4458-8627-9500a09b33e6"},{"name":"Create Elderly User","id":"e5756a9a-1ec2-4dd6-93e8-4cabd2a4bf50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user\" : \"g122.2\",\r\n    \"username\": \"g1\",\r\n    \"email\": \"g1@gamil.com\",\r\n    \"password\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/users/trainee","description":"<p>create new user to the system and update user logedIn thet created the new user</p>\n","urlObject":{"path":["api","users","trainee"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5756a9a-1ec2-4dd6-93e8-4cabd2a4bf50"},{"name":"Delete User","id":"fd77544c-13cb-4067-a989-11307215a441","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{URL}}/api/users/","description":"<p>Delete user from databace</p>\n","urlObject":{"path":["api","users",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd77544c-13cb-4067-a989-11307215a441"},{"name":"Login User","event":[{"listen":"test","script":{"id":"0a00b94e-4d09-44f6-90fa-fe85afa2d736","exec":["pm.environment.set(\"TOKEN\", pm.response.json().token)"],"type":"text/javascript"}}],"id":"32ef49b9-a9d3-434e-b2cb-4dfa1630d1c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"shaniLe@\",\r\n    \"password\":\"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sync-along.herokuapp.com/api/users/login","description":"<p>Login user with email/nikname and password </p>\n","urlObject":{"protocol":"https","path":["api","users","login"],"host":["sync-along","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"32ef49b9-a9d3-434e-b2cb-4dfa1630d1c8"},{"name":"Update User","id":"502c2782-178a-4df7-b053-2c7d70294cc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"user\": \"s-update\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/users/","description":"<p>Update user in database</p>\n","urlObject":{"path":["api","users",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"502c2782-178a-4df7-b053-2c7d70294cc2"},{"name":"LogedIn User","id":"f6e89da7-ab5b-4983-8ff5-173180b74978","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/users/","description":"<p>get data of user logedin with token header</p>\n","urlObject":{"path":["api","users",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6e89da7-ab5b-4983-8ff5-173180b74978"},{"name":"Update Elderly Friend","id":"55898de8-7f73-476c-9490-7e59293c23f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"user\": \"44\",\r\n \"username\": \"44\",\r\n\"email\": \"44@gamil.com\"\r\n }","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/users/trainer/61af6734444b03f96363f327","description":"<p>Update Elderly Friend with chaking wheter user logedin is authorize to chang the another usrt by his id</p>\n","urlObject":{"path":["api","users","trainer","61af6734444b03f96363f327"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"55898de8-7f73-476c-9490-7e59293c23f8"},{"name":"Search user ","id":"7731f614-2669-4579-a766-598126067930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/users/search?user=s","description":"<p>search by element field in object user \nwith [lg, lge , lt ,lte , in]\nwith select and stor:</p>\n<p>eg:<br />/api/users/search?selct=user,email&amp;sort=-user\napi/users/search?password[lte]=1000&amp;user[gt]=1010</p>\n","urlObject":{"path":["api","users","search"],"host":["{{URL}}"],"query":[{"key":"user","value":"s"}],"variable":[]}},"response":[],"_postman_id":"7731f614-2669-4579-a766-598126067930"},{"name":"Forgat password","id":"2397a835-129c-48d1-b72d-221bc3af4a80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"s@gamil.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/users/forgatpass","description":"<p>generats has token with crypto lib by email or user name</p>\n","urlObject":{"path":["api","users","forgatpass"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2397a835-129c-48d1-b72d-221bc3af4a80"},{"name":"Reset Password","id":"4af73d87-fdb2-4310-bf55-639860b57007","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\":\"12345678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/users/resetpassword/3a71365eedbd66646417f2f466a28bb00ced399b","description":"<p>Rest with copy url set in the mail \nand in the body defining new pass</p>\n","urlObject":{"path":["api","users","resetpassword","3a71365eedbd66646417f2f466a28bb00ced399b"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4af73d87-fdb2-4310-bf55-639860b57007"},{"name":"uplod img ","id":"162baf90-606c-4ff7-9658-fbd15c209840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/shani/Desktop/ayncAlong/23.PNG"}]},"url":"{{URL}}/api/upload","description":"<p>avatar image uploud to server using muler lib</p>\n","urlObject":{"path":["api","upload"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"162baf90-606c-4ff7-9658-fbd15c209840"},{"name":"upload file","id":"e95c6f0a-0c42-4676-8158-811400b7c2f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"e95c6f0a-0c42-4676-8158-811400b7c2f1"},{"name":"update avatar pic only","id":"e64e2633-8881-42d2-a1d8-64804f615675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"e64e2633-8881-42d2-a1d8-64804f615675"}],"id":"c21f7dee-f615-4dca-bb90-322b400c77f3","description":"<p>Users CRUD functionality</p>\n","_postman_id":"c21f7dee-f615-4dca-bb90-322b400c77f3"},{"name":"Profile","item":[{"name":"all profiles","id":"cf5423be-66d0-4c1b-b1f8-7dcc7ccba029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/profiles/all","description":"<p>get call by find all</p>\n","urlObject":{"path":["api","profiles","all"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf5423be-66d0-4c1b-b1f8-7dcc7ccba029"},{"name":"get logged user profile ","id":"a896f7f1-503c-4e47-87ba-5d24f15cd0fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/profiles","urlObject":{"path":["api","profiles"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a896f7f1-503c-4e47-87ba-5d24f15cd0fc"},{"name":"get all user TranieesProfiles","id":"354b82c7-d127-4a9e-8625-5b1325dc81ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/profiles/trinees/all","urlObject":{"path":["api","profiles","trinees","all"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"354b82c7-d127-4a9e-8625-5b1325dc81ab"},{"name":"craete profile for logedin user","id":"1a393ce8-0889-45a1-a804-186dff073e02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"new profile 22.2\",\r\n        \"limitations\":  [\"upper back high\" , \"right leg hight\"] ,\r\n        \"priority_activities\": [\"legs and knees\"]\r\n}\r\n\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/profiles","urlObject":{"path":["api","profiles"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a393ce8-0889-45a1-a804-186dff073e02"},{"name":"update my-profile (trainer)","id":"f126ab4a-eda0-42b8-82cc-7962fb4ae427","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"me update 22.2\",\r\n        \"priority_activities\": [\"left foot hight\",\"left foot normal\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/profiles","urlObject":{"path":["api","profiles"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f126ab4a-eda0-42b8-82cc-7962fb4ae427"},{"name":"add profile to trainee  by params.id.ofUser","id":"70863d48-8e75-41c7-bc73-f01ed50c59da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"grama22.2\",\r\n        \"age\":\"300\",\r\n        \"hobbies\": \"some fun with some one\",\r\n        \"limitations\":  [\"arms\"]\r\n    }\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/profiles/trainee/6223e5951cef9a165a99e25b","urlObject":{"path":["api","profiles","trainee","6223e5951cef9a165a99e25b"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"70863d48-8e75-41c7-bc73-f01ed50c59da"},{"name":"update trainees profile","id":"3e850698-ef62-4e54-aba5-f4214ff9ae74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"grama22.22\",\r\n        \"priority_activities\": [\"left foot hight\",\"left foot normal\"]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/profiles/trainee/6214b44405ebc47e36303a6b","urlObject":{"path":["api","profiles","trainee","6214b44405ebc47e36303a6b"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e850698-ef62-4e54-aba5-f4214ff9ae74"}],"id":"f5ccbce6-44a4-4259-817f-4281b8bcec09","_postman_id":"f5ccbce6-44a4-4259-817f-4281b8bcec09","description":""},{"name":"Meetings","item":[{"name":"get logged users meetings","id":"3ab9daac-ee42-45de-800b-0f105eb3a01c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/meetings","urlObject":{"path":["api","meetings"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ab9daac-ee42-45de-800b-0f105eb3a01c"},{"name":"get active meeting","id":"3dbb22b9-5ecb-4379-9e30-e049924724c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"3dbb22b9-5ecb-4379-9e30-e049924724c5"},{"name":"create nwe meeting","event":[{"listen":"prerequest","script":{"id":"77899b55-9ed7-4109-bc60-a2a8739dc6c0","exec":["var moment = require('moment');\r","pm.environment.set(\"date\", moment().format(\"YYYYMMDDHHmmss\"));"],"type":"text/javascript"}}],"id":"f210f5bc-0a0a-48b5-850a-0abc9969ffb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"newww\",\r\n    \"trainee\": \"625dadbff6f9511279e881fa\",\r\n    \"date\":\"2022-04-30T16:50:00.000Z\",\r\n    \"activities\": [\"hands-x\", \"hands-y\", \"swing-hands\", \"swim-hands\",\r\n                \"gamp\", \"legs-gumping\", \"open-close\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/meetings","urlObject":{"path":["api","meetings"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f210f5bc-0a0a-48b5-850a-0abc9969ffb6"},{"name":"update metting by parmas.id","id":"8c93b558-af24-4018-8aea-8270dafc314c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/meetings/625d919aefdb9c4ea0005ef2","urlObject":{"path":["api","meetings","625d919aefdb9c4ea0005ef2"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c93b558-af24-4018-8aea-8270dafc314c"},{"name":"get our activities list for meeting","id":"0d662843-2cad-4955-abcb-1efbc10e6996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/meetings/ouractivities","urlObject":{"path":["api","meetings","ouractivities"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d662843-2cad-4955-abcb-1efbc10e6996"},{"name":"get .futer meetings","event":[{"listen":"prerequest","script":{"id":"b24f380d-09e9-48b3-9271-abd92ed82bf1","exec":[""],"type":"text/javascript"}}],"id":"c1e43b0b-6242-4129-a470-ae01432f0378","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/meetings/future","urlObject":{"path":["api","meetings","future"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1e43b0b-6242-4129-a470-ae01432f0378"},{"name":"get active meeting","id":"7e594968-d5c2-4a4d-8f48-b45ece81f622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/meetings/meeting/active","description":"<p>filltered by elment statuse: true</p>\n","urlObject":{"path":["api","meetings","meeting","active"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e594968-d5c2-4a4d-8f48-b45ece81f622"},{"name":"get complited meetings ","id":"f14b23d5-ec6f-47aa-b8da-99396f1a0129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/meetings/complited/not-active","description":"<p>has status of false and valid urlRoom elaments</p>\n","urlObject":{"path":["api","meetings","complited","not-active"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f14b23d5-ec6f-47aa-b8da-99396f1a0129"}],"id":"e5476896-2257-43ab-a69d-c4640b1af847","_postman_id":"e5476896-2257-43ab-a69d-c4640b1af847","description":""},{"name":"Sync","item":[{"name":"get senc by meetimg id","id":"67d5499f-5afb-41a3-9010-61a99bb340b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/syncscores/627b94d21a7dd211d6d69f3f","urlObject":{"path":["api","syncscores","627b94d21a7dd211d6d69f3f"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"67d5499f-5afb-41a3-9010-61a99bb340b8"},{"name":"get info syncs meetings","id":"f07c07f5-349a-44a8-bedf-a920a26b4e48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/syncperformance/all","description":"<p>get all meetings with totall syncs scors</p>\n","urlObject":{"path":["api","syncperformance","all"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f07c07f5-349a-44a8-bedf-a920a26b4e48"},{"name":"creat total sync to meeting","id":"1ac9ebe1-9ff7-4cea-9bff-f9b6152b015a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"meeting_id\": \"628962d4b986b027cf483d61\",\r\n    \"totalAvg\": \"62\",\r\n    \"resultByActivities\":[\r\n        {\"activity\": \"1\", \"avg\": \"88\", \"result\": [], \"time\":[]},\r\n        {\"activity\": \"2\", \"avg\": \"88\", \"result\": [], \"time\":[]}\r\n    ] \r\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/syncperformance","urlObject":{"path":["api","syncperformance"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ac9ebe1-9ff7-4cea-9bff-f9b6152b015a"},{"name":"get loged in syncs","id":"ecbdabdf-9644-443b-b519-61e7b72c090b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/syncperformance","urlObject":{"path":["api","syncperformance"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecbdabdf-9644-443b-b519-61e7b72c090b"},{"name":"get all trainess syncs","id":"2dbe502b-b17f-4848-913c-a98d16cf005f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{URL}}/api/syncperformance/trainess","urlObject":{"path":["api","syncperformance","trainess"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2dbe502b-b17f-4848-913c-a98d16cf005f"}],"id":"412e4036-3b86-45c4-a0e2-ea1588acc337","description":"<p>sync score by meetings </p>\n","_postman_id":"412e4036-3b86-45c4-a0e2-ea1588acc337"},{"name":"Recording","item":[{"name":"create recording by param meeting_id","id":"512bd994-0e98-40a4-8cf3-c60bfadfed5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{TOKEN}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/shani/Desktop/ayncAlong/1.mp4"}]},"url":"{{URL}}/api/recordings/625dbf6bf6f9511279e883ab","urlObject":{"path":["api","recordings","625dbf6bf6f9511279e883ab"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"512bd994-0e98-40a4-8cf3-c60bfadfed5d"}],"id":"3fa9d484-1e04-4537-8aad-d234a4042ab5","_postman_id":"3fa9d484-1e04-4537-8aad-d234a4042ab5","description":""},{"name":"tests","id":"03cd130a-75d7-496a-9075-5f7a6e34558c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"user\": \"shani\",\r\n\"pose2sec\": [\r\n    { \"name\": \"bob\", \"age\": 42, \"status\": \"A\" },\r\n    { \"name\": \"bob\", \"age\": 42, \"status\": \"A\" },\r\n    { \"name\": \"bob\", \"age\": 42, \"status\": \"A\" }\r\n]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:5000/api/post/db","urlObject":{"protocol":"https","port":"5000","path":["api","post","db"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"03cd130a-75d7-496a-9075-5f7a6e34558c"}]}