Searches the recommendations generated for smart prtotect
Used to get all the Recommendation stored for Smart Protect
- application/json
Request Body
- request string
Responses
- 200
- 403
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- response string
- errorCode int32
- errorMessage string
{
"response": "string",
"errorCode": 0,
"errorMessage": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- response string
- errorCode int32
- errorMessage string
{
"response": "string",
"errorCode": 0,
"errorMessage": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- response string
- errorCode int32
- errorMessage string
{
"response": "string",
"errorCode": 0,
"errorMessage": "string"
}
Loading...