You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been looking to find an answer to this for quite a while but couldn't find anything in the docs…
I try to retrieve a version together with its notes, but I need to have more of the notes than just the standard fields that are retrieved.
Here's the relevant part:
I thought notes.Note.content would be the right way to do it but since it is a collection, it does not seem to work. The response does not give me the notes content fields but just this:
{
"notes": [
{
"type": "Note",
"id": 25797,
"name": "Example User on 008_010_v103 and 008_010 - this is a test"
}
],
"type": "Version",
"id": 4068
}
Is there any way to get specified fields of the notes list or do I need to perform another query to get these?
The text was updated successfully, but these errors were encountered:
I've been looking to find an answer to this for quite a while but couldn't find anything in the docs…
I try to retrieve a version together with its notes, but I need to have more of the notes than just the standard fields that are retrieved.
Here's the relevant part:
I thought
notes.Note.content
would be the right way to do it but since it is a collection, it does not seem to work. The response does not give me the notes content fields but just this:Is there any way to get specified fields of the notes list or do I need to perform another query to get these?
The text was updated successfully, but these errors were encountered: