Retrieve multiple requests
The following example returns a paginated collection of all available forgetRequests resources available to the user identified by the Authorization header. This supports various query string parameters which are described below.
Identifiers
There is the notion of an identifier. These values identify an end-user on various social platforms including Bazaarvoice. Only one identifier can be used in the querystring filter. For instance, [email protected]&instagramUsername=catlover
is not available. The following are the available identifiers:
emailAddress |
authorId |
phoneNumber |
instagramUsername |
Query String Filters
Name | Description |
---|---|
id | Request ID for a submitted RTBF request. |
identifier | Refer to the table mentioned above |
clientName | Available client instance names |
completedAfter | Date in ISO format yyyy-mm-ddThh:mm:ss:SSSZ 2023-05-04T18:18:45.009Z |
submittedAfter | Date in ISO format yyyy-mm-ddThh:mm:ss:SSSZ 2023-05-04T18:18:45.009Z |
status | Available values: PENDING , COMPLETED . |
limit | The maximum number of requests to return. If no limit is specified the default is 100 |
The status
ABORTED
is deprecated.