curl --request GET \
--url https://app.closerx.ai/api/v2/campaign-results/ \
--header 'Company-Name: <company-name>' \
--header 'api_key: <api-key>'{
"count": 123,
"next": "<string>",
"previous": "<string>",
"results": [
{
"id": 123,
"sid": "<string>",
"full_name": "<string>",
"contact_number": "<string>",
"call_duration": 123,
"status": "<string>",
"appointment_booked": true,
"outcome": "<string>",
"contact_id": 123,
"direction": "<string>",
"recording_url": "<string>",
"transcription": [
"<string>"
],
"transcription_text": "<string>",
"notes": "<string>",
"improvement_tags": [
"<string>"
],
"credit_deduction": "<string>",
"errors": "<string>",
"calender_id": 123,
"response_sentiment": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"campaign": "<string>"
}
]
}Returns the campaign distribution
curl --request GET \
--url https://app.closerx.ai/api/v2/campaign-results/ \
--header 'Company-Name: <company-name>' \
--header 'api_key: <api-key>'{
"count": 123,
"next": "<string>",
"previous": "<string>",
"results": [
{
"id": 123,
"sid": "<string>",
"full_name": "<string>",
"contact_number": "<string>",
"call_duration": 123,
"status": "<string>",
"appointment_booked": true,
"outcome": "<string>",
"contact_id": 123,
"direction": "<string>",
"recording_url": "<string>",
"transcription": [
"<string>"
],
"transcription_text": "<string>",
"notes": "<string>",
"improvement_tags": [
"<string>"
],
"credit_deduction": "<string>",
"errors": "<string>",
"calender_id": 123,
"response_sentiment": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"campaign": "<string>"
}
]
}The name of the schema to be used for the request
Dashboard data response
Total number of campaign results
URL to the next page of results
URL to the previous page of results
Array of campaign result objects
Show child attributes
Unique identifier for the campaign result
Session ID
Full name of the contact
Contact phone number
Duration of the call in seconds
Status of the call
Indicates if an appointment was booked
Outcome of the campaign
ID of the contact
Direction of the call (inbound/outbound)
URL to the call recording
Array of transcription data
Full transcription text
Additional notes for the campaign
Array of tags for improvement
Credit deduction details
Any errors encountered
Calendar ID associated with the call
Sentiment of the response
Timestamp when the result was created
Timestamp when the result was last updated
Name or ID of the campaign