Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions communities.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@ Exposed links:

Example: t.b.p

It returns the sub-communities within this community
It returns the direct sub-communities within this community. Please note that, to provide good performance,
the REST API uses information flatten and stored in SOLR at the time of item indexing that could become stale
when new delegation are enabled (i.e. a community or collection admin group are created). In such case you are
advised to reindex your items. This doesn't apply when your delegation are already inplace and you only change
the members of an admin group, these changes are immediately visible without any need to reindex.

The supported parameters are:
* page, size [see pagination](README.md#Pagination)
Expand All @@ -94,7 +98,11 @@ The supported parameters are:

Example: <http://dspace7.4science.it/dspace-spring-rest/#http://dspace7.4science.it/dspace-spring-rest/api/core/communities/7669c72a-3f2a-451f-a3b9-9210e7a4c02f/collections>

It returns the collections within this community
It returns the collections direct children of this community. Please note that, to provide good performance,
the REST API uses information flatten and stored in SOLR at the time of item indexing that could become stale
when new delegation are enabled (i.e. a community or collection admin group are created). In such case you are
advised to reindex your items. This doesn't apply when your delegation are already inplace and you only change
the members of an admin group, these changes are immediately visible without any need to reindex.

The supported parameters are:
* page, size [see pagination](README.md#Pagination)
Expand Down