58. Query: Get "Photos" attached to "Comments"
Get all "Photos" related to "Comments".
query getFarms {
getFarms (farmUuids: ["89196056-61e5-4bce-b676-d488d611a829"]){
uuid
fields{
uuid
name
notes {
uuid
comments {
uuid
photos {
uuid
url
}
}
}
}
}
}
It is mandatory to use the geopardApiKey
query parameter or Authorization header to render a "Photo" via URL.
Previous57. Query: Get "Photos" attached to the selected "Note"Next59. Query: Get "AsAppliedDatasets"
Last updated
Was this helpful?