Process_GetList - Web Services - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external - Content-Composer/Web-Services/Foundation-23.2/Content-Composer-Web-Services/WS-Process/Functions/Process_GetList - 2023-12-18

Content Composer Web Services

Platform
Content Composer
Product
Web Services
Release
Foundation 23.2
License

Returns a list of all currently existing processes.

Syntax

Process_GetList(string sessionId,int startAt,int max, string options,out string xmlResult)
Parameter Description

sessionId

Valid session identifier (SessionId)

startAt

Start index

max

Maximum number of processes to be returned

options

This parameter can be used to specify which processes should be included in the retrieved process list.

Possible settings are:

  1. Returns the processes created by the user (default when empty string passed).
  2. Returns the processes forwarded to the user directly or to a group the user belongs to.
  3. Returns own processes and forwarded processes. If an empty string is passed for this parameter, only a user's own processes are returned (see 1. above).

xmlResult

An MwsProcessList XML when okay, otherwise an MwsError.

Return Value

Value Description
0 OK
<>0

Error

See Error Codes.