Click or drag to resize

ISessionManagementGetNote Method

Retrieve a specific note. May be called for the user's own notes, or any note on a channel, or any public note.

Namespace:  Panopto.Server.Services.PublicAPI.V46.Soap
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
Note GetNote(
	AuthenticationInfo auth,
	Guid noteId,
	Guid sessionId
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed
noteId
Type: SystemGuid
The ID of the note to look up
sessionId
Type: SystemGuid
The ID of the session to find the note for

Return Value

Type: Note
Detailed information about the specified note
See Also