Check if models exist within a project version
head/projects/{projectId}/projectVersions/{versionId}/models
Returns a list of header information for the models that are within the project version and that are associated with the specified version ID.
Name | Type | Required | Description |
---|---|---|---|
projectId | string | true | The unique identifier for the project. |
versionId | string | true | The unique identifier for the project version. |
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 this request. Default: 20 |
name | string<sort-criteria> | false | A query string that allows a search by name to find models in a project. |
sortBy | string | false | The criteria for sorting the projects. For more information, see Sorting in REST APIs. |
start | integer<int32> | false | The 0-based start index of a paginated request. >= 0 Default: 0 |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers |