{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Partner Reports/Templates API", "version": "1.0.0" }, "items": [ { "info": { "name": "Partner Reports/Templates", "type": "folder" }, "items": [ { "info": { "name": "List Reports", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/partner/reports", "params": [ { "name": "service", "value": "Webex", "type": "query", "description": "List reports which use this service." }, { "name": "templateId", "value": "5", "type": "query", "description": "List reports with this report template ID." }, { "name": "from", "value": "2024-05-01", "type": "query", "description": "List reports that were created on or after this date." }, { "name": "to", "value": "2024-05-05", "type": "query", "description": "List reports that were created before this date." }, { "name": "regionId", "value": "US", "type": "query", "description": "Data in the report will be from organizations in this region, for example, US, CA, or EU." }, { "name": "onBehalfOfSubPartnerOrgId", "value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8wZTE4MmUxNS05ZmNhLTQ0NzgtYmEzOC1jNGFiMmUyN2FlZDA=", "type": "query", "description": "The encoded organization ID for the sub partner." } ] }, "docs": "Lists all reports previously generated from a given region. Use query parameters to filter the response. The parameters are optional.\n\nTo access this endpoint, you must use an administrator token with `spark-admin:reports_read` and `identity:people_read` scopes.\n\n