Retrieve a paginated list of contract templates
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/contract-templates \ --header 'x-api-key: <api-key>'
{ "message": "<string>", "success": true, "status": 123, "data": {}, "pagination": { "skip": 123, "take": 123, "totalElements": 123, "totalPages": 123 } }
API key for authentication
SDK version for tracking and compatibility
Number of records to skip
x >= 0
Number of records to take
1 <= x <= 100
Contract templates retrieved successfully
Response message
Indicates successful response
true
false
HTTP status code
Response data
Show child attributes
Number of records skipped
Number of records taken
Total number of elements
Total number of pages
Was this page helpful?