Get list of time zones
API: https://meeting.zoho.com/api/v2/timezone?languageCode=en_US
Method: Get
OAuth Scope: ZohoMeeting.misc.READ
Params: languageCode - Language code
Request Example:
Copiedhttps://meeting.zoho.com/api/v2/timezone?languageCode=en_US
Response Example:
Copied{
"representation": [
{
"timeZone": "Etc/GMT+12",
"offset": "-12:00",
"timeZoneFullName": "GMT-12:00"
}
],
"resourceType": "/api/v2/timezone"
}
POSSIBLE ERROR CASES
1. Invalid DC or Invalid token
HTTP Code: 400
HTTP Body:
Copied{
"error": {
"code": 2000,
"message": "INVALID_OAUTHTOKEN"
}
}
Resolution: Check whether the entered DC is correct and entered token is not expired.