Meetings

Fetch all meetings for an organization

Returns all meetings for the given organization ID.

get/meetings

Query parameters

page_nonumber

The page number from which you want your page search results to be displayed.

per_pagenumber

Number of results per page

start_timestring date-time

The start time range for which you want to retrieve the meetings. The time must be specified in ISO format.

end_timestring date-time

The end time range for which you want to retrieve the meetings. The time must be specified in ISO format.

searchstring

The search query string. You can search using the meeting ID or title.

Response

Success response

successboolean required

Example response

{
  "success": true,
  "paging": {
    "total_count": 30,
    "start_offset": 1,
    "end_offset": 30
  }
}

Changes

Changed in 5 of the 50 revisions of this API.26

  • v2cb67ff854c7111See the full diff
    • added the new undefined enum value to the /// response property for the response status

      response-property-enum-value-added

    • the endpoint scheme security Authorization was added to the API

      api-security-added

    This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security Authorization was removed from the API

      api-security-removed

    • removed the undefined enum value from the /// response property for the response status

      response-property-enum-value-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • v2d8c5d90e84ac11See the full diff
    • added the new undefined enum value to the /// response property for the response status

      response-property-enum-value-added

    • the endpoint scheme security Authorization was added to the API

      api-security-added

    This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property /// to the response with the status

      response-optional-property-added

    • added the optional property /// to the response with the status

      response-optional-property-added