curl --request GET \
--url https://app.closerx.ai/api/v2/quick-campaign-results/ \
--header 'Company-Name: <company-name>' \
--header 'api_key: <api-key>'{
"count": 123,
"next": "<string>",
"previous": "<string>",
"results": [
{
"id": 123,
"sid": "<string>",
"contact_id": 123,
"contact_number": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"company_name": "<string>",
"industry": "<string>",
"address": "<string>",
"custom1": "<string>",
"custom2": "<string>",
"custom3": "<string>",
"custom4": "<string>",
"scheduling_charge": "<string>",
"calender_id": 123,
"appointment_booked": true,
"call_duration": 123,
"status": "<string>",
"improvement_tags": [
"<string>"
],
"outcome": "<string>",
"recording_url": "<string>",
"transcription": [
"<string>"
],
"transcription_text": "<string>",
"notes": "<string>",
"credit_deduction": "<string>",
"errors": "<string>",
"response_sentiment": "<string>",
"triggered_by_crm": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"quick_campaign": "<string>"
}
]
}Returns the campaign distribution
curl --request GET \
--url https://app.closerx.ai/api/v2/quick-campaign-results/ \
--header 'Company-Name: <company-name>' \
--header 'api_key: <api-key>'{
"count": 123,
"next": "<string>",
"previous": "<string>",
"results": [
{
"id": 123,
"sid": "<string>",
"contact_id": 123,
"contact_number": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"company_name": "<string>",
"industry": "<string>",
"address": "<string>",
"custom1": "<string>",
"custom2": "<string>",
"custom3": "<string>",
"custom4": "<string>",
"scheduling_charge": "<string>",
"calender_id": 123,
"appointment_booked": true,
"call_duration": 123,
"status": "<string>",
"improvement_tags": [
"<string>"
],
"outcome": "<string>",
"recording_url": "<string>",
"transcription": [
"<string>"
],
"transcription_text": "<string>",
"notes": "<string>",
"credit_deduction": "<string>",
"errors": "<string>",
"response_sentiment": "<string>",
"triggered_by_crm": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"quick_campaign": "<string>"
}
]
}The name of the schema to be used for the request
Dashboard data response
Total number of quick campaign results
URL to the next page of results
URL to the previous page of results
Array of quick campaign result objects
Show child attributes
Unique identifier for the quick campaign result
Session ID
ID of the contact
Contact phone number
Email address of the contact
First name of the contact
Last name of the contact
Name of the company
Industry of the contact
Address of the contact
Custom field 1
Custom field 2
Custom field 3
Custom field 4
Scheduling charge for the call
Calendar ID associated with the call
Indicates if an appointment was booked
Duration of the call in seconds
Status of the call
Array of tags for improvement
Outcome of the campaign
URL to the call recording
Array of transcription data
Full transcription text
Additional notes for the campaign
Credit deduction details
Any errors encountered
Sentiment of the response
CRM system that triggered the campaign
Timestamp when the result was created
Timestamp when the result was last updated
Identifier for the quick campaign