Returning all Retired VCs

Return a list of all retire vcs.

GET /contracts/retire

Returns all retire vcs.

Query Parameters

NameTypeDescription

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/'

Last updated