Search Results for

    Show / Hide Table of Contents

    Interface IOrganizationWebhooksApiExecutor

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

    Methods

    | Improve this Doc View Source

    AddWebhook(AddWebhookRequestBase)

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

    DeleteWebhook(Int32)

    Declaration
    Task DeleteWebhook(int organizationWebhookId)
    Parameters
    Type Name Description
    System.Int32 organizationWebhookId
    Returns
    Type Description
    Task
    | Improve this Doc View Source

    EditWebhook(Int32, IEnumerable<OrganizationWebhookPatch>)

    Declaration
    Task<OrganizationWebhookResource> EditWebhook(int organizationWebhookId, IEnumerable<OrganizationWebhookPatch> patches)
    Parameters
    Type Name Description
    System.Int32 organizationWebhookId
    IEnumerable<OrganizationWebhookPatch> patches
    Returns
    Type Description
    Task<OrganizationWebhookResource>
    | Improve this Doc View Source

    GetWebhook(Int32)

    Declaration
    Task<OrganizationWebhookResource> GetWebhook(int organizationWebhookId)
    Parameters
    Type Name Description
    System.Int32 organizationWebhookId
    Returns
    Type Description
    Task<OrganizationWebhookResource>
    | Improve this Doc View Source

    ListWebhooks(Int32, Int32)

    Declaration
    Task<ResponseList<OrganizationWebhookResource>> ListWebhooks(int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    System.Int32 limit
    System.Int32 offset
    Returns
    Type Description
    Task<ResponseList<OrganizationWebhookResource>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX