AcdAgentStatus Data Structure

An ACD agent status is represented as a JSON Object as shown in the following example:

{
	"Abbreviation": null,
	"bOutbound": true,
	"bAgentSettable": true,
	"bVoiceMail": false,
	"bCalls": true,
	"bCallback": false,
	"bEMail": false,
	"bSystem": false,
	"bHoliday": false,
	"bCallForwarding": 0,
	"DTMFInput": null,
	"ID": 9,
	"bQuickStatusButtons": true,
	"bManualPostCall": false,
	"bChat": false,
	"bDistributeDuringCall": false,
	"bPause": false,
	"WavesID": null,
	"FontColor": "white",
	"bSpecifiedGroupsOnly": false,
	"ShortText3": null,
	"ShortText2": "AcdAgentStatusShort.9",
	"bInLocation": true,
	"bLoggedIn": true,
	"bFax": false,
	"Content": "Outbound",
	"ClientsID": 1,
	"ShortContent": "Outbound",
	"ShortText": "AcdAgentStatus.9",
	"BGColor": "blue",
	"bSMS": false,
	"ResellersID": 1,
	"dtLastModified": "2021-08-27T15:35:55.255+02:00",
	"bTicket": false
}
  • No labels