Get a user-defined property for a model

get/models/{modelId}/userProperties/{propertyKey}

Returns the specified user-defined property for the specified model.

Request Samples

1

Response Samples

1{
2 "name": "priority4",
3 "type": "string",
4 "value": "high"
5}

Path Parameters

NameTypeRequiredDescription
modelId
string
true

The unique identifier for the model.

propertyKey
string
true

The key of the user-defined property.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
404Not Found

No model or property exists at the requested path.

Schema