Skip to main content

GetProcessesRequest

The GetProcessesRequest class represents a request to retrieve processes associated with a specific project and flow.

Properties

NameDescription
LanguageThe language code for localization.
ProjectIdThe unique identifier of the project.
TokenThe authentication token used for the request.
FlowIdThe unique identifier of the flow.
ProjectVersionIgnore this property. This is a old property and not used anymore. The version of the project. Default value is ProjectVersion.eBA7.
LoadOptionsThe options for loading process data.
DomainAddressThe domain address for the studio API request.

Constructors

NameDescription
GetProcessesRequest(projectId, flowId, loadOptions)Initializes a new instance of the GetProcessesRequest class, setting the project ID, flow ID, and load options.