View a Reflection
This API returns a reflection object for the reflection assigned the specified ID.
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/{id}
Response Output
{
reflection
}
Response Codes
403
- user does not have permission to list or view reflections (has to be an administrator).404
- a reflection with the specified ID could not be found.
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.