Forum Discussion
smogger914
Guide
OlivierS when I do the SELECT * query the author object doesn't have the email. It looks like this:
"author" : {
"type" : "user",
"id" : "3",
"href" : "/users/3",
"view_href" : "/t5/user/viewprofilepage/user-id/3",
"login" : "blah"
},
I did author.email hoping it would work because I wanted to avoid doing another query to get each authors email. Seems like I will have to...
OlivierS
10 years agoLithium Alumni (Retired)
Just a thought here ... smogger914
It might be a permission issue ... When you're using the API browser, you're logged as an administrator.
When running your JAVA code, is your user authenticated as an Admin, or has he just the API privileges?
Related Content
- 2 years ago
- 12 years ago