---
title: "POST /crm/events/search"
method: POST
path: "/crm/events/search"
tags: ["CrmEvent"]
---

# POST /crm/events/search

`POST /crm/events/search`

Search for events

## Query parameters

- `fields` string, nullable
- `pageSize` string, nullable
- `cursor` string, nullable

## Request body

- object
  - `searchCriteria` unknown, required

## Response `200`

- CrmSearchEventsResponse
  - `status` 'ok' | 'error', required
  - `next` string, nullable
  - `previous` string, nullable
  - `results` CommonEvent[], required
    - `id` string, required — The unique `id` of this object in Revert
    - `remoteId` string, required — The unique `id` of this object in the downstream CRM.
    - `createdTimestamp` unknown, required
    - `updatedTimestamp` unknown, required
    - `additional` unknown
    - `type` string, required — The type of the event in the CRM.
    - `subject` string, required — The Subject of the event/meeting in the CRM.
    - `startDateTime` string, required — Event start date time.
    - `endDateTime` string, required — Event end date time.
    - `isAllDayEvent` boolean, required — Is `true` if the event is an all day event.
    - `description` string, required — Description of the event/meeting.
    - `location` string, required — The location of the event/meeting.

## Other responses

- `401`
- `404`
- `500`

---

[API](https://skmtc.net/revertinc/apis/revert-api.md) · [All operations](https://skmtc.net/revertinc/apis/revert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revertinc/revert-api/versions/698ea54a2330/schema)
