Skip to main content
GET
/
projects
/
{project}
/
versionsets
{
  "results": [
    {
      "created_by": "<string>",
      "created_on": "2023-11-07T05:31:56Z",
      "last_modified_by": "<string>",
      "last_modified_on": "2023-11-07T05:31:56Z",
      "number": 1,
      "project": "<string>",
      "version_constraint": "<string>",
      "$schema": "<string>"
    }
  ],
  "$schema": "<string>",
  "pagination": {
    "continue": "<string>"
  }
}

Query Parameters

continue
string

Continuation token value (used when retrieving the next page of results). Continuation token value (used when retrieving the next page of results).

n
integer<int64>

Number of records to show per page of results. Number of records to show per page of results.

Required range: 0 <= x <= 100
filter
string

Record filter. Record filter.

Response

OK

results
object[] | null
required
$schema
string<uri>

A URL to the JSON Schema for this object.

pagination
object