GET {{baseUrl}}/tracking_fields
Use this API to list all the tracking fields on your Zoom account. Tracking fields let you analyze usage by various fields within an organization. Prerequisites:
* A Business, Education, API or higher plan. Scopes: Rate Limit Label: tracking_fields:read:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"total_records": "<integer>",
"tracking_fields": [
{
"id": "<string>",
"field": "<string>",
"recommended_values": [
"<string>",
"<string>"
],
"required": "<boolean>",
"visible": "<boolean>"
},
{
"id": "<string>",
"field": "<string>",
"recommended_values": [
"<string>",
"<string>"
],
"required": "<boolean>",
"visible": "<boolean>"
}
]
} |
ENDPOINTS