Forum - Citation Notes and Tags
- This topic has 2 replies, 2 voices, and was last updated 3 years, 2 months ago by Barak Hecht.
- AuthorPosts
- June 24, 2020 at 6:26 am #66868Michael SimmonsParticipant
How do I copy notes and tags?
I’m trying to automate a long lengthy manual process where in the library prepares the data for the course loader.
i.e when an instructor is assigned to a blackboard course we automatically create the course in Leganto with the blackboard LTI course code, instructors, student numbers, start and end dates and so on and then locate the previous Course and roll over (copy) its reading lists and citations.
I’m trying to do this via the REST API. And it seems to have lots of holes.
Whats the point of even having and api to read and write reading lists and citations if it can only do a partial job.Ideally I’d want API function that takes a source and destination course and uses the Course Loader Roll over rules and options to roll over the reading lists and citations.
I send
“note”: [
{
“content”: “Michael was here”,
“creation_date”: “2020-06-18Z”,
“created_by”: “XXXXXX”,
“type”: “Library”
},
{
“content”: “Michael was here also”,
“creation_date”: “2020-06-18Z”,
“created_by”: “XXXXXX”,
“type”: “Instructor”
}
],and get back
“note”: []July 20, 2020 at 3:11 am #67099Michael SimmonsParticipantAlso the Copyright status of Approved is copied across but its missing “Approved Automatically / Extract percent less than 10 – Auto approval”
If I cont copy the copyright across then its left as Not DeterminedJuly 20, 2020 at 6:18 am #67101Barak HechtParticipantHi,
In the August release there will be a new duplicate list API added.
It is just as duplicate works from the UI and is currently not performing a rollover.
I would suggest an idea exchange to support list rollover.BR
- AuthorPosts
- You must be logged in to reply to this topic.