Search Results for

    Show / Hide Table of Contents

    Interface IOrganizationWebhooksApiExecutor

    Namespace: Crowdin.Api.Webhooks.Organization
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public interface IOrganizationWebhooksApiExecutor

    Methods

    | Edit this page View Source

    AddWebhook(AddWebhookRequestBase)

    Declaration
    Task<OrganizationWebhookResource> AddWebhook(AddWebhookRequestBase request)
    Parameters
    Type Name Description
    AddWebhookRequestBase request
    Returns
    Type Description
    Task<OrganizationWebhookResource>
    | Edit this page View Source

    DeleteWebhook(long)

    Declaration
    Task DeleteWebhook(long organizationWebhookId)
    Parameters
    Type Name Description
    long organizationWebhookId
    Returns
    Type Description
    Task
    | Edit this page View Source

    EditWebhook(long, IEnumerable<OrganizationWebhookPatch>)

    Declaration
    Task<OrganizationWebhookResource> EditWebhook(long organizationWebhookId, IEnumerable<OrganizationWebhookPatch> patches)
    Parameters
    Type Name Description
    long organizationWebhookId
    IEnumerable<OrganizationWebhookPatch> patches
    Returns
    Type Description
    Task<OrganizationWebhookResource>
    | Edit this page View Source

    GetWebhook(long)

    Declaration
    Task<OrganizationWebhookResource> GetWebhook(long organizationWebhookId)
    Parameters
    Type Name Description
    long organizationWebhookId
    Returns
    Type Description
    Task<OrganizationWebhookResource>
    | Edit this page View Source

    ListWebhooks(int, int)

    Declaration
    Task<ResponseList<OrganizationWebhookResource>> ListWebhooks(int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    int limit
    int offset
    Returns
    Type Description
    Task<ResponseList<OrganizationWebhookResource>>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX