View Reflections Summary
Note:
Enterprise Edition only
This API retrieves a list of reflection-summary
objects, one for each reflection in an organization.
See “Reflection and Reflection-Summary Objects” for the structure and descriptions of the fields of reflection-summary
objects.
Syntax
GET /api/v3/reflection/summary
Response Output
{
"data": [
reflection-summary,
...
]
}
Response Codes
401
- Indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource. Check that the request header includes an Authorization token and that the token is correct.403
- Indicates that the client request has not been completed because the client has insufficient rights.
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.