GET /phone/recordings returned recordings, where one record has owner without id and type fields

Description
GET /phone/recordings returned recordings, where one record has owner without ‘id’ and ‘type’ fields, only ‘name’ and ‘extension_number’ exist.

Error
API responded with
{
“next_page_token”:…,
“page_size”:…,
“total_records”:…,
“from”:"…",
“to”:"…",
“recordings”: [{
"owner": {
“name”: “Desk Phone”,
“extension_number”: 509291
}
}
]
}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?

Additional context
As per API endpoint documentation, i expect that Owner ‘id’ and ‘type’ fields are required fields and have to be presented. Type field should have one of two possible values: “user” or “call queue”. Can you please explain why i don’t see these fields?

Hi @zoom_dev_sandbox

Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Are you able to see other ids or types in your list of recordings? are you only missing one instance?

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