Retrieve a SoftLayer_Ticket_Update_Employee record.
Overview
getObject retrieves the SoftLayer_Ticket_Update_Employee object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Ticket_Update_Employee service. You can only retrieve employee updates to tickets that your API account has access to.
Parameters
None
Required Headers
Optional Headers
Return Values
Error Handling
- Throw the error “Unable to find object with id of {id}.” if the given initialization parameter has an invalid id field.
- Throw the error “Access Denied.” if the given initialization parameter id field is not the account id of the user making the API call.