CallFire has a new API!
We are proud to announce the launch of our API 2.0! Learn more about our streamlined, transactional and broadcast APIs. This version of the API documentation will remain available for reference only. There will be no new development, only bug fixes. We highly recommend upgrading to our newer and more sophisticated documentation.
Return individual agent by id. See QueryAgents
to return list of agents.
Request Parameters
Parameter | Demo Value | Description | Data Type |
---|---|---|---|
GetAgentRequest | Agent request by unique ID | object | |
Id | Unique ID of resource | long |
* indicates choice value, bolded parameters are required
Response Parameters
Parameter | Description | Data Type |
---|---|---|
Agent | ||
id | Unique ID of Ccc Agent | long |
Enabled | Whether Agent is enable or disabled | boolean |
Name | Name of Agent | string |
Email address of Agent | string | |
LastLogin | DateTime of last login 'CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm]' | dateTime |
CampaignIds | List of CampaignIds this Agent belongs to | List[long] |
GroupIds | List of GroupIds this Agent belongs to | List[long] |
ActiveSessionId | Agent active session | long |