Check if models exist within a project version

head/projects/{projectId}/projectVersions/{versionId}/models
Internal-Use Only

Returns a list of header information for the models that are within the project version and that are associated with the specified version ID.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
projectId
string
true

The unique identifier for the project.

versionId
string
true

The unique identifier for the project version.

Query Parameters

NameTypeRequiredDescription
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

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers