Hi all,

I have been looking into the DSpace Rest API endpoint documentation 
<https://github.com/DSpace/DSpace/tree/master/dspace-rest>, and I couldn't 
find a way to get items in a specific community. I am looking for something 
like this:

GET http:
//localhost:8080/community/:ID/items[?expand={metadata,parentCollection,parentCollectionList,parentCommunityList,bitstreams,all}]

and the following key issues must be addressed:

1. I need to get all items from the top level community's collections and 
any sub-community collections.
2. Items should be expandable

How do I do that? 

I've seen the code that builds the collections in CommunitiesResource.java 
<https://github.com/DSpace/DSpace/blob/master/dspace-rest/src/main/java/org/dspace/rest/CommunitiesResource.java#L299>
 lines 299 
to 359, would what I'm looking be drastically different from that?

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to