Search Results for

    Show / Hide Table of Contents

    Interface IWorkflowsApiExecutor

    Namespace: Crowdin.Api.Workflows
    Assembly: Crowdin.Api.dll
    Syntax
    public interface IWorkflowsApiExecutor

    Methods

    | Improve this Doc View Source

    GetWorkflowStep(Int32, Int32)

    Declaration
    Task<WorkflowStep> GetWorkflowStep(int projectId, int stepId)
    Parameters
    Type Name Description
    System.Int32 projectId
    System.Int32 stepId
    Returns
    Type Description
    Task<WorkflowStep>
    | Improve this Doc View Source

    GetWorkflowTemplate(Int32)

    Declaration
    Task<WorkflowTemplate> GetWorkflowTemplate(int templateId)
    Parameters
    Type Name Description
    System.Int32 templateId
    Returns
    Type Description
    Task<WorkflowTemplate>
    | Improve this Doc View Source

    ListStringsOnTheWorkflowStep(Int32, Int32, StringsOnTheWorkflowStepListParams)

    Declaration
    Task<ResponseList<SourceString>> ListStringsOnTheWorkflowStep(int projectId, int stepId, StringsOnTheWorkflowStepListParams params = null)
    Parameters
    Type Name Description
    System.Int32 projectId
    System.Int32 stepId
    StringsOnTheWorkflowStepListParams params
    Returns
    Type Description
    Task<ResponseList<SourceString>>
    | Improve this Doc View Source

    ListStringsOnTheWorkflowStep(Int32, Int32, Nullable<IEnumerable<String>>, Nullable<IEnumerable<SortingRule>>, Nullable<WorkflowStatus>, Nullable<Int32>, Nullable<Int32>)

    Declaration
    Task<ResponseList<SourceString>> ListStringsOnTheWorkflowStep(int projectId, int stepId, IEnumerable<string>? languageIds = null, IEnumerable<SortingRule>? orderBy = null, WorkflowStatus? status = null, int? limit = null, int? offset = null)
    Parameters
    Type Name Description
    System.Int32 projectId
    System.Int32 stepId
    System.Nullable<IEnumerable<System.String>> languageIds
    System.Nullable<IEnumerable<SortingRule>> orderBy
    System.Nullable<WorkflowStatus> status
    System.Nullable<System.Int32> limit
    System.Nullable<System.Int32> offset
    Returns
    Type Description
    Task<ResponseList<SourceString>>
    | Improve this Doc View Source

    ListWorkflowSteps(Int32)

    Declaration
    Task<ResponseList<WorkflowStep>> ListWorkflowSteps(int projectId)
    Parameters
    Type Name Description
    System.Int32 projectId
    Returns
    Type Description
    Task<ResponseList<WorkflowStep>>
    | Improve this Doc View Source

    ListWorkflowTemplates(Int32, Int32, Int32)

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