Function asana::apis::webhooks_api::get_webhooks[][src]

pub async fn get_webhooks(
    configuration: &Configuration,
    workspace: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>,
    resource: Option<&str>
) -> Result<InlineResponse20033, Error<GetWebhooksError>>

Get the compact representation of all webhooks your app has registered for the authenticated user in the given workspace.