Welcome to the Panopto Community

Please note: All new registrants to the Panopto Community Forum must be approved by a forum moderator or admin. As such, if you navigate to a feature that is members-only, you may receive an error page if your registration has not yet been approved. We apologize for any inconvenience and are approving new members as quickly as possible.
Options

Is there something wrong with my REST API requests?

I have created a new API client for "Server Application". I am using Postman to test running the REST API with this API Client. I can see that it authenticates without problem, but when I test run some REST API endpoints, (with GET), they always return me with an empty result:

{    "Results": [] }

To list a few, here are some endpoints I have tested running:

  • /api/v1/users/me/sessions/viewed
  • /api/v1/folders/search?searchQuery=2 (Pretty sure out of so many folders we have, there must be lots of folders with names that consist of a '2' in it. )
  • /api/v1/folders/{id}/children (Using my own folder's GUID)
  • /api/v1/users/search?searchQuery=a (Pretty sure there are many users with an 'a' in their names)

I am not sure if there are settings I have missed.

Sign In or Register to comment.