Returning list of all Retire Requests

Return a list of all retire requests.

GET /contracts/retire/requests

Returns all retire requests.

Query Parameters

NameTypeDescription

contractId

String

Contract Identifier

pageSize

Number

The numbers of items to return

pageIndex

Number

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'

Last updated