Check if projects exist

head/projects

Returns a paginated list of header information for projects that are within the common model repository. Also used to determine whether projects exist.

Request Samples

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:
10
name
string<sort-criteria>
false

A query string that allows a search by name to find projects.

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