-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notes API - Note ID #29
Comments
The note object is returned when creating a new note. You can update that note by adding a new comment or resolving it. Is that sufficient? |
Hey Tim, So I looked at the plugin demos and modified the
Looking at the
While we certainly could save this whole object into our database, I'm not sure how we can return back to this note later on without some sort of unique ID/GUID. If this note has been modified in Paratext, we no longer will be able to match them up easily with the one stored in our database. |
Ah, I see. If this is holding you up and you are unable to wait, you can use reflection to get at the ID through the |
Thanks Tim - feature request was submitted (PTXS-40134) |
We are pushing notes to the various corpora through our plugin successfully. Ideally it would very handy when sending a new note through the API for the ID of the new note to be returned back to us. We also need a way to later send an update to the same note through the API, identifying it by the ID, to flag the note as resolved. Is this possible? Not sure how you all keep track of note objects internally.
The text was updated successfully, but these errors were encountered: