pii-request-controller
List PII requests
List the PII requests in the repository.
get/api/piiRequests
Query parameters
endDtmstring date-time
endDtm
fulfilledboolean
fulfilled
newestFirstboolean
newestFirst
pageinteger
page
sizeinteger
size
sortedboolean
startDtmstring date-time
startDtm
unsortedboolean
Response
OK
Example response
{
"content": [
{
"person": {
"expiringDtm": "yyyy-MM-dd'T'HH:mm:ss"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.