{"info":{"_postman_id":"99ce647a-7e32-4bc8-bae1-eb9b91e78964","name":"Base Booking","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"14010308","collectionId":"99ce647a-7e32-4bc8-bae1-eb9b91e78964","publishedId":"2s93K1oKD6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-03-20T08:28:20.000Z"},"item":[{"name":"Get bookings","id":"99f37a6e-429a-46d2-a3e4-20131f3d6595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"access_token_v2","value":"{{booking_app_access_token}}","description":"<p>Required</p>\n","type":"text"},{"key":"group_id","value":"1","description":"<p>Id of group resource (Not required)</p>\n","type":"text"},{"key":"resource_id","value":"1","description":"<p>Id of group resource (Not required)</p>\n","type":"text"},{"key":"status","value":"approved","description":"<p>pending || approved || rejected (Required)</p>\n","type":"text"},{"key":"start_time","value":"02-02-2023","description":"<p>The start date in format of DD-MM-YYYY from which bookings to fetch (Required)</p>\n","type":"text"},{"key":"end_time","value":"02-10-2023","description":"<p>The end date in format of DD-MM-YYYY from which bookings to fetch (Required)</p>\n","type":"text"},{"key":"page","value":"1","description":"<p>Not required</p>\n","type":"text"}]},"url":"https://booking.base.vn/extapi/v1/booking/list","description":"<p>Return all bookings</p>\n<p>Limitation: 1500 bookings in certain time range per page</p>\n","urlObject":{"protocol":"https","path":["extapi","v1","booking","list"],"host":["booking","base","vn"],"query":[],"variable":[]}},"response":[],"_postman_id":"99f37a6e-429a-46d2-a3e4-20131f3d6595"},{"name":"Get groups","id":"09e04261-195f-4906-80cd-cfd3318138eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://booking.base.vn/extapi/v1/group/list?access_token_v2={{booking_app_access_token}}","description":"<p>Return all group resources</p>\n","urlObject":{"protocol":"https","path":["extapi","v1","group","list"],"host":["booking","base","vn"],"query":[{"key":"access_token_v2","value":"{{booking_app_access_token}}"}],"variable":[]}},"response":[],"_postman_id":"09e04261-195f-4906-80cd-cfd3318138eb"},{"name":"Get resources","id":"fca5976a-7a26-4cb5-992f-417f74343b6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://booking.base.vn/extapi/v1/resource/list?access_token_v2={{booking_app_access_token}}","description":"<p>Return all resources</p>\n","urlObject":{"protocol":"https","path":["extapi","v1","resource","list"],"host":["booking","base","vn"],"query":[{"key":"access_token_v2","value":"{{booking_app_access_token}}"}],"variable":[]}},"response":[],"_postman_id":"fca5976a-7a26-4cb5-992f-417f74343b6a"},{"name":"Get purposes","id":"74583949-e168-451d-9cc8-9f7b267fd542","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://booking.base.vn/extapi/v1/purpose/list?access_token_v2={{booking_app_access_token}}","description":"<p>Return all purposes</p>\n","urlObject":{"protocol":"https","path":["extapi","v1","purpose","list"],"host":["booking","base","vn"],"query":[{"key":"access_token_v2","value":"{{booking_app_access_token}}"}],"variable":[]}},"response":[],"_postman_id":"74583949-e168-451d-9cc8-9f7b267fd542"}]}