{ "opencollection": "1.0.0", "info": { "name": "Connector Account notes Resource features API", "version": "v1" }, "items": [ { "info": { "name": "Resource features", "type": "folder" }, "items": [ { "info": { "name": "Get all resource feature assignments", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/resourceFeatureAssignments/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all resource feature assignments. This operation uses [Pagination](https://mews-systems.gitbook.io/connector-api/guidelines/pagination/)." }, { "info": { "name": "Get all resource features", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/resourceFeatures/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all resource features. This operation uses [Pagination](https://mews-systems.gitbook.io/connector-api/guidelines/pagination/)." } ] } ], "bundled": true }