{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Personal Data Erasure Requests API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Personal Data Erasure Requests", "type": "folder" }, "items": [ { "info": { "name": "Get all Personal Data Erasure Request", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/personal-data/erasure-requests", "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." } ] }, "docs": "Gets a list of erasure requests for a specific resource id and resource type.\n\nYou can use pagination with this resource. For more information, see [pagination](/guides/Getting-Started/pagination).\n\n## Filtering\n\nThe following operator and attributes are **required** for [filtering](/guides/Getting-Started/filtering)\nerasure requests.\n\n| Operator | Description |\n|:---------|:---------------------------------" }, { "info": { "name": "Create Personal Data Erasure Request", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/v2/personal-data/erasure-requests", "body": { "type": "json", "data": "{}" } }, "docs": "This request serves to create a new erasure request for a given resource ID and Type. All resources that belong to the same personal data set will be erased.\n" }, { "info": { "name": "Get Personal Data Erasure Request", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/personal-data/erasure-requests/:erasure_request_id", "params": [ { "name": "erasure_request_id", "value": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "type": "path", "description": "The id of the Personal-Data Erasure Request." } ] }, "docs": "This request serves to get an existing erasure request by its ID.\n" } ] } ], "bundled": true }