Skip to main content
GET
List CRM events

Authorizations

Authorization
string
header
required

Bearer token created for a specific company in Integrations → API.

Query Parameters

businessCaseId
integer

ID of a business case. Mutually exclusive with clientId and supplierId.

Example:

501

clientId
integer

ID of a client. Mutually exclusive with businessCaseId and supplierId.

Example:

101

supplierId
integer

ID of a supplier. Mutually exclusive with businessCaseId and clientId.

Example:

151

type
enum<string>

Optional filter by CRM event type.

Available options:
note,
email,
phone_call,
document_linked
Example:

"note"

perPage
integer
default:10

Number of results per page. Maximum is 200.

Required range: 1 <= x <= 200
Example:

10

page
integer
default:1

Page number to return.

Required range: x >= 1
Example:

1

Response

CRM event list.

data
object[]
paginator
object

Pagination metadata returned by paginated list endpoints.