Returning all contracts
Returns all contracts.
GET /contracts
Returns all contracts.
Query Parameters
Name
Type
Description
pageIndex*
Integer
The number of pages to skip before starting to collect the result set
pageSize*
Integer
The numbers of items to return
type
String
Contract type
{
headers:
x-total-count:
schema:
type: integer
description: Total items in the collection.
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Contract'
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated