Retrieving Draft Notes from the Server

Using the review notes app, it’s great that the notes are saved in draft form on the server so they can be retrieved when you reopen the same playlist in the notes app again.

We are looking at copying subs and notes from one playlist to another as part of an automated process, and want to transfer the draft notes too, however draft notes don’t seem to be exposed as part of the API.

Is there a way to retrieve the draft notes from the server and relink them to the new playlist? I saw that it works with a crud/requests endpoint, can we potentially utilise that?