Get all Dictionary Records by name
GET {{url}}/{{tenantName}}/{{instanceName}}/dictionaries/:dictionaryName
HTTP Request
GET /{tenantName}/{instanceName}/dictionaries/{dictionaryName}
in our example it would be:
GET https://api.live.welkincloud.io/gh/sb-demo/dictionaries/cpt
Responses
Code | Description |
---|---|
200 | OK |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
search | string | ||
dateStart | string | ||
dateEnd | string | ||
showDeleted | boolean |