Get a list of all valid business process with only id and name values

get

/business-process-service/service/api/v1/businessprocess/summary

This operation gets all the valid business process with only id and name values using Business Process Service.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

201 Response

Returns message of succes or failure
Headers
Body ()
Root Schema : BusinessProcessServiceSummaryCollection
Type: object
Collection of business process summary.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : BusinessProcessServiceSummaryModel
Type: object
BusinessProcessService Summary Model
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top