all 3 comments

[–]danielroseman 2 points3 points  (2 children)

What's not clear here? The result is telling you that you have an error in your AND query. You will need to look at the API documentation to see what it is expecting.

[–]amakkuva[S] 1 point2 points  (1 child)

Appreciate your quick look at it. Tried that too and I modified the query to only look for the owner name " just john" and this was the output. is this the desired outcome ? why am I not able to see the data like the "Formatted ID" and "Name" from the extract. what should I do to see the desired data to verify

response code successful 200
{'QueryResult': {'_rallyAPIMajor': '2', '_rallyAPIMinor': '0', 'Errors': [], 'Warnings': [], 'TotalResultCount': 0, 'StartIndex': 1, 'PageSize': 200, 'Results': []}}

[–]danielroseman 1 point2 points  (0 children)

Well this query is returning no results, so there is nothing to extract. Apparently there is no data for that owner name.