Glossary

Get glossary by project type

Returns all glossary terms with translations for a given project type.

GET
/api/v2/glossary/by-project-type/{id}

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Path Parameters

id*integer

Project type identifier

Response Body

application/json

curl -X GET "https://example.com/api/v2/glossary/by-project-type/1"
{  "items": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "sourceTerm": "Account",      "translations": [        {          "languageId": 1,          "lang": "en",          "translatedTerm": "Account"        }      ]    }  ]}
Empty
Empty