Get dictionary terms

POST https://{{host}}/nuxeo/site/automation/Directory.Entries/

Get terms of a dictionary.

Permissions

The user will only be able to get the terms from the dictionaries of their teams.

Mandatory data

This web service requires at least:

  • "params" -> "directoryName"

Params

directoryName

Name of the dictionary of the terms. Property name of the dictionary.

Request Body

{"params"=>{"directoryName"=>"dictionary1"}}

RESPONSES

status: OK

[{"id":"Term 2","label":"Term 2"},{"id":"Term 3","label":"Term 3"},{"id":"Term 1","label":"Term 1"}]