List Reflections
Note:
Enterprise Edition only
This API returns a list of reflection
objects, one object for each reflection in the organization.
See “Reflection and Reflection-Summary Objects” for the structure and descriptions of the fields of reflection
objects.
Only users with administrator privileges can use the reflections API.
Syntax
GET /api/v3/reflection
Response Output
{
"data": [
reflection,
...
]
}
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 for the requested resource.
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.