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
200

Success

application/json

Response of a List Processes request.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous reponse.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous reponse.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is indicative of the actual error.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

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
200

Success

application/json

Response of a List Processes request.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous reponse.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous reponse.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is indicative of the actual error.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

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
200

Success

application/json

Response of an Import, Analysis or Get Process Status requests.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous reponse.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous reponse.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is indicative of the actual error.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

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
200

Success

application/json

Response of an Import, Analysis or Get Process Status requests.

requestIDinteger · int64Optional

Progressive number of the request (since the Server started). Use this number, together with the RequestDateTime property, to report an anomalous reponse.

requestDateTimestring · date-timeOptional

Timestamp of the request. Use this timestamp, together with the RequestID property, to report an anomalous reponse.

resultCodeinteger · int32Optional

Result code. A code of 0 means no errors. When the request fails, its value is indicative of the actual error.

resultMessagestring · nullableOptional

Result message. A message of Ok means no errors.

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

Success

Last updated