GET Softphone/MuteMic?agentId={agentId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
agentId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DefaultResponseName | Description | Type | Additional information |
---|---|---|---|
State | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "State": "sample string 1" }
application/xml, text/xml
Sample:
<DefaultResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPISoftphone.Models"> <State>sample string 1</State> </DefaultResponse>