[dspace-tech] Dspace API | apply filters

2023-07-26 Thread raja's view
Hi Team, Kindly share the Dspace collection listing API and scope based Items listing API in Dspace. We need below fields only for response, can you please suggest how to apply the filters in that API. dc.title Bitstream Item Name -- All messages to this mailing list should adhere to the Code

Re: [dspace-tech] DSpace API

2017-10-10 Thread Terry Brady
Ed, The following tutorial link might also be helpful: https://github.com/terrywbrady/restReportTutorial/blob/master/README.md This link details how to use the REST-based reporting tools introduced in DSpace 6. It helps to generate CSV files that can be used by the Batch Metadata Editing

Re: [dspace-tech] DSpace API

2017-10-09 Thread Ed Warga
Thanks, Terry. I'm looking to export metadata, maybe batch update metadata, and batch upload new items. I'm also looking to pull bitstream policy data from the repo to do some clean up. Thanks for the Github link. I'll check it out. Ed On Fri, Oct 6, 2017 at 10:14 AM, Terry Brady

[dspace-tech] DSpace API and Command Line

2017-10-09 Thread Monika Mevenkamp
All Y’all There is a lot of stuff going on of cause right now with the new interface work, which goes along with building out the REST API. I think it will make sense to eventually see whether there is interest to redo the dspace CLI, such that it is implemented against the REST API and such

Re: [dspace-tech] DSpace API

2017-10-06 Thread Terry Brady
Ed, What admin actions are you hoping to support? The following repo describes some of the custom administration that we have developed at Georgetown: https://github.com/Georgetown-University-Libraries/batch-tools Terry On Thu, Oct 5, 2017 at 10:16 AM, Ed Warga wrote:

Re: [dspace-tech] DSpace API

2017-10-06 Thread Claudia Jürgen
Hello Ed, depending on what you want to achieve, the curation task system might be the right start. https://wiki.duraspace.org/display/DSDOC6x/Curation+System DSpace includes several out-of-the-box tasks which might be a template for you. Hope this helps Claudia Jürgen Am 05.10.2017 um 19:16

[dspace-tech] DSpace API

2017-10-05 Thread Ed Warga
Hello, I'm beginning to think about using the API for certain management activities in my repo. Wondering if anyone has created any scripts to leverage the API in DSpace. I'm looking for =some examples to work from as I get started. What have you done!? Can you share any scripts or ideas?