Retrieve all ROA for a requester

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

NameDescription
idRequest ID for a submitted ROA request.
identifierRefer to the table mentioned above
clientNameAvailable client instance names
completedAfterDate in ISO format yyyy-mm-ddThh:mm:ss:SSSZ 2023-05-04T18:18:45.009Z
submittedAfterDate in ISO format yyyy-mm-ddThh:mm:ss:SSSZ 2023-05-04T18:18:45.009Z
statusAvailable values: PENDING , COMPLETED.
limitThe maximum number of requests to return. If no limit is specified the default is 100
❗️

The status ABORTED is deprecated.

Query Params
string
required
string
string
string
string
string
enum
Allowed:
date-time
date-time
int32
≤ 1000
Defaults to 100
string
Headers
string
enum
Defaults to application/json
Allowed:
Responses

Language
Credentials
OAuth2
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json