GET
/
v1
/
integrations
/
engagements
curl --request GET \
  --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/integrations/engagements
[
  {
    "id": "<string>",
    "externalId": "<string>",
    "engagementType": "<string>",
    "direction": "<string>",
    "subject": "<string>",
    "content": "<string>",
    "startTime": "<string>",
    "endTime": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "recordingId": "<string>",
    "opportunityId": "<string>",
    "accountId": "<string>",
    "organizationId": "<string>",
    "account": "<any>",
    "engagementUsers": [
      "<any>"
    ]
  }
]

Query Parameters

cursor
string
recordingId
string
externalId
string

Response

200 - application/json

Get engagements

The response is of type object[].