Returns the full detail for a single dictionary, including the terms array.
terms
cURL
curl --request GET \ --url https://api.vocobase.com/api/v2/dictionaries/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "term_count": 123, "char_count": 123, "attached_agent_count": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "terms": [ "<string>" ] } }
API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.
rg_live_xxxx
Dictionary ID.
Dictionary detail.
Show child attributes