Get ExtJs ready to render tasklist

This endpoint provides the frontend tasklist Extjs which is ready to be rendered in any frontend application.

Request

URL: /task/tasklist

Method: GET

Authorization: required

GET /ibis/rest/task/tasklist HTTP/1.1
Accept: application/xml
Host: localhost:8080

Request Parameters

Name Description Required Allowed values

portal

A string value to indicate that the portal has to work independently without Process user configuration.

no

Standalone

includeCss

Default value is true. It sets default theme available with inubit. To use custom themes, value should be set to false.

no

true or false

includeScript

Default value is true. It includes default scripts available with inubit.

no

true or false

Request Headers

Name Description Required Allowed values

portalUrl

The context path of the portal, which will used for further communication from front-end to the INUBIT server.

yes

Url String

actionUrl

The url that needs to be called for submit action

yes

Url string

Response

HTTP/1.1 200 OK
Content-Tye: application/xml
Content-Length: 1290

Errors

None