Get Recommendation By Id Using GET
Get the recommendation specified by the given identifier
Request
URI
GET
https://{api_host}/api/recommendations/{id}
COPY
Path Parameters
string
id
Required
The identifier of the recommendation
Responses
200
The recommendation corresponding to the specified ID
Returns recommendation of type(s) application/json
{
"action": {
"actionAdapterKindId": "string",
"targetAdapterKindId": "string",
"targetMethod": "string",
"targetResourceKindId": "string"
},
"description": "string",
"id": "string"
}
string
description
Required
The description for the recommendation
string
id
Optional
The recommendation id. Must be null during creation (System generated identifier)