/entries

Collection of entries.

get

Get a list of entries.

post

Add a new entry. Currently binary attributes are not supported. New entry is added to the given groups.

Entity representing a entry.

put

Update the entry with id = {entryId}. Binary attributes are not currently supported.

delete

Removes entry from the given group. If entry does not have any groups left, then it will be permanently deleted.

get

Get the entry with entryId = {entryId}.

Collection of groups.

get

Get a list of groups for entry.

post

Add entry to group.

/entryDetails

Collection of entryDetails.

get

Get a list of entryDetails. Binary attributes and groups are not returned to make the operation faster and result smaller. Only VIEW=1 right is returned for the entries. Use GET /entries/:id to get single entryDetails with binary attributes and groups, and possible MODIFY=2 right.

/groups

Collection of groups.

get

Get a list of groups.

/template

Entity representing a template.

get

Get the currently logged-in user's directory view template with containers and masters.