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