Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Interface Definition

Description

URI

httpshttp(s)://{host}:{port}/engine-rest/engine/v0v1/search

Operation Type

POST

Content-Type

application/json

...

Attribute

Required?

Cardinality

Content

Values

Description

filters

Y

1

Map<String, String[]>

Y

1

Map Object


The content of search criteria filters; valid columns: REQUEST_ID, SERVICE_INSTANCE_ID, SERVICE_INSTANCE_NAME, STATUS)

startTimeN1long
start time; search range
endTimeN1long
end time; search range
maxResultN1integer
maximum result rows

Response Body

Attribute

Required?

Cardinality

Content

Values

Description

Response

Y

1

javax.ws.rs.core.Response =

List<SoInfraRequest>


A response represent a list of SoInfraRequest

...

Interface Definition

Description

URI

httpshttp(s)://{host}:{port}/engine-rest/engine/process-instance-id/{requestId}

Operation Type

Get

Content-Type

application/json

...

Interface Definition

Description

URI

httpshttp(s)://{host}:{port}/engine-rest/engine/process-instance-id/{processInstanceId}

Operation Type

Get

Content-Type

application/json

...

Interface Definition

Description

URI

httpshttp(s)://{host}:{port}/engine-rest/engine/process-definition/{processDefinitionId}

Operation Type

Get

Content-Type

application/json

...

Interface Definition

Description

URI

httpshttp(s)://{host}:{port}/engine-rest/engine/activity-instance/{processInstanceId}

Operation Type

Get

Content-Type

application/json

...

Interface Definition

Description

URI

httpshttp(s)://{host}:{port}/engine-rest/engine/variable-instance/{processInstanceId}

Operation Type

Get

Content-Type

application/json

...