Check if models exist
head/models
Returns header information for a list of models that are within the common model repository. Also used to determine whether models exist.
| Name | Type | Required | Description |
|---|---|---|---|
filter | string<filter-criteria> | false | The criteria for filtering the models. For more information, see Filtering in REST APIs |
limit | integer<int32> | false | The maximum number of items to return in the request. Default: 10 |
name | string<sort-criteria> | false | A query string that allows a search by name for a model. |
parentId | string<sort-criteria> | false | A query string that allows a search for models in a folder or project. |
sortBy | string | false | The criteria for sorting the models. For more information, see Sorting in REST APIs |
start | integer<int32> | false | The starting index for the first item in a page. The index is 0-based. See Pagination in REST APIsfor more information about how pagination is applied to collections. >= 0 Default: 0 |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Schema |