Return a list of all wipe requests
Returns all wipe requests. Only users with the Standard Registry role are allowed to make the request.
headers:
x-total-count:
schema:
type: integer
description: Total items in the collection.
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/WiperRequestDTO'
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'