Find an object by it's ID.
GET/objects/:objectId
Use this method to retrieve an object by its ID.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 405
- default
Returns the requested object record details
The received request was malformed resulting in form validation errors.
Unauthorized: Invalid or no authentication details were provided.
The authentication was successful, but the authenticated user does not have access to the resource.
The requested resource was not found.
This method is not allowed or a validation exception has occurred.
An internal server error has occurred. Please contact your 8x8 support resource.