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 contact list by ID. See QueryContactLists to return a list of contact lists and determine individual contactListIds.
Request Parameters
Parameter | Demo Value | Description | Data Type |
---|---|---|---|
GetContactList | Contact list request by unique ID | object | |
Id | Unique ID of resource | long |
* indicates choice value, bolded parameters are required
Response Parameters
Parameter | Description | Data Type |
---|---|---|
ContactList | List of Contacts | |
id | long | |
Name | string | |
Size | integer | |
Created | dateTime | |
Status | [ACTIVE, VALIDATING, IMPORTING, IMPORT_FAILED, ERRORS, DELETED, PARSE_FAILED, COLUMN_TOO_LARGE] | ContactListStatus |