I have couple of Reflections, which i am trying to query using rest API
Get Reflection API doesn’t work:
GET /api/v3/reflection
Error:
{“errorMessage”:“Something went wrong”,“moreInfo”:“HTTP 405 Method Not Allowed”}
while /api/v3/reflection/{id} works fine.
Even reflection summary doesn’t work.
GET /api/v3/reflection/summary
Error
{'moreInfo': 'reflection at with id [summary] not found', 'errorMessage': u'Something went wrong'}
Please suggest.