Get a list of all valid applications categories with only id and name values

get

/business-product-service/service/api/v1/businessproducts/summary

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

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

201 Response

Returns message of succes or failure
Headers
Body ()
Root Schema : BusinessProductServiceSummaryCollection
Type: object
Collection of business product summary.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : BusinessProductServiceSummaryModel
Type: object
BusinessProductSummaryModel 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