Skip to main content
GET
/
v1
/
eventCalls
Get Calls
curl --request GET \
  --url http://localhost:4000/v1/eventCalls \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "eventCalls": [
      {
        "id": 8,
        "isSlotFree": false,
        "overBooked": 0,
        "totalOverBooked": 0,
        "SettedClaim": {
          "id": 19,
          "claimStatus": "USER_SCHEDULED",
          "outcome": "APPROVED",
          "user": null
        },
        "deals": [],
        "deletedAt": null,
        "locationLink": null,
        "locationLinkInvitee": null,
        "cancelReason": null,
        "location": "PHONE_CALL",
        "isCalendarConnected": false,
        "isZoomConnected": false,
        "rescheduledBy": null,
        "rescheduleReason": null,
        "eventId": 4,
        "googleResponseStatus": null,
        "dateTime": "2026-02-27 10:00:00.000",
        "dateTimeUTC": "2026-02-27T05:00:00.000Z",
        "userId": 2,
        "firstName": "Jane",
        "lastName": "",
        "notes": null,
        "allowReschedule": true,
        "cancelledBy": null,
        "email": "dev@example.com",
        "callId": 8,
        "taskId": 8,
        "task": [
          {
            "id": 8,
            "completed": false,
            "outcome": null,
            "noSaleReason": null,
            "objection": null,
            "notes": null
          }
        ],
        "contactId": 12,
        "utm": [],
        "color": "#0099FF",
        "name": "new-event",
        "duration": 30,
        "durationUnit": "MINUTES",
        "linkPassword": null,
        "eventDeletedAt": null,
        "internalDescription": "",
        "linkPrefix": "amunim/new-event",
        "previewId": "contact_1a9L9PIsHg_t",
        "inviteeEmail": "+923231312983",
        "inviteeName": "  ",
        "phoneNumber": "+923231312983",
        "inviteTimeZone": "Asia/Karachi",
        "inviteeSecondaryEmail": null,
        "inviteeSecondaryPhone": null,
        "questions": [
          {
            "statement": "First Name",
            "answer": ""
          },
          {
            "statement": "Phone Number",
            "answer": "+923231312983"
          }
        ],
        "secondaryAnswers": [],
        "callType": "STRATEGY_EVENT",
        "eventType": "UPCOMING",
        "userAvailabilityTimezone": "Asia/Karachi",
        "slotFreeEnabled": false,
        "emailValidationResult": null
      }
    ],
    "count": 8
  }
}

Authorizations

Authorization
string
header
required

API key required in Authorization header. Format: iclosed-<token>

Query Parameters

id
integer
ids
string
eventId
integer
dateTime
string
userId
integer
previewId
string
contactId
integer
eventType
enum<string>
Available options:
PAST,
UPCOMING,
ALL
dateFrom
string
dateTo
string
limit
integer
Required range: 1 <= x <= 1000
page
integer
Required range: x >= 0
userIds
string
teamIds
string
eventIds
string
types
string

Comma-separated. Allowed values: rescheduled_events, cancelled_events, scheduled_events

inviteeEmails
string
outcomes
string

Comma-separated. Allowed values: WON, NO_SALE, QUALIFIED, UNQUALIFIED, PENDING, APPROVED, REJECTED, PENDING_OUTCOME

noSaleReason
string

Comma-separated. Allowed values: FOLLOW_UP_SCHEDULE, UNQUALIFIED, NO_SHOW, CONTACT_CANCELLED, ADMIN_CANCELLED, NOT_INTERESTED, BAD_FIT, OTHER

utmKeys
string
utmValues
string
callTypes
string

Comma-separated. Allowed values: STRATEGY_EVENT, DISCOVERY_EVENT

setterIds
string

Response

List of event calls with count

data
object
required