Hi team,
We are in the process of upgrading dspace from version 5 to 7.6.1.
I have a few queries as listed below.
1. In dspace 7.6.1, each item has an identifier called UUID and in the database, item table we have the item_id column which is id of the items from the dspace 5 or older. This is referred as legacy_id in dspace7 backend rest code.
Is my understanding
correct?
2. So, when an item is created in dspace 7.6.1, the 'item_id' column in item table in the database will remain null. Is my understanding
correct?
3. In dspace 7.6.1, we are currently using dspace REST API v6 (deprecated) to integrate an application with Dspace. So, the rest call "POST /items/find-by-metadata-field
" response doesn't have the name-value pair "id":"Integer id" any more as in Dspace 5 instead we have uuid.
Is my understanding correct?
4. Even though
REST API v6 (deprecated)is used, will the "GET /rest/status" returns <apiVersion> to be "7".
Is my understanding correct?
Can anyone please help me with my understanding which will be very helpful?
Thanks and Regards,
Akshay Karthik Thana Sekar