Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Fetch a set of terms

Endpoint ID:2101
Method:

GET

URL:

/permissions/terms/{termsID}



termIDsID 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
  • No labels