GET
/
packages
/
{package}
/
versionsets
{
  "$schema": "https://example.com/schemas/ListPackageVersionSetOutputBody.json",
  "pagination": {
    "continue": "<string>"
  },
  "results": [
    {
      "$schema": "https://example.com/schemas/PackageVersionSet.json",
      "created_by": "<string>",
      "created_on": "2023-11-07T05:31:56Z",
      "last_modified_by": "<string>",
      "last_modified_on": "2023-11-07T05:31:56Z",
      "number": 1,
      "package": "pkg_fc8c119c-0741-4062-8959-fe1a04b3842f",
      "version_constraint": ">=1.0 <2"
    }
  ]
}

Query Parameters

continue
string

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

n
integer

Number of records to show per page of results.

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

Record filter.

Response

200
application/json

OK

The response is of type object.