Process

Gets a list of Process objects started by the currently logged in User.

get
Path parameters
strTokenstringRequired

The login token

strTypestringOptional

Optional filter for Process type

Responses
chevron-right
200

Success

application/json
get
/api/v2/Processes/{strToken}/{strType}
200

Success

Gets a list of Process objects for the specified Memori.

get
Path parameters
strTokenstringRequired

The login token

strMemoriIDstringRequired

The ID of the Memori object

strTypestringOptional

Optional filter for Process type

Responses
chevron-right
200

Success

application/json
get
/api/v2/MemoriProcesses/{strToken}/{strMemoriID}/{strType}
200

Success

Gets the status of an Process object.

get
Path parameters
strTokenstringRequired

The login token

strProcessIDstringRequired

The Process object ID

Responses
chevron-right
200

Success

application/json
get
/api/v2/ProcessStatus/{strToken}/{strProcessID}
200

Success

Interrupts an ongoing Process object.

post
Path parameters
strTokenstringRequired

The login token

strProcessIDstringRequired

The Process object ID

Responses
chevron-right
200

Success

application/json
post
/api/v2/StopProcess/{strToken}/{strProcessID}
200

Success

Last updated