Fetch Organisation Meetings Api
Meetings & Conversions
Fetch Meetings
Retrieves a list of meetings scheduled within an organisation for a specified date range.
Query Parameters
start_date(date, optional): The start date for filtering meetings. Meetings on or after this date will be included.end_date(date, optional): The end date for filtering meetings. Meetings on or before this date will be included.
Headers
X-API-Key: The API key for authentication.
Response
- Returns a list of
ExternalMeetingobjects representing each meeting within the specified date range. Each object includes details such as the meeting’s start and end times, timezone, summary, status (cancelled or not), meeting link, and participant information.
GET
Fetch Organisation Meetings Api
Authorizations
Key used to authenticate user API requests.
Response
Successful Response
Example:
{
"id": 1,
"name": "Lead Generation Campaign"
}Represents the basic contact details of a correspondent.
Example:
{
"email": "alice@example.com",
"first_name": "Alice",
"last_name": "Smith"
}Represents the basic contact details of a correspondent.
Example:
{
"email": "alice@example.com",
"first_name": "Alice",
"last_name": "Smith"
}Represents the basic contact details of a correspondent.
Example:
{
"email": "alice@example.com",
"first_name": "Alice",
"last_name": "Smith"
}