{ "opencollection": "1.0.0", "info": { "name": "Connector Account notes Resources API", "version": "v1" }, "items": [ { "info": { "name": "Resources", "type": "folder" }, "items": [ { "info": { "name": "Get all resources", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/resources/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all resources of an enterprise associated with the connector integration. Note that when any of the extents is set to `true`, the response contains the entities that are associated to a resource. If the extent is not associated to a resource (e.g. resource category not assigned to any resource), this information is not returned.\nNote this operation uses [Pagination](https://mews-systems.gitbook.io/connector-api/guidelines/pagination/) and supports [Portfolio Access Tokens](https://mews-s" }, { "info": { "name": "Update resources", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/resources/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates details of the resources." }, { "info": { "name": "Get resources' occupancy state", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/resources/getOccupancyState", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the occupancy state of the specified resources. This operation returns the occupancy state for the current day. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property/)." } ] } ], "bundled": true }