Search Contracts

Use this API to search for contracts associated with a specific vendor by key terms and filters.

Path Params
uuid
required

The unique identifier of the vendor. The value can be obtained using List Vendors API.

Query Params
int32
Defaults to 0

Page number of the results list (0…N).

int32
1 to 2000
Defaults to 20

Number of records per page (1…N).

string
Defaults to name,asc

Returns the contracts list in sorted order. Returns records in ascending order by contract name by default.

Body Params
filters
array of objects

The filter criteria for engagement search.

filters
string
length between 1 and 255

The text string for engagement search.

string
length between 1 and 100

The field for engagement text search.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 3 required scopes
URL
Response
Choose an example:
application/json
*/*