[GET] /client-types

[GET] /client-types

/api/bpm/client-types

Description

An endpoint for retrieving the client types which are available in the workflow engine.

Required Systemrole

R_WFEDIT_START (ID = 21)

Request
Method

GET

Response
Format

JSON

Minimum Version

1.7.0

Request
Example

/api/bpm/client-types

Result
Example when locked=true

{ "objects": [{ "id": "DB928B6631304CFC8D30B1B4FE67679B", "name": "#OSECM_Client#" }, { "id": "D4C24904B784420C922B66E012624D42", "name": "#OSECM_WebClient#" }], "numItems": 2, "hasMoreItems": false, "totalNumItems": 2 }