Get a model variable

get/models/{modelId}/variables/{variableId}
Internal-Use Only

Returns the model variable associated with the specified model ID and variable ID.

Request Samples

1

Response Samples

1{
2 "createdBy": "string",
3 "modifiedBy": "string",
4 "creationTimeStamp": "2019-08-24T14:15:22Z",
5 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
6 "name": "string",
7 "description": "string",
8 "role": "string",
9 "type": "string",
10 "level": "string",
11 "format": "string",
12 "length": 0,
13 "version": 2
14}

Path Parameters

NameTypeRequiredDescription
modelId
string
true

The unique identifier for the model.

variableId
string
true

The unique identifier for the model variable.

Responses

StatusMeaningDescription
200OKThe request succeeded. A model input variable or output variable was returned.HeadersSchema
404Not FoundNo model variable exists at the requested path.Schema