v1
latestOpenAPI 3.0.02026-07-24226294602.4 KBContract Templates
Search Contract Templates
Search a list of contract templates.
get/documents/contracts/templates/search
Query parameters
sortstring
Specifies the attribute by which the search results should be sorted, along with the direction of the sorting. Refer to the "Using Sort Functionality" section under the Guides tab for more information about providing a sort parameter.
pageinteger
Specifies the page of records to be returned. Defaults to 1.
page_sizeinteger
Number of records to return per page. Maximum and default are 100 records.
qstring required
Search query. Refer to the "Using Search Functionality" section under the Guides tab for more information about building a query.
Headers
x-api-keystring required
A valid API key. If you don't have one, please request one through the Web Integrations screen.an ex
Response
List of contract templates.
Example response
{
"contract_templates": [
{
"id": 1234567891234567,
"contract_status_id": 1234567891234567,
"created": {
"created_by_id": 1234567891234567,
"created_on_datetime": "2014-12-31T23:59:59.938Z"
},
"updated": {
"updated_by_id": 1234567891234567,
"updated_on_datetime": "2014-12-31T23:59:59.938Z"
}
}
]
}