List privacy requests

Lists privacy requests with optional filtering by status, type, and date range.

Authentication

Impilo-API-Keystring
API Key authentication via header

Query parameters

pageintegerOptional
The page number of the content returned.
sizeintegerOptional
The size of the page of content returned.
statusenumOptional
Filter by request status.
typeenumOptional
Filter by request type.
Allowed values:
fromDatestringOptionalformat: "date-time"

Filter by requests created on or after this date/time.

toDatestringOptionalformat: "date-time"

Filter by requests created on or before this date/time.

Response

List of requests
contentlist of objects or null
The content of the page, consisting of a list of objects.
firstboolean or null
True if this is the first page, false otherwise.
lastboolean or null
True if this is the last page, false otherwise.
pageinteger or null
The current page number. The first page has value 1.
sizeinteger or null
The current page size. Default 15, maximum 250.
totalinteger or null
The number of objects matching the request.

Errors