Get a list of locks for a model

get/models/{modelId}/locks

Returns a list of locks that are set for a model using the specified model ID.

Request Samples

1

Response Samples

1[
2 "string"
3]

Path Parameters

NameTypeRequiredDescription
modelId
string
true

Responses

StatusMeaningDescription
200OK

A list of locks for a model was returned.

Schema
404Not Found

No model exists at the requested path.

Schema