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 TopResponse
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
Root Schema : BusinessProcessServiceSummaryCollection
Type:
object
Collection of business process summary.
Show Source
-
data:
array data
-
paging:
object PagingDto
Paging DTO
Nested Schema : data
Type:
Show Source
array
-
Array of:
object BusinessProcessServiceSummaryModel
BusinessProcessService Summary Model
Nested Schema : PagingDto
Type:
object
Paging DTO
Show Source
-
links:
string
links
-
totalResults:
string
TotalResults
Nested Schema : BusinessProcessServiceSummaryModel
Type:
object
BusinessProcessService Summary Model
Show Source
-
businessProcessDesc(required):
string
Minimum Length:
0
Maximum Length:60
business Process Description -
businessProcessName(required):
string
Minimum Length:
0
Maximum Length:60
business Process Name -
businessProductCode:
string
Minimum Length:
0
Maximum Length:16
business Product Code -
lifecycleCode:
string
Minimum Length:
0
Maximum Length:20
Life Cycle Code -
lifecycleDescription:
string
Minimum Length:
0
Maximum Length:105
Life Cycle Description
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error