{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Custom API Role Policies API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Custom API Role Policies", "type": "folder" }, "items": [ { "info": { "name": "List Custom API Role Policies", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/permissions/custom-api-role-policies", "params": [ { "name": "page[offset]", "value": "", "type": "query", "description": "The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used." }, { "name": "page[limit]", "value": "", "type": "query", "description": "The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the [page length](/docs/api/settings/settings-introduction#page-length) store setting is used." }, { "name": "filter", "value": "", "type": "query", "description": "Filter attributes. For more information, see the [Filtering](/guides/Getting-Started/filtering) section." }, { "name": "sort", "value": "", "type": "query", "description": "Specifies the order in which Custom API Role Policies will be returned." } ] }, "docs": "Retrieves a list of Custom API Role Policies\n\n## Filtering\nThe following operators and attributes are available for [filtering](/guides/Getting-Started/filtering) Custom API Role Policies:\n\n| Attribute | Operators | Example |\n|------------------|-------------------------------|----------------------------------------------------------|\n| `id` | `lt`,`le`,`eq`,`gt`,`ge`,`in` | `eq(id,3fa85f64-5717-4562-b3fc-2c" }, { "info": { "name": "Create A Custom API Role Policy", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/v2/permissions/custom-api-role-policies", "body": { "type": "json", "data": "{}" } }, "docs": "Create A Custom API Role Policy" }, { "info": { "name": "Get a Custom API Role Policy", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/permissions/custom-api-role-policies/:custom-api-role-policy-id", "params": [ { "name": "custom-api-role-policy-id", "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "type": "path", "description": "The ID of the Custom API Role Policy." } ] }, "docs": "Get A Custom API Role Policy" }, { "info": { "name": "Update a Custom API Role Policy", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/permissions/custom-api-role-policies/:custom-api-role-policy-id", "params": [ { "name": "custom-api-role-policy-id", "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "type": "path", "description": "The ID of the Custom API Role Policy." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update A Custom API Role Policy" }, { "info": { "name": "Delete a Custom API Role Policy", "type": "http" }, "http": { "method": "DELETE", "url": "https://useast.api.elasticpath.com/v2/permissions/custom-api-role-policies/:custom-api-role-policy-id", "params": [ { "name": "custom-api-role-policy-id", "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "type": "path", "description": "The ID of the Custom API Role Policy." } ] }, "docs": "Delete A Custom API Role Policy" } ] } ], "bundled": true }