Skip to main content

What it does

Gets information about processing stages.

Definition

Parameters

Name

Type

Description

projectId

int

The ID of the project

batchTypeId

int

The ID of the batch type. The following values are also possible:

  • 0 - default batch type;
  • -1 - all the batch types.

stageType

int

The ID of the stage type. See ProcessingStage for possible values. Use ‘-1’ value to get processing stages of all types.

stageName

string

The name of the processing stage. Use an empty string ("") to get all the processing stages.

Returned value