Skip to content

RcCallLogLeg

One RingCentral call leg included in a detailed call record.

Properties

Property Type Required Description
legType string No RingCentral leg classification.
master boolean No Whether this is the master leg for the call.
direction string No Inbound or outbound leg direction. Allowed values: Inbound, Outbound.
action string No RingCentral action such as Phone Call or VoIP Call.
result string No RingCentral leg result such as Accepted, Missed, or Voicemail.
startTime string · date-time No Leg start time in ISO 8601 date-time form.
duration integer · int64 No Leg duration in seconds.
from RcParty No
to RcParty No

Example

{
  "legType": "string",
  "master": false,
  "direction": "Inbound",
  "action": "string",
  "result": "string",
  "startTime": "2026-01-01T00:00:00Z",
  "duration": 0,
  "from": {
    "phoneNumber": "string",
    "extensionNumber": "string",
    "extensionId": "string",
    "name": "string",
    "location": "string"
  },
  "to": {
    "phoneNumber": "string",
    "extensionNumber": "string",
    "extensionId": "string",
    "name": "string",
    "location": "string"
  }
}