Skip to main content
GET
/
v2
/
quick-campaign-results
cURL
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>"
    }
  ]
}

Authorizations

api_key
string
header
required

Headers

Company-Name
string
required

The name of the schema to be used for the request

Response

Dashboard data response

count
integer
required

Total number of quick campaign results

next
string | null
required

URL to the next page of results

previous
string | null
required

URL to the previous page of results

results
object[]
required

Array of quick campaign result objects