{"info":{"_postman_id":"d01f0784-143a-41c8-86b1-82152673728e","name":"roles","description":"<html><head></head><body><p>A collection with requests for <code>/roles</code> endpoint.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13348269","collectionId":"d01f0784-143a-41c8-86b1-82152673728e","publishedId":"TzRa63yh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-05-19T22:16:13.000Z"},"item":[{"name":"Get All Roles","id":"ee1f175d-9a66-4137-97c6-423e60a3bac3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/roles","description":"<h1 id=\"get-all-roles\">Get all roles</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<p>List of role details where each list item contains:</p>\n<ul>\n<li><code>role_id</code></li>\n<li><code>full_name</code></li>\n<li><code>age</code></li>\n<li><code>picture_url</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"d01f0784-143a-41c8-86b1-82152673728e","id":"d01f0784-143a-41c8-86b1-82152673728e","name":"roles","type":"collection"}},"urlObject":{"path":["roles"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5ad65af7-b028-42c4-bd31-1c5c0e291162","name":"Mock Get All Roles","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4404"},{"key":"ETag","value":"W/\"1134-O0kDuMW2kgdHEBGh0Ev9o2cEtkE\""},{"key":"Date","value":"Thu, 11 Mar 2021 13:00:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"success\": 1,\n        \"message\": \"Success\"\n    },\n    \"body\": [\n        {\n            \"role_id\": 1,\n            \"full_name\": \"Mrs. Lady\",\n            \"age\": 29,\n            \"picture_url\": \"https://www.biography.com/.image/t_share/MTE5NTU2MzE2Mzg0MTY3NDM1/quentin-tarantino-9502086-1-402.jpg\"\n        },\n        {\n            \"role_id\": 2,\n            \"full_name\": \"Mrs. Women\",\n            \"age\": 29,\n            \"picture_url\": \"https://www.biography.com/.image/t_share/MTE5NTU2MzE2Mzg0MTY3NDM1/quentin-tarantino-9502086-1-402.jpg\"\n        },\n        {\n            \"role_id\": 3,\n            \"full_name\": \"Mr. Guy\",\n            \"age\": 36,\n            \"picture_url\": \"https://www.biography.com/.image/t_share/MTE5NTU2MzE2Mzg0MTY3NDM1/quentin-tarantino-9502086-1-402.jpg\"\n        }\n    ]\n}"}],"_postman_id":"ee1f175d-9a66-4137-97c6-423e60a3bac3"},{"name":"Get Role By Id","id":"acb43c0a-91d1-44ef-a48e-aec61f1bdf0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/roles/id/2","description":"<h1 id=\"get-a-role-by-id\">Get a role by id</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li><code>role_id</code></li>\n<li><code>full_name</code></li>\n<li><code>age</code></li>\n<li><code>picture_url</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"d01f0784-143a-41c8-86b1-82152673728e","id":"d01f0784-143a-41c8-86b1-82152673728e","name":"roles","type":"collection"}},"urlObject":{"path":["roles","id","2"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1503fd9f-bd22-490b-943a-ec3b169dec3d","name":"Mock Get Role By Id","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/roles/id/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1506"},{"key":"ETag","value":"W/\"5e2-4iQZVOrtO3O55IbuCSgmPnI4jsE\""},{"key":"Date","value":"Thu, 11 Mar 2021 13:00:19 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"success\": 1,\n        \"message\": \"Success\"\n    },\n    \"body\": {\n        \"role_id\": 2,\n        \"full_name\": \"Mrs. Women\",\n        \"age\": 29,\n        \"picture_url\": \"https://www.biography.com/.image/t_share/MTE5NTU2MzE2Mzg0MTY3NDM1/quentin-tarantino-9502086-1-402.jpg\"\n    }\n}"}],"_postman_id":"acb43c0a-91d1-44ef-a48e-aec61f1bdf0a"},{"name":"Get All Movies For A Role","id":"8e8c2262-550d-4a00-978e-fbd1f39cbeae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/roles/id/4/movies","description":"<h1 id=\"get-all-movies-for-a-role\">Get all movies for a role</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li><code>role_id</code></li>\n<li><code>full_name</code></li>\n<li><code>age</code></li>\n<li><code>picture_url</code></li>\n<li><code>movies</code> A list of movie details.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"d01f0784-143a-41c8-86b1-82152673728e","id":"d01f0784-143a-41c8-86b1-82152673728e","name":"roles","type":"collection"}},"urlObject":{"path":["roles","id","4","movies"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1f558490-c938-4547-a8d9-63520cee3a84","name":"Mock Get All Movies For A Role","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/roles/id/2/movies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1331"},{"key":"ETag","value":"W/\"533-P3CHx2/pUug2Y20bAxvgYx+iD00\""},{"key":"Date","value":"Thu, 11 Mar 2021 13:00:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"success\": 1,\n        \"message\": \"Success\"\n    },\n    \"body\": {\n        \"role_id\": 2,\n        \"full_name\": \"Mrs. Women\",\n        \"age\": 29,\n        \"picture_url\": \"https://www.biography.com/.image/t_share/MTE5NTU2MzE2Mzg0MTY3NDM1/quentin-tarantino-9502086-1-402.jpg\",\n        \"movies\": [\n            {\n                \"movie_id\": 1,\n                \"role_type\": \"cast\",\n                \"title\": \"GOOGLE\",\n                \"summary\": \"Fearsome bitches.\",\n                \"year\": 2012,\n                \"rating\": \"8.6\",\n                \"trailer_url\": \"https://www.youtube.com/watch?v=odM92ap8_c0\",\n                \"poster_url\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSpMwciKW5gytHux-4a4B7e50sQCyvnix9C57mAGnY0DNX4-uGQ\",\n                \"movie_type\": \"now_showing\"\n            },\n            {\n                \"movie_id\": 4,\n                \"role_type\": \"director\",\n                \"title\": \"FACEBOOK\",\n                \"summary\": \"Fearsome bitches.\",\n                \"year\": 2020,\n                \"rating\": \"8.1\",\n                \"trailer_url\": \"https://www.youtube.com/watch?v=odM92ap8_c0\",\n                \"poster_url\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSpMwciKW5gytHux-4a4B7e50sQCyvnix9C57mAGnY0DNX4-uGQ\",\n                \"movie_type\": \"now_showing\"\n            },\n            {\n                \"movie_id\": 7,\n                \"role_type\": \"director\",\n                \"title\": \"APPLE\",\n                \"summary\": \"Fearsome bitches.\",\n                \"year\": 2020,\n                \"rating\": \"7.6\",\n                \"trailer_url\": \"https://www.youtube.com/watch?v=odM92ap8_c0\",\n                \"poster_url\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSpMwciKW5gytHux-4a4B7e50sQCyvnix9C57mAGnY0DNX4-uGQ\",\n                \"movie_type\": \"now_showing\"\n            },\n            {\n                \"movie_id\": 12,\n                \"role_type\": \"director\",\n                \"title\": \"LIONNESS\",\n                \"summary\": \"Fearsome lionness.\",\n                \"year\": 2021,\n                \"rating\": null,\n                \"trailer_url\": \"https://www.youtube.com/watch?v=odM92ap8_c0\",\n                \"poster_url\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSpMwciKW5gytHux-4a4B7e50sQCyvnix9C57mAGnY0DNX4-uGQ\",\n                \"movie_type\": \"coming_soon\"\n            },\n            {\n                \"movie_id\": 14,\n                \"role_type\": \"director\",\n                \"title\": \"JOKER\",\n                \"summary\": \"Fearsome lionness.\",\n                \"year\": 2022,\n                \"rating\": \"9.2\",\n                \"trailer_url\": \"https://www.youtube.com/watch?v=odM92ap8_c0\",\n                \"poster_url\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSpMwciKW5gytHux-4a4B7e50sQCyvnix9C57mAGnY0DNX4-uGQ\",\n                \"movie_type\": \"coming_soon\"\n            },\n            {\n                \"movie_id\": 16,\n                \"role_type\": \"director\",\n                \"title\": \"JOKER2\",\n                \"summary\": \"Fearsome lionness.\",\n                \"year\": 2022,\n                \"rating\": null,\n                \"trailer_url\": \"https://www.youtube.com/watch?v=odM92ap8_c0\",\n                \"poster_url\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSpMwciKW5gytHux-4a4B7e50sQCyvnix9C57mAGnY0DNX4-uGQ\",\n                \"movie_type\": \"coming_soon\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8e8c2262-550d-4a00-978e-fbd1f39cbeae"},{"name":"Add A Role","id":"7e7687c2-8d94-404f-be67-e9c0edfa02c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"full_name\": \"Mary Parent\",\r\n    \"age\":53,\r\n    \"picture_url\":\"https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTai8Ehm5_kioXJMqPfvIoFx8QwIOYsyoqUhFT0Im6FiIL1_mI_\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/roles","description":"<h1 id=\"add-a-new-role\">Add a new role</h1>\n<hr />\n<h2 id=\"these-parameters-have-special-rules--picture-url-----be-a-valid-url\">These parameters have special rules:\n### Picture Url ###\n - Be a valid url.</h2>\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li><code>role_id</code> New role's id.</li>\n<li><code>affected_rows</code> Should be 1.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"d01f0784-143a-41c8-86b1-82152673728e","id":"d01f0784-143a-41c8-86b1-82152673728e","name":"roles","type":"collection"}},"urlObject":{"path":["roles"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e7687c2-8d94-404f-be67-e9c0edfa02c8"},{"name":"Update a Role","id":"e8dc773a-2b77-4033-a4a9-4cb5124dea0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"full_name\":\"Tarantino\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/roles/id/1","description":"<h1 id=\"update-booking-details\">Update booking details</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li>None</li></ul>\n\n<p><em><strong>Note</strong></em> : <code>message</code> header indicates result.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"d01f0784-143a-41c8-86b1-82152673728e","id":"d01f0784-143a-41c8-86b1-82152673728e","name":"roles","type":"collection"}},"urlObject":{"path":["roles","id","1"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b4754f52-e58c-49bb-b571-a053e5e9a8fb","name":"Mock Update a booking","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"full_name\":\"Tarantino\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/roles/id/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"116"},{"key":"ETag","value":"W/\"74-9rUnRxnq0oMgF9qxowgAwUyaXws\""},{"key":"Date","value":"Thu, 11 Mar 2021 12:10:03 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"success\": 1,\n        \"message\": \"Role updated successfully\"\n    },\n    \"body\": \"Rows matched: 1  Changed: 1  Warnings: 0\"\n}"}],"_postman_id":"e8dc773a-2b77-4033-a4a9-4cb5124dea0c"},{"name":"Delete a Role","id":"9301ac6a-24b3-4e26-8403-12cf242cffab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/roles/id/1","description":"<h1 id=\"delete-a-booking\">Delete a booking</h1>\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li>None</li></ul>\n\n<p><em><strong>Note</strong></em> : <code>message</code> header indicates result.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"d01f0784-143a-41c8-86b1-82152673728e","id":"d01f0784-143a-41c8-86b1-82152673728e","name":"roles","type":"collection"}},"urlObject":{"path":["roles","id","1"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a33e7b6f-c793-43e6-a278-f9f06e7be3a1","name":"Mock Delete a booking","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/roles/id/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"ETag","value":"W/\"48-3pw1qSyBLqkQfmvuK0DO0EjjLAw\""},{"key":"Date","value":"Thu, 11 Mar 2021 12:10:51 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"success\": 1,\n        \"message\": \"Role has been deleted\"\n    },\n    \"body\": {}\n}"}],"_postman_id":"9301ac6a-24b3-4e26-8403-12cf242cffab"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"406e3a14-d27e-42b6-b73d-60ad0e37b7fd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6692e944-9578-4285-b729-541f2fa5cff5","type":"text/javascript","exec":[""]}}]}