ZR-CSAPI ListParticipantResult.HandStatus object property issues

Using this template helps us debug your issues more effectively :slight_smile:

Description
The JSON property names of all the properties of the hand_status object contained inside the ListParticipantResult response object are formatted incorrectly and the value type of the is_valid property is reported as a string rather than a boolean like all the other values. The property names include an extra colon and space which differs from the normal property naming convention.

Example: (hand_status object extracted from ListParticipant object for clarity)

"hand_status": {
 "is_raise_hand: ": true,
 "is_valid: ": "on",
 "time_stamp: ": "12359642"
},

Which App Type (OAuth / Chatbot / JWT / Webhook)?
ZR-CSAPI

Which Endpoint/s?
Zoom Room 5.6.3(2614.0425)

How To Reproduce (If applicable)

  1. Enable JSON response format
  2. Send zCommand Call ListParticipants
  3. Observe response data

Hi @ndorin,

Thank you for bringing this to our attention. Our team will take a closer look at this (ZOOM-275674).

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.