|
RingCentral .Net SDK
|

Public Member Functions | |
| Index (V1.Index parent, string noteId=null) | |
| string | Path (bool withParameter=true) |
| async Task< TMNoteWithBodyInfo > | Get (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< TMNoteInfo > | Patch (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 |
|
inline |
Deletes the specified note. HTTP Method: delete Endpoint: /team-messaging/v1/notes/{noteId} Rate Limit Group: Medium App Permission: TeamMessaging
|
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
|
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