Check if models exist within a project

head/projects/{projectId}/models

Returns a list of header information for models associated with the specified project ID. Also used to determine whether models exist.

Request Samples

Path Parameters

NameTypeRequiredDescription
projectId
string
true

The unique identifier for the project.

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
200OK

The request succeeded.

Schema