Get Dictionary Record by name and ID
GET {{url}}/{{tenantName}}/{{instanceName}}/dictionaries/{{dictionaryName}}/{{dictionaryRecordId}}
HTTP Request
GET /{tenantName}/{instanceName}/dictionaries/{dictionaryName}/{dictionaryRecordId}
in our example it would be:
GET https://api.live.welkincloud.io/gh/sb-demo/dictionaries/cpt/001806e2-3464-40b2-8adb-e756abe31fb1
Responses
| Code | Description |
|---|---|
| 200 | OK |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |