Skip to main content
List Interactions of an Employee

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

employee_external_id
string<uuid>
required

Unique ID linked to an Employee, consisting of alphanumeric characters, hyphens and underscores. The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.

Required string length: 1 - 100
Pattern: [a-zA-Z0-9_-]+
Example:

"a3903505-eb84-42dc-a79f-5e7b1fe897b7"

Response

OK

count
integer
required

Total number of Interaction type objects linked to the Employee.

Required range: x >= 0
Example:

2

results
object[]
required

Subset of Interactions starting from offset up to offset + limit.

Example: