Click or drag to resize

ISessionManagementListNotes Method

Lists notes on a session. May be called by anybody with read access to the session. Results will be filtered based on the caller's access.

Namespace:  Panopto.Server.Services.PublicAPI.V42.Soap
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
ListNotesResponse ListNotes(
	AuthenticationInfo auth,
	Guid sessionId,
	Pagination pagination,
	Nullable<Guid> creatorId,
	string channel,
	string searchQuery
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed
sessionId
Type: SystemGuid
Required - The ID of the session to look up notes for
pagination
Type: Panopto.Server.Services.PublicAPI.V40Pagination
Pagination information for the query. If null a default of 25 results starting at page 0 will be returned
creatorId
Type: SystemNullableGuid
If not null the results will be filtered to notes created by the user with this ID
channel
Type: SystemString
If not null the results will be filtered to notes in the given channel.
searchQuery
Type: SystemString
If not null the results will be filtered to those that match the query

Return Value

Type: ListNotesResponse
The requested notes
See Also