{ "opencollection": "1.0.0", "info": { "name": "BookingEngineApi Account notes Resource categories API", "version": "v1" }, "items": [ { "info": { "name": "Resource categories", "type": "folder" }, "items": [ { "info": { "name": "Get all resource categories", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/resourceCategories/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all categories of resources. This operation uses [Pagination](https://mews-systems.gitbook.io/connector-api/guidelines/pagination/)." }, { "info": { "name": "Get all resource category assignments", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/resourceCategoryAssignments/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all resource category assignments. This operation uses [Pagination](https://mews-systems.gitbook.io/connector-api/guidelines/pagination/)." }, { "info": { "name": "Get all resource category image assignments", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/resourceCategoryImageAssignments/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all resource category image assignments. This operation uses [Pagination](https://mews-systems.gitbook.io/connector-api/guidelines/pagination/)." } ] } ], "bundled": true }