Skip to main content
GET
Search personnel related events by name

Authorizations

Authorization
string
header
required

Send the full Business API key from Settings -> API Keys, for example Authorization: Bearer sk_your_api_key.

Headers

x-call-source
enum<string>
Available options:
api,
agent

Query Parameters

person_name
string
required

Exact personnel full name. Matching is case-insensitive and ignores leading and trailing whitespace.

Required string length: 1 - 200
date_start_from
string<date>

Inclusive lower bound for the event start date. Defaults to the current date when omitted.

date_start_to
string<date>

Inclusive upper bound for the event start date. Omit for no upper bound.

page
integer
default:1
Required range: x >= 1
pageSize
integer
default:20
Required range: 1 <= x <= 100

Response

Paginated events, or a business-error envelope when the per-user concurrency limit is exceeded

items
object[]
required
total
integer
required
page
integer
required
pageSize
integer
required
totalPages
integer
required
hasMore
boolean
required