Footer Section
Explore

The (zero-indexed) page number to return
The number of results to return per page
The NQL query to find clauses
A paged array of clauses
curl --request GET \--url https://app1.congacontracts.com/Contracts/rest/v1/clause \--header 'Accept: application/json'
1{2"clauseList": [3{4"id": "string",5"familyId": "string",6"revision": 0,7"name": "string",8"description": "string",9"category": "string",10"type": "string",11"text": "string",12"createdOn": 0,13"lastUpdatedOn": 0,14"createdBy": "string",15"lastUpdatedBy": "string",16"deleted": true,17"securityId": "string",18"securityLevel": 0,19"securityName": "string",20"securityDescription": "string",21"clauseGroupName": "string",22"isLatestRevision": true23}24],25"totalCount": -900719925474099126}