java.lang.Object
com.ringcentral.paths.restapi.account.telephony.sessions.parties.answer.Index

public class Index extends Object
  • Field Details

  • Constructor Details

    • Index

      public Index(Index parent)
  • Method Details

    • path

      public String path()
    • path

      public String path(Boolean withParameter)
    • post

      public CallParty post(AnswerTarget answerTarget) throws RestException, IOException
      Answers a call on a certain device by passing the corresponding device ID in request body. Supported for call forwarding, call transfer, call flip and call queues. HTTP Method: post Endpoint: /restapi/{apiVersion}/account/{accountId}/telephony/sessions/{telephonySessionId}/parties/{partyId}/answer Rate Limit Group: Light App Permission: CallControl
      Throws:
      RestException
      IOException