new MeetingsAPI(rest)
This class is used to interact with Meetings in TidyHQ.
Parameters:
Name | Type | Description |
---|---|---|
rest | Rest | The rest instance to use for requests. |
- Source
Methods
(async) getMeeting(meeting_id, optionsopt) → {Promise.<TidyAPI_V1_Meeting>}
Get a single meeting.
Parameters:
Name | Type | Attributes | Default | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
meeting_id | string | The ID of the meeting. | ||||||||||
options | object | <optional> | {} | Properties
|
- Source
Returns:
- The meeting.
- Type:
- Promise.<TidyAPI_V1_Meeting>
(async) getMeetings(optionsopt) → {Promise.<TidyAPI_V1_Meetings>}
Get a list of all meetings.
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Properties
|
- Source
Returns:
- The list of meetings.
- Type:
- Promise.<TidyAPI_V1_Meetings>