/api/dictionaries/{name}
REST API endpoint: /api/dictionaries/{name}
/api/dictionaries/{name}
GET
Summary: Get details of particular dictionary by dictionary name
If dictionary is static, then all values will be returned; if it is dynamic, then no more than 'limit' will be returned from the ones matching 'pattern'.
Parameters
Name | Type | Required | Description |
---|---|---|---|
name | string | Yes | |
no_cache | boolean | No | Do not use cache for dictionary types |
pattern | string | No | Filter by substring (dynamic dictionaries only) |
limit | integer | No | Limit items to given number (dynamic dictionaries only) |
show_last_seen | boolean | No | Show last seen time |
last_seen_from | string | No | Show only last seen newer than given time. Time format: epoch [s] or negative number with unit [h (hours), d (days)] can be provided to get time relative to current. |
last_seen_to | string | No | Show only last seen older than given time.Time format: epoch [s] or negative number with unit[h (hours), d (days)]can be provided to get time relative to current. |