Search Results for

    Show / Hide Table of Contents

    Class WorkflowsApiExecutor

    Inheritance
    object
    WorkflowsApiExecutor
    Implements
    IWorkflowsApiExecutor
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Workflows
    Assembly: Crowdin.Api.dll
    Syntax
    public class WorkflowsApiExecutor : IWorkflowsApiExecutor

    Constructors

    | Edit this page View Source

    WorkflowsApiExecutor(ICrowdinApiClient)

    Declaration
    public WorkflowsApiExecutor(ICrowdinApiClient apiClient)
    Parameters
    Type Name Description
    ICrowdinApiClient apiClient
    | Edit this page View Source

    WorkflowsApiExecutor(ICrowdinApiClient, IJsonParser)

    Declaration
    public WorkflowsApiExecutor(ICrowdinApiClient apiClient, IJsonParser jsonParser)
    Parameters
    Type Name Description
    ICrowdinApiClient apiClient
    IJsonParser jsonParser

    Methods

    | Edit this page View Source

    GetWorkflowStep(long, long)

    Get Workflow Step. Documentation: Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<WorkflowStep> GetWorkflowStep(long projectId, long stepId)
    Parameters
    Type Name Description
    long projectId
    long stepId
    Returns
    Type Description
    Task<WorkflowStep>
    | Edit this page View Source

    GetWorkflowTemplate(long)

    Get Workflow Template. Documentation: Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<WorkflowTemplate> GetWorkflowTemplate(long templateId)
    Parameters
    Type Name Description
    long templateId
    Returns
    Type Description
    Task<WorkflowTemplate>
    | Edit this page View Source

    ListStringsOnTheWorkflowStep(long, long, StringsOnTheWorkflowStepListParams?)

    List Strings on the Workflow Step. Documentation: Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<ResponseList<SourceString>> ListStringsOnTheWorkflowStep(long projectId, long stepId, StringsOnTheWorkflowStepListParams? @params = null)
    Parameters
    Type Name Description
    long projectId
    long stepId
    StringsOnTheWorkflowStepListParams params
    Returns
    Type Description
    Task<ResponseList<SourceString>>
    | Edit this page View Source

    ListStringsOnTheWorkflowStep(long, long, IEnumerable<string>?, IEnumerable<SortingRule>?, WorkflowStatus?, int?, int?)

    List Strings on the Workflow Step. Documentation: Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<ResponseList<SourceString>> ListStringsOnTheWorkflowStep(long projectId, long stepId, IEnumerable<string>? languageIds = null, IEnumerable<SortingRule>? orderBy = null, WorkflowStatus? status = null, int? limit = null, int? offset = null)
    Parameters
    Type Name Description
    long projectId
    long stepId
    IEnumerable<string> languageIds
    IEnumerable<SortingRule> orderBy
    WorkflowStatus? status
    int? limit
    int? offset
    Returns
    Type Description
    Task<ResponseList<SourceString>>
    | Edit this page View Source

    ListWorkflowSteps(long)

    List Workflow Steps. Documentation: Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<ResponseList<WorkflowStep>> ListWorkflowSteps(long projectId)
    Parameters
    Type Name Description
    long projectId
    Returns
    Type Description
    Task<ResponseList<WorkflowStep>>
    | Edit this page View Source

    ListWorkflowTemplates(long, int, int)

    List Workflow Templates. Documentation: Crowdin Enterprise API

    Declaration
    [PublicAPI]
    public Task<ResponseList<WorkflowTemplate>> ListWorkflowTemplates(long groupId, int limit = 25, int offset = 0)
    Parameters
    Type Name Description
    long groupId
    int limit
    int offset
    Returns
    Type Description
    Task<ResponseList<WorkflowTemplate>>

    Implements

    IWorkflowsApiExecutor
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX