resolveResponse

resolveResponse
resolveResponse

Object used to represent the resolved results, which contains a model name, path and body. The path and body contain the model-specific commands that are used to access the CM parameter.

JSON Example
{
    "model": "string",
    "path": "string",
    "body": "string"
}
string
model
Required

The model name used to resolve the request.

string
path
Required

The resolved path value of the request.

string
body
Required

The resolved body value of the request.

Returned By