Forum Discussion

smogger914's avatar
9 years ago

Java call not returning author.email, but the studio api browser does

I am doing an api call with a java client and executing the following query using api v2:   SELECT id, body, view_href, subject, author.email FROM messages WHERE replies.count(*) = 0 AND depth = 0 ...