ClickwrapTerm definitions
Term Definition List
This endpoint retrieves a list of all available term definitions that the user has previously created.
X-Subscription-Key<token>
In: header
Header Parameters
X-Subscription-Key*string
Unique API key used to identify and authorize access to a specific environment
Response Body
application/json
curl -X GET "https://example.com/termDefinitions/list" \ -H "Authorization: Bearer {{authToken}}" \ -H "X-Subscription-Key: {{apiKey}}"{ "result": { "statusCode": 200, "message": "OK", "data": [ { "termDefinition": { "termDefinitionId": "{{guid}}", "name": "{{termTitle}}", "code": "{{termVersionCode}}", "text": "{{termText}}" } } ] }, "origin": "{{originEnvironment}}", "dateTime": "{{responseTimestamp}}", "userId": "{{userId}}"}