{"info":{"_postman_id":"93ecb826-45a4-463c-a5ca-f2e1a079a1c1","name":"ringover","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"20551158","collectionId":"93ecb826-45a4-463c-a5ca-f2e1a079a1c1","publishedId":"UzR1Jh6C","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-21T02:54:41.000Z"},"item":[{"name":"user","item":[{"name":"get all Users","id":"8f5b5492-59c1-4a37-bbfc-9798b1d71d76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://127.0.0.1:3100/api/v1/users","urlObject":{"protocol":"http","port":"3100","path":["api","v1","users"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f5b5492-59c1-4a37-bbfc-9798b1d71d76"},{"name":"login","event":[{"listen":"test","script":{"id":"7a4216d5-23e5-4a61-8478-b0c2798cd7a1","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"473f7895-fe99-4b4c-ac7d-91fc57b4f42a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"loulou@example.com\",\r\n    \"password\":\"test1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3100/api/v1/users/login","urlObject":{"protocol":"http","port":"3100","path":["api","v1","users","login"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"473f7895-fe99-4b4c-ac7d-91fc57b4f42a"},{"name":"get user with id","id":"cb720f6c-c833-4122-886e-38fef2ed8741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:3100/api/v1/users/62d6a8d91c9c535de41715ad","urlObject":{"protocol":"http","port":"3100","path":["api","v1","users","62d6a8d91c9c535de41715ad"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb720f6c-c833-4122-886e-38fef2ed8741"},{"name":"create user","id":"41e22305-90a0-424f-88b9-8991f63bb9d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"admin\",\r\n    \"email\": \"admin@ringover.com\",\r\n    \"password\":\"test1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3100/api/v1/users/","urlObject":{"protocol":"http","port":"3100","path":["api","v1","users",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"41e22305-90a0-424f-88b9-8991f63bb9d8"},{"name":"logout","event":[{"listen":"test","script":{"id":"49c98a90-2f32-4d04-b90c-3697dcc8cf24","exec":["pm.environment.set(\"jwt\", pm.response.json().token);"],"type":"text/javascript"}}],"id":"5ef465a2-0c55-40ce-9ee5-b45c3de3327e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:3100/api/v1/users/logout/","urlObject":{"protocol":"http","port":"3100","path":["api","v1","users","logout",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ef465a2-0c55-40ce-9ee5-b45c3de3327e"},{"name":"update user","id":"a03d351f-fd49-4f3a-83e0-c92f3aac90dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\":\"test1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3100/api/v1/users/62d7cedc933e1f3f9836ca34","urlObject":{"protocol":"http","port":"3100","path":["api","v1","users","62d7cedc933e1f3f9836ca34"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a03d351f-fd49-4f3a-83e0-c92f3aac90dc"},{"name":"delete user","id":"a01c389c-ebcf-46b6-bc2c-40e034d4e2f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:3100/api/v1/users/62d6a8d91c9c535de41715ad","urlObject":{"protocol":"http","port":"3100","path":["api","v1","users","62d6a8d91c9c535de41715ad"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a01c389c-ebcf-46b6-bc2c-40e034d4e2f1"}],"id":"da35c27c-4e51-4183-8818-f469b0273333","_postman_id":"da35c27c-4e51-4183-8818-f469b0273333","description":""},{"name":"companies","item":[{"name":"get all companies","id":"d148f8e2-e934-408c-af84-00b668666e02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:3100/api/v1/companies","urlObject":{"protocol":"http","port":"3100","path":["api","v1","companies"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d148f8e2-e934-408c-af84-00b668666e02"},{"name":"add  company","id":"122a00b9-b567-46e5-9d25-5658b1c56371","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"isdom\",\r\n    \"owner\": \"Max Smith\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3100/api/v1/companies","urlObject":{"protocol":"http","port":"3100","path":["api","v1","companies"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"122a00b9-b567-46e5-9d25-5658b1c56371"},{"name":"get company with given id","id":"188d2350-0c99-457c-b1dd-6b6ae33cb7b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:3100/api/v1/companies/62d78072dcacb65a0c12c8c0","urlObject":{"protocol":"http","port":"3100","path":["api","v1","companies","62d78072dcacb65a0c12c8c0"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"188d2350-0c99-457c-b1dd-6b6ae33cb7b7"},{"name":"delete company","id":"230d1a64-3738-4c9a-b9fc-334c5ef470fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{jwt}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:3100/api/v1/companies/62d780f3dcacb65a0c12c8ca","urlObject":{"protocol":"http","port":"3100","path":["api","v1","companies","62d780f3dcacb65a0c12c8ca"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"230d1a64-3738-4c9a-b9fc-334c5ef470fe"},{"name":"update company","id":"6b4ccee8-f5b3-486a-85d5-8add5f34431c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"yearin\",\r\n    \"owner\": \"Lisa Green\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3100/api/v1/companies/62d78072dcacb65a0c12c8c0","urlObject":{"protocol":"http","port":"3100","path":["api","v1","companies","62d78072dcacb65a0c12c8c0"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b4ccee8-f5b3-486a-85d5-8add5f34431c"}],"id":"2aa61187-3de7-4684-8c1c-b63083c05907","_postman_id":"2aa61187-3de7-4684-8c1c-b63083c05907","description":""},{"name":"lists","item":[{"name":"get all lists","id":"3cfde61e-0335-47b6-b634-d3af437abbcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:3100/api/v1/lists","urlObject":{"protocol":"http","port":"3100","path":["api","v1","lists"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3cfde61e-0335-47b6-b634-d3af437abbcc"},{"name":"get list with given id","id":"97448ca5-cad7-473c-accd-302203a875f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:3100/api/v1/lists/62d7906d86ccdb4060fe7668","urlObject":{"protocol":"http","port":"3100","path":["api","v1","lists","62d7906d86ccdb4060fe7668"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"97448ca5-cad7-473c-accd-302203a875f7"},{"name":"create list","id":"f8e943ca-80c2-4911-a09a-93c590a5136e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"details\" : \"this is a dummmy list details\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3100/api/v1/lists","urlObject":{"protocol":"http","port":"3100","path":["api","v1","lists"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8e943ca-80c2-4911-a09a-93c590a5136e"},{"name":"delete list","id":"ac5fc762-b065-44e0-a437-3ac3e12c7a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:3100/api/v1/lists/62d795d2c0c09d5ccc933223","urlObject":{"protocol":"http","port":"3100","path":["api","v1","lists","62d795d2c0c09d5ccc933223"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac5fc762-b065-44e0-a437-3ac3e12c7a43"},{"name":"update list","id":"cad406b5-c62e-499f-af60-842cf86068cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"details\" : \"this is a dummmy list details2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3100/api/v1/lists/62d79583c0c09d5ccc933219","urlObject":{"protocol":"http","port":"3100","path":["api","v1","lists","62d79583c0c09d5ccc933219"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"cad406b5-c62e-499f-af60-842cf86068cb"}],"id":"422f5520-f2d6-4954-b19d-b129f80a1465","_postman_id":"422f5520-f2d6-4954-b19d-b129f80a1465","description":""},{"name":"tasks","item":[{"name":"get all tasks","id":"18ef4ba2-1381-4ab0-be9c-7ff51d9e04a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:3100/api/v1/tasks","urlObject":{"protocol":"http","port":"3100","path":["api","v1","tasks"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"18ef4ba2-1381-4ab0-be9c-7ff51d9e04a0"},{"name":"create tasks","id":"21606e94-937c-4151-a1f1-1c751e6f1e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://127.0.0.1:3100/api/v1/tasks","urlObject":{"protocol":"http","port":"3100","path":["api","v1","tasks"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"21606e94-937c-4151-a1f1-1c751e6f1e90"},{"name":"get tasks with given id","id":"dde0f4f1-b0d2-4e4c-89af-75e42a7ac83a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:3100/api/v1/tasks/62d7c99d8f0a144aac3c1bb3","urlObject":{"protocol":"http","port":"3100","path":["api","v1","tasks","62d7c99d8f0a144aac3c1bb3"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"dde0f4f1-b0d2-4e4c-89af-75e42a7ac83a"},{"name":"delete task","id":"5dba3855-81fc-4eab-bf41-151e80eb774d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:3100/api/v1/tasks/task-id","urlObject":{"protocol":"http","port":"3100","path":["api","v1","tasks","task-id"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dba3855-81fc-4eab-bf41-151e80eb774d"},{"name":"update task","id":"aba4b317-bc3a-407b-b3b7-0180b085ce28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n     \"task_data\": \"Do something nice for someone I should care \"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3100/api/v1/tasks/62d7c99d8f0a144aac3c1bb3","urlObject":{"protocol":"http","port":"3100","path":["api","v1","tasks","62d7c99d8f0a144aac3c1bb3"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"aba4b317-bc3a-407b-b3b7-0180b085ce28"},{"name":"fetch users list tasks","id":"de6e92a0-d564-43c3-b85f-635bf6ce2c9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:3100/api/v1/tasks/users-list/62d7cedc933e1f3f9836ca34/listname/list-name-1/completed/true","urlObject":{"protocol":"http","port":"3100","path":["api","v1","tasks","users-list","62d7cedc933e1f3f9836ca34","listname","list-name-1","completed","true"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"de6e92a0-d564-43c3-b85f-635bf6ce2c9f"}],"id":"5ab7e7e4-cc4d-4dc2-832e-8fa7ba914f49","_postman_id":"5ab7e7e4-cc4d-4dc2-832e-8fa7ba914f49","description":""}]}