Select Statement For APIs

Does the Zoom API have a select statement to limit the data that is sent back? For example, in the api.zoom.us/v2/meetings/${meetingId}/recordings endpoint I only need the share_url instead of the entire object that is returned.

Hey @akshay.prabhakaran,

At the moment, it’s not possible to limit what fields are returned in the JSON response for our endpoints, aside from implementing logic on your end based on the scheme provided in the documentation. However, this is a great suggestion for #feature-requests if you’re so inclined. :grinning:

Best,
Will

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