/
2101: Get terms version
2101: Get terms version
Fetch details for a specific terms version
Endpoint ID: | 2101 | |||||
Method: | GET | |||||
URL: | /permissions/terms/{termsID}/{version} | |||||
termsID | A GUID string identifier for the terms | |||||
version | A terms version string formatted as "major.minor", i.e. "1.0" or "4.7". Alternatively, the string "active" indicates the active version of these terms. This will result in an error if the terms have no active version defined. | |||||
Request body: | None | |||||
Response body: | /permissions/terms/7a6776a3-9411-4d34-9866-99aa9ac7cc27/active { "version": "4.3", "state": "Active", "consents": [ { "id": "584254a8-a401-4f84-8068-92f173dce72e", "name": "E-mail" }, { "id": "7a0e1921-ce0e-4c97-86b9-650a93fad2dd", "name": "SMS" } ], "text": [ { "isDefault": true, "isDynamic": true, "key": "detailed" }, { "isDefault": false, "isDynamic": true, "key": "overview" } ], "files": [ { "isDefault": true, "key": "fineprint", "fileName": "fine-print.pdf", "mimeType": "application/pdf" } ] } | |||||
Status codes: | 200 | OK | ||||
400 | Invalid request. The following subcodes may be returned:
| |||||
404 | Terms version not found. The following subcodes may be returned:
|
, multiple selections available,
Related content
2100: Get terms
2100: Get terms
Read with this
2102: Accept terms
2102: Accept terms
Read with this
2103: Get entity terms acceptance status
2103: Get entity terms acceptance status
More like this
2106: Get entity permission acceptance status
2106: Get entity permission acceptance status
Read with this
1203: Fetch execution status
1203: Fetch execution status
More like this
1300: Fetch consent stream data
1300: Fetch consent stream data
More like this