/rest/api/i18n
Provides services to retrieve i18n values.
GET v1/relations[/filter]
Returns an I18nRelationsContainerDTO containing i18n information of the relations for the given entities. You may reduce the results by passing a set of relation names as filter. The 'master' flag controls whether the given entities should act as master or slave table in the resulting relations.
Response
application/json; charset=UTF-8
Map -
Request
application/json; charset=UTF-8
Parameter Type
Type
Name
Description
Optional
Default Value
QUERY
entity
A list of entity names to retrieve the i18n relation names for.
false
QUERY
relation
A list of relation names the result should be filtered to.
true
QUERY
isMaster
'true'/'false' if the given entities are master/slave entities of the relations.
true
true