{ "opencollection": "1.0.0", "info": { "name": "Connector Account notes Exports API", "version": "v1" }, "items": [ { "info": { "name": "Exports", "type": "folder" }, "items": [ { "info": { "name": "Add export", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/exports/add", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new pending export for all entities of the specified `EntityType`. If an export with status Pending or Processing already exists for the same entity type, the request will be rejected. Successfully created exports remain available for download until the expiration date specified in ExpiresUtc. This operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property/)." }, { "info": { "name": "Get all exports", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/exports/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns exports for the given `ExportIds`. This operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property/)." } ] } ], "bundled": true }