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