Get specific department details using department Id
This API helps you retrieve the details of a specific department using department Id.
API: https://webinar.zoho.com/api/v2/{orgId}/department/{departmentId}
Method: Get
OAuth Scope: ZohoWebinar.department.READ
Path Params:
orgId - organization id which is retrieved from currentUser api
departmentId - department id which is retrieved from get list of department api
Request Example:
Copied
Response Example:
Copied
POSSIBLE ERROR CASES
1. Invalid DC or Invalid token
HTTP Code: 400
HTTP Body:
Copied
Resolution: Check whether the entered DC is correct and entered token is not expired.
2. Invalid orgId
HTTP Code: 403
HTTP Body:
Copied
Resolution: Check whether the entered organization id is correct.
3. Invalid Org Admin
HTTP Code: 403
HTTP Body:
Copied
Resolution: Only admin can access this API. Kindly contact the admin.