GET
/
v1
/
core
/
mobile-events
/
{id}
curl --request GET \
  --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/mobile-events/{id}
{
  "id": "<string>",
  "recordingId": "<string>",
  "externalOpportunityIds": [
    "<string>"
  ],
  "userId": "<string>",
  "organizationId": "<string>",
  "eventCode": "recorderStateChange",
  "event": {
    "value": "start",
    "trigger": "interruption"
  },
  "createdAt": "<string>"
}

Path Parameters

id
string
required

Response

200 - application/json

Get mobile event by ID

The response is of type object.