Skip to main content
Version: current

Scheduled Meeting - Fetch a scheduled meeting

This API fetches scheduled meeting/s using the meetingId, jiomeetId or the time range. Click the "Show optional parameters" button to test the query parameters

Query Parameters
    meetingId string

    The meeting Id of the scheduled meeting

    Example: sm-123456789
    jiomeetId string

    The 10 digit unique jiomeetId of the meeting

    Example: 1234567890
    fromDate string

    Start of the time range. To be used in combination with toDate

    Example: 2023-10-01
    endDate string

    End of the time range. To be used in combination with fromDate

    Example: 2023-10-02
Header Parameters
    Content-Type string

    The content type should be application/json

    Example: application/json
    Authorization string required

    You need an app created on the JioMeet Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Plaform.

    Example: <Authentication_token_signed_using_secret_or_private_key>
Responses

Success


Schema
    meetingsCount number

    Number of meetings in the response

    meetingDetails array

    List of meetings

Loading...