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

Public Member Functions

Activate.Index Activate ()
 
 Index (V1.Index parent, string webhookId=null)
 
string Path (bool withParameter=true)
 
async Task< TMWebhookListList (RestRequestConfig restRequestConfig=null)
 Returns the list of all webhooks associated with the current account. HTTP Method: get Endpoint: /team-messaging/v1/webhooks Rate Limit Group: Medium App Permission: TeamMessaging More...
 
async Task< TMWebhookListGet (RestRequestConfig restRequestConfig=null)
 Returns webhooks(s) with the specified id(s). HTTP Method: get Endpoint: /team-messaging/v1/webhooks/{webhookId} Rate Limit Group: Medium App Permission: TeamMessaging More...
 
async Task< string > Delete (RestRequestConfig restRequestConfig=null)
 Deletes a webhook by ID. HTTP Method: delete Endpoint: /team-messaging/v1/webhooks/{webhookId} Rate Limit Group: Medium App Permission: TeamMessaging More...
 
Suspend.Index Suspend ()
 

Public Attributes

V1.Index parent
 
RestClient rc
 
string webhookId
 

Member Function Documentation

◆ Delete()

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

Deletes a webhook by ID. HTTP Method: delete Endpoint: /team-messaging/v1/webhooks/{webhookId} Rate Limit Group: Medium App Permission: TeamMessaging

◆ Get()

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

Returns webhooks(s) with the specified id(s). HTTP Method: get Endpoint: /team-messaging/v1/webhooks/{webhookId} Rate Limit Group: Medium App Permission: TeamMessaging

◆ List()

async Task<TMWebhookList> RingCentral.Paths.TeamMessaging.V1.Webhooks.Index.List ( RestRequestConfig  restRequestConfig = null)
inline

Returns the list of all webhooks associated with the current account. HTTP Method: get Endpoint: /team-messaging/v1/webhooks Rate Limit Group: Medium App Permission: TeamMessaging


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