{ "opencollection": "1.0.0", "info": { "name": "m3ter Account ScheduledEventConfigurations API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "ScheduledEventConfigurations", "type": "folder" }, "items": [ { "info": { "name": "Retrieve ScheduledEventConfiguration", "type": "http" }, "http": { "method": "GET", "url": "https://api.m3ter.com/organizations/:orgId/scheduledevents/configurations/:id", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "UUID of the organization" }, { "name": "id", "value": "", "type": "path", "description": "The UUID of the ScheduledEventConfiguration to retrieve." } ] }, "docs": "Retrieve a ScheduledEventConfiguration for the given UUID." }, { "info": { "name": "Update ScheduledEventConfiguration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.m3ter.com/organizations/:orgId/scheduledevents/configurations/:id", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "UUID of the organization" }, { "name": "id", "value": "", "type": "path", "description": "The UUID of the ScheduledEventConfiguration to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a ScheduledEventConfiguration for the given UUID." }, { "info": { "name": "Delete ScheduledEventConfiguration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.m3ter.com/organizations/:orgId/scheduledevents/configurations/:id", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "UUID of the organization" }, { "name": "id", "value": "", "type": "path", "description": "The UUID of the ScheduledEventConfiguration to delete." } ] }, "docs": "Delete the ScheduledEventConfiguration for the given UUID." }, { "info": { "name": "List ScheduledEventConfigurations", "type": "http" }, "http": { "method": "GET", "url": "https://api.m3ter.com/organizations/:orgId/scheduledevents/configurations", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "UUID of the organization" }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of ScheduledEventConfigurations to retrieve per page" }, { "name": "nextToken", "value": "", "type": "query", "description": "nextToken for multi page retrievals" }, { "name": "ids", "value": "", "type": "query", "description": "list of UUIDs to retrieve" } ] }, "docs": "Retrieve a list of ScheduledEventConfiguration entities" }, { "info": { "name": "Create ScheduledEventConfiguration", "type": "http" }, "http": { "method": "POST", "url": "https://api.m3ter.com/organizations/:orgId/scheduledevents/configurations", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "UUID of the organization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new ScheduledEventConfiguration." } ] } ], "bundled": true }