List contracts

GET {{baseUrl}}/contracts

Retrieve all stored contracts related to a customer.

Pagination options are available via the query parameters.

Allowed roles : CREATOR, EDITOR and VIEWER

Request Params

KeyDatatypeRequiredDescription
pageTokenstringThe pageToken parameter identifies a specific PageModel in the result set that should be returned.
In an API response, the nextPageToken and prevPageToken properties identify other PageModels that could be retrieved.
limitnumber(Optional query) Limit the number of results.

Accepts a positive integer between 1 and 100. Default: 100

Note that the sever may choose to ignore this parameter and use a lower value.

Example: 20 | | sort | string | | (Optional query) Sorting order |

HEADERS

KeyDatatypeRequiredDescription
tangany-versionnumber(Required) API version
Acceptstring
_tangany-datastring

RESPONSES

status: OK

{"items":[{"id":"78c483d7-5e6d-488b-981c-2ac4bccca2a5","version":"1.1","contractValidFrom":"1957-06-28T20:52:34.830Z","content":"irure sit sunt amet","additionalAttributes":{"sint42":"laborum ame","culpac":"aute tempor culpa ipsum"}},{"id":"78c483d7-5e6d-488b-981c-2ac4bccca2a5","version":"1.1","contractValidFrom":"1966-07-30T03:10:18.625Z","content":"elit enim adipisicing nulla","additionalAttributes":{"aliqua6a":"qui laborum in","cillumb":"elit tempor","in_e":"enim ullamco incididunt"}}],"nextPageToken":"NDg2ODg=","pageInfo":{"totalResults":15026387.859400049,"resultsPerPage":-23760927.52687189}}