Fetch a set of terms
Endpoint ID: | 2101 | |
Method: | GET | |
URL: | /permissions/terms/{termsID} | |
termIDs | ID of terms to get | |
Request body: | None | |
Response body: | Example 1 – Request for terms with ID 7a6776a3-9411-4d34-9866-99aa9ac7cc27 { "id": "7a6776a3-9411-4d34-9866-99aa9ac7cc27", "name": "Some terms", "description": "This explains everything", "text": "", "versions": [ { "version": "1.0", "state": "draft", "text": "Please accept our terms and conditions" } ] } | |
Status codes: | 200 | |
404 |