Hi Antti,

You may have already discovered this, but *everything* you can do from the 
DSpace 7 User Interface is also possible to do via the REST API.  This is 
because the REST API is called everytime you click a link or button in the 
UI.  You can see all these REST API calls in your browser's Developers 
Tools while interacting with the UI.  Take a look at the "Network" tab in 
those Developer Tools.

Generally speaking, if you want to figure out how to do something via the 
REST API, just do it via the UI and see what calls it makes.  Then you can 
also check the docs for that specific endpoint 
at https://github.com/DSpace/RestContract/#readme

Tim

On Monday, October 9, 2023 at 8:38:39 AM UTC-5 [email protected] wrote:

> Hi!
>
> I've tried to find the correct API endpoint (DSpace 7.6) for uploading 
> bitstreams to the repository. All I could find where either managing the 
> metadata of the bitstreams or move/delete operations per bitstream. Is this 
> sort of operation possible with the 7.x version, with 5,x I was able to do 
> this?
>
> Otherwise, the experience with the new DSpace has been great! 
>
> Best regards,
> Antti Laurila
> University of Eastern Finland

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/9ff065f4-d354-47ca-87b1-f2a3fd5b5218n%40googlegroups.com.

Reply via email to