Please login first | Sign up Login
REST service for ID-to-Label mapping

1. Select dictionaries

Select Reset

2. Specify options

    • Simple format shows only the labels.
    • Rich format shows labels together with the source dictionary.

3. Generate URL


!. You can POST a list of ids to the URL, to get their labels.

for example
curl -H "content-type:application/json" -d '["id1", "id2", ...]' URL



Back