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 5 Next »

Fetch a set of terms

Endpoint ID:2101
Method:

GET

URL:

/permissions/terms/{termsID}


termsIDA GUID string identifier for the terms
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:200OK

404Terms not found

412The contract does not allow access to these terms
  • No labels