Get Parameter

Get Parameter

Returns the value of one CM parameter for one cell as a JSON object with a value parameter having a value that may be a string, number, boolean or an array of one of those.

Request
URI
GET
https://{api_host}/v0alpha1/cmdata/{id}/{parameter_name}
COPY
Responses
200

One value for the CM parameter.

Returns CMAtom of type(s) application/json
Operation doesn't return any data structure
value
Required

One value for a CM parameter may be a string, number, boolean or an array of any one of those. Or the value may be an object.


404

The requested parameter does not exist.

Returns ProblemDetails of type(s) application/problem+json
"ProblemDetails Object"
string
type
Optional

A URI representing the type of the problem.

string
title
Required

A short summary of the error.

number
status
Required

The HTTP Response code associated with this error.

string
detail
Required

A detailed description of the error.

string
instance
Optional

An optional URI of the instance involved in the problem.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/v0alpha1/cmdata/{id}/{parameter_name}