{"info":{"_postman_id":"67c72f06-15a7-48ab-9a4e-85c59b6ef305","name":"Gigex API Doc","description":"<html><head></head><body><p>Explore the <strong>Gigex API Documentation</strong> – a concise reference guide for accessing information through our read-only routes. Dive into our comprehensive list of endpoints designed for seamless data retrieval. From retrieving user information to accessing content details, our read-only API ensures a straightforward and secure data consumption experience.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"31060564","collectionId":"67c72f06-15a7-48ab-9a4e-85c59b6ef305","publishedId":"2s9YymJ5Ln","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-23T04:40:11.000Z"},"item":[{"name":"list_all_users","id":"8f102399-3678-4037-a8bd-6b1fa5af452e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/users","urlObject":{"protocol":"http","port":"8000","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f102399-3678-4037-a8bd-6b1fa5af452e"},{"name":"details_of_specific_user","id":"5ab7a90e-7b6d-4863-9e2e-c0d8192ad45d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/users/:userId","urlObject":{"protocol":"http","port":"8000","path":["api","users",":userId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"5ab7a90e-7b6d-4863-9e2e-c0d8192ad45d"},{"name":"create_new_user","id":"579b3e73-0888-4579-b4f3-df168677b5d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8000/api/users","urlObject":{"protocol":"http","port":"8000","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"579b3e73-0888-4579-b4f3-df168677b5d3"},{"name":"modify_user_info","id":"7ef6ab0b-680b-45a3-a997-f19da2ec5a85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/users/:userId","urlObject":{"protocol":"http","port":"8000","path":["api","users",":userId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"7ef6ab0b-680b-45a3-a997-f19da2ec5a85"},{"name":"remove_user","id":"160b8f7c-6658-4309-9434-09876c0e8a6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/api/users/:userId","urlObject":{"protocol":"http","port":"8000","path":["api","users",":userId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"160b8f7c-6658-4309-9434-09876c0e8a6d"},{"name":"gigs_of_a_user","id":"bf133577-fbff-4b30-a53f-2b9f3df8d81b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/users/:userId/gigs","urlObject":{"protocol":"http","port":"8000","path":["api","users",":userId","gigs"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"bf133577-fbff-4b30-a53f-2b9f3df8d81b"},{"name":"specific_gig_of_a_user","id":"cc312951-230f-4f48-bb81-d9ef38e0f72f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/users/:userId/gigs/:gigId","urlObject":{"protocol":"http","port":"8000","path":["api","users",":userId","gigs",":gigId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userId"},{"type":"any","value":"","key":"gigId"}]}},"response":[],"_postman_id":"cc312951-230f-4f48-bb81-d9ef38e0f72f"},{"name":"create_new_gig","id":"b513b1b9-87ed-47e4-8218-5c4d13552ae7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8000/api/users/:userId/gigs","urlObject":{"protocol":"http","port":"8000","path":["api","users",":userId","gigs"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"b513b1b9-87ed-47e4-8218-5c4d13552ae7"},{"name":"modify_gig_info","id":"ed218a68-4f5f-45ba-9c9e-3937e5292df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8000/api/users/:userId/gigs/:gigId","urlObject":{"protocol":"http","port":"8000","path":["api","users",":userId","gigs",":gigId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userId"},{"type":"any","value":"","key":"gigId"}]}},"response":[],"_postman_id":"ed218a68-4f5f-45ba-9c9e-3937e5292df6"},{"name":"update_partial_info_of_gig","id":"67f0cebe-7ad0-4603-a81f-61fbc2dbae95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost:8000/api/users/:userId/gigs/:gigId","urlObject":{"protocol":"http","port":"8000","path":["api","users",":userId","gigs",":gigId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userId"},{"type":"any","value":"","key":"gigId"}]}},"response":[],"_postman_id":"67f0cebe-7ad0-4603-a81f-61fbc2dbae95"},{"name":"remove_gig","id":"6ffbab85-9d67-41f1-8cc8-318d0d79a905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/api/users/:userId/gigs/:gigId","urlObject":{"protocol":"http","port":"8000","path":["api","users",":userId","gigs",":gigId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userId"},{"type":"any","value":"","key":"gigId"}]}},"response":[],"_postman_id":"6ffbab85-9d67-41f1-8cc8-318d0d79a905"},{"name":"all_orders_of_specific_user","id":"29a1f69b-fb74-46fd-871f-0dcbebbfb96a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/users/:userId/orders","urlObject":{"protocol":"http","port":"8000","path":["api","users",":userId","orders"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"29a1f69b-fb74-46fd-871f-0dcbebbfb96a"},{"name":"create_new_order","id":"5c7c6a53-3ba0-4c6e-8fa2-cf907c6722d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8000/api/users/:userId/orders","urlObject":{"protocol":"http","port":"8000","path":["api","users",":userId","orders"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"5c7c6a53-3ba0-4c6e-8fa2-cf907c6722d2"},{"name":"delete_an_order","id":"4c8a6dd7-61af-40b7-825d-383a9a11ba84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8000/api/users/:userId/orders/:orderId","urlObject":{"protocol":"http","port":"8000","path":["api","users",":userId","orders",":orderId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userId"},{"type":"any","value":"","key":"orderId"}]}},"response":[],"_postman_id":"4c8a6dd7-61af-40b7-825d-383a9a11ba84"},{"name":"list_reviews_of_user","id":"ee0e614b-0986-4c18-a895-9609b7d090a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/users/:userId/reviews","urlObject":{"protocol":"http","port":"8000","path":["api","users",":userId","reviews"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"ee0e614b-0986-4c18-a895-9609b7d090a0"},{"name":"add_a_new_review","id":"89c22449-f636-4e3f-ab39-4ff4d97a62d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8000/api/users/:userId/reviews","urlObject":{"protocol":"http","port":"8000","path":["api","users",":userId","reviews"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"89c22449-f636-4e3f-ab39-4ff4d97a62d6"},{"name":"modify_review_info","id":"1c4f805f-2a83-4278-8031-a2d48e22c646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8000/api/users/:userId/reviews/:reviewId","urlObject":{"protocol":"http","port":"8000","path":["api","users",":userId","reviews",":reviewId"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userId"},{"type":"any","value":"","key":"reviewId"}]}},"response":[],"_postman_id":"1c4f805f-2a83-4278-8031-a2d48e22c646"},{"name":"all_messages_of_specific_user","id":"14288f34-f002-4dc8-b3b5-37e0d782556c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/users/:userId/messages","urlObject":{"protocol":"http","port":"8000","path":["api","users",":userId","messages"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"14288f34-f002-4dc8-b3b5-37e0d782556c"}]}