cURL
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>" }
Get a specific mobile event by its ID
Get mobile event by ID
The response is of type object.
object