RingCentral .Net SDK
Public Member Functions | Public Attributes | List of all members
RingCentral.Paths.TeamMessaging.V1.Notes.Index Class Reference
Collaboration diagram for RingCentral.Paths.TeamMessaging.V1.Notes.Index:
Collaboration graph
[legend]

Public Member Functions

 Index (V1.Index parent, string noteId=null)
 
string Path (bool withParameter=true)
 
async Task< TMNoteWithBodyInfoGet (RestRequestConfig restRequestConfig=null)
 Returns the specified note(s). It is possible to fetch up to 50 notes per request. HTTP Method: get Endpoint: /team-messaging/v1/notes/{noteId} Rate Limit Group: Medium App Permission: TeamMessaging More...
 
async Task< string > Delete (RestRequestConfig restRequestConfig=null)
 Deletes the specified note. HTTP Method: delete Endpoint: /team-messaging/v1/notes/{noteId} Rate Limit Group: Medium App Permission: TeamMessaging More...
 
async Task< TMNoteInfoPatch (TMCreateNoteRequest tMCreateNoteRequest, PatchNoteNewParameters queryParams=null, RestRequestConfig restRequestConfig=null)
 Edits a note. Notes can be edited by any user if posted to a chat. the user belongs to. HTTP Method: patch Endpoint: /team-messaging/v1/notes/{noteId} Rate Limit Group: Medium App Permission: TeamMessaging More...
 
Lock.Index Lock ()
 
Publish.Index Publish ()
 
Unlock.Index Unlock ()
 

Public Attributes

string noteId
 
V1.Index parent
 
RestClient rc
 

Member Function Documentation

◆ Delete()

async Task<string> RingCentral.Paths.TeamMessaging.V1.Notes.Index.Delete ( RestRequestConfig  restRequestConfig = null)
inline

Deletes the specified note. HTTP Method: delete Endpoint: /team-messaging/v1/notes/{noteId} Rate Limit Group: Medium App Permission: TeamMessaging

◆ Get()

async Task<TMNoteWithBodyInfo> RingCentral.Paths.TeamMessaging.V1.Notes.Index.Get ( RestRequestConfig  restRequestConfig = null)
inline

Returns the specified note(s). It is possible to fetch up to 50 notes per request. HTTP Method: get Endpoint: /team-messaging/v1/notes/{noteId} Rate Limit Group: Medium App Permission: TeamMessaging

◆ Patch()

async Task<TMNoteInfo> RingCentral.Paths.TeamMessaging.V1.Notes.Index.Patch ( TMCreateNoteRequest  tMCreateNoteRequest,
PatchNoteNewParameters  queryParams = null,
RestRequestConfig  restRequestConfig = null 
)
inline

Edits a note. Notes can be edited by any user if posted to a chat. the user belongs to. HTTP Method: patch Endpoint: /team-messaging/v1/notes/{noteId} Rate Limit Group: Medium App Permission: TeamMessaging


The documentation for this class was generated from the following file: