Hi,

The REST API documentation is available at 
https://github.com/DSpace/RestContract

To find all the Items in a Collection, you'd use the search endpoint, and 
pass in the UUID of the collection as the "scope":

https://github.com/DSpace/RestContract/blob/main/search-endpoint.md#search-endpoint

In general, if you are trying to find which endpoint to use in the REST 
API, you can discover it simply by using the User Interface.  The User 
Interface uses the REST API at all times... so if you click a button or 
visit a page in the User Interface, you can see which REST API endpoints it 
uses to gather that data.  In your browser, you'd open the DevTools and 
take a look at the "Network" tab, where you can see every call the User 
Interface makes to the REST API.

Tim


On Friday, February 24, 2023 at 7:59:04 AM UTC-6 badaka...@gmail.com wrote:

> I'm trying to get all the items in a collection using the endpoint of the 
> Rest-API on Dspace 7. I've looked at the Rest-API documentation on github 
> but I can't find it. I think in Dspace 6 a user can get all the items in a 
> collection using the /collections/{collectionId}/items endpoint, then for 
> dspace 7 what endpoint can I use? 
> Thank you in advance.
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/3c55f46d-743a-4f10-a6f1-140abf2abc52n%40googlegroups.com.

Reply via email to