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.
Get list of agents attached to ccc campaign.
Request Parameters
Parameter | Demo Value | Description | Data Type |
---|---|---|---|
GetAgentsRequest | Agents associated with CCC Campaign | object | |
campaignId | Unique ID of campaign | long |
* indicates choice value, bolded parameters are required
Response Parameters
Parameter | Description | Data Type |
---|---|---|
GetAgentsResponse | List of Agents attached to CCC Campaign | |
TotalResults | Results count | long |
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 |