{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Personal Data Related Data Entries API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Personal Data Related Data Entries", "type": "folder" }, "items": [ { "info": { "name": "Get Personal Data Related Data Entries", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/personal-data/related-data-entries", "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 related data entries filtered by 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:::note\n\n* This request is only accessible to `client_credentials` token users with `Seller Admin`, `Support` and `IT` roles.\n* Non `client_credentials` token users cannot access this endpoint. See [Permissions](/docs/authentication/tokens/permissions).\n* This request requires a filter for " } ] } ], "bundled": true }