Check if project versions exist
head/projects/{projectId}/projectVersions
Returns a list of header information for the project versions that are associated with the specified project ID. Also used to determine whether project versions exist.
1{2 "name": "string",3 "start": -9223372036854776000,4 "limit": 0,5 "count": -9223372036854776000,6 "accept": "string",7 "links": [8 {9 "method": "string",10 "rel": "string",11 "uri": "string",12 "href": "string",13 "title": "string",14 "type": "string",15 "itemType": "string",16 "responseType": "string",17 "responseItemType": "string"18 }19 ],20 "version": 021}
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. | Schema | |
400 | Bad Request | The request was invalid. | Schema |