Last updated 1 year ago
Was this helpful?
GET /contracts/retire/requests
GET
/contracts/retire/requests
Returns all retire requests.
contractId
String
Contract Identifier
pageSize
Number
The numbers of items to return
pageIndex
The number of pages to skip before starting to collect the result set
headers: x-total-count: schema: type: integer description: Total items in the collection. content: application/json: schema: type: array items: $ref: '#/components/schemas/RetireRequestDTO'