Get All prediction models

get

/s1-recipe-svc/rest/v1.0/predictionmodel

Retrieves all prediction models configured in the system. Restricted to the Intake Designer role.

Request

There are no request parameters for this operation.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : PredictionModelResponse
Type: object
Show Source

400 Response

Bad Request
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details

401 Response

Unauthorized User
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details

500 Response

Internal Server Error
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details
Back to Top