cURL
curl --request GET \ --url https://api.example.com/api/core/use-cases/{use_case_id}/glossary \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "glossary": "<string>", "glossary_filename": "<string>", "glossary_description": "<string>" }
Get the glossary for a use case. Returns null if the use case has no glossary.
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?