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

Missing information about the author of the file API

When I make a request

https://demo.hosted.panopto.com/Panopto/Api/Docs/index.html#/Folders/Folders_GetSessions

In response I get:

{

 "Results": [

  {

   "Description": null,

   "StartTime": "2022-08-19T06:43:39.593Z",

   "Duration": 21.247999999999998,

   "MostRecentViewPosition": 0.0,

   "CreatedBy": {

     "Id": "00000000-0000-0000-0000-000000000000",

     "Username": null

   },

....

   "Id": "4f51ae48-7f73-4882-b944-aefa00c6604e",

   "Name": "22_Звонок с пользователем Jamworks Service-20220721_082503-Запись собрания (копия) (1) (1) (3)"

  }

]

}


The CreatedBy property contains empty data.

"Id": "00000000-0000-0000-0000-000000000000",

"Username": null


If i make a request https://demo.hosted.panopto.com/Panopto/Api/Docs/index.html#/Sessions/Sessions_GetSessionById

specifying the same ID as the previous list. The CreatedBy property already contains data.


Please tell me how can I get information about the author of the file in the response

https://demo.hosted.panopto.com/Panopto/Api/Docs/index.html#/Folders/Folders_GetSessions

?

Tagged:

Answers

  • Options
    Kevin BaumKevin Baum Panopto Employee

    Hi Yuriy,

    As per the documentation for the endpoint to get a list of sessions in a folder, we do not return the CreatedBy property or most of the URLs for a session when using this endpoint. In order to get the additional information for the session, please use the Sessions API to get a session by its ID, which should be returned with the Folders API.

    Please let me know if you have any other questions.

    Thanks,

    Kevin

Sign In or Register to comment.