> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iinkedsign.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Meeting

<ResponseField name="meetingId" type="string">
  Unique identifier for the meeting.
</ResponseField>

<ResponseField name="organizationId" type="string">
  Organization associated with the meeting.
</ResponseField>

<ResponseField name="packageId" type="string">
  Package associated with the meeting.
</ResponseField>

<ResponseField name="timeStart" type="string">
  Meeting start time (ISO 8601 date-time).
</ResponseField>

<ResponseField name="duration" type="string">
  Meeting duration (ISO 8601 duration string).
</ResponseField>

<ResponseField name="isPrivate" type="boolean">
  Set to `true` if the meeting is private.
</ResponseField>

<ResponseField name="type" type="string">
  Meeting type identifier.
</ResponseField>

<ResponseField name="state" type="string">
  Current state of the meeting.

  <Expandable title="values">
    | Value       | Description          |
    | :---------- | :------------------- |
    | scheduled   | Scheduled meeting.   |
    | rescheduled | Rescheduled meeting. |
    | cancelled   | Cancelled meeting.   |
  </Expandable>
</ResponseField>
