Zoho Meeting > Meeting - Public APIs > getMeetingStatus

getMeetingStatus

Tags:  

Get the status of the meeting.

Request URL:

                            XML : http://meeting.zoho.com/api/public/xml/meetings/getMeetingStatus?apikey=[APIKey]


                            JSON : http://meeting.zoho.com/api/public/json/meetings/getMeetingStatus?apikey=[APIKey]


Request parameters

Field
Description
meetingKey
The unique key of the meeting.


Response fields


Field
Description
meeting_status
STARTED , NOT_STARTED


Sample Response

The following is the sample XML response for the above method:


<?xml version="1.0" encoding="UTF-8" ?>
<response uri="/api/public/xml/meetings/getMeetingStatus">
<result>
  <meetings>
    <meeting>
      <meeting_status>STARTED</createdTime> 
      </meeting>
  </meetings>
</result>
</response>


Equivalent JSON response


{
    "response":
    {
      "uri": "/api/public/json/meetings/getMeetingStatus",
             "result":
       {
          
"meetings":
           {
               "meeting":
                {

                    
"meeting_status":"STARTED"
                              }                 
           }
        }
   
}
}


 


 RSS of this page