v1

latestOpenAPI 3.1.0Eclipse Public License 2.02026-07-172520131.8 KB
registry-api

Provides a map of versions matching an extension

get/api/{namespace}/{extension}/{targetPlatform}/versions

Path parameters

namespacestring required

Extension namespace

extensionstring required

Extension name

targetPlatform'win32-x64' | 'win32-ia32' | 'win32-arm64' | 'linux-x64' | 'linux-arm64' | 'linux-armhf' | 'alpine-x64' | 'alpine-arm64' | 'darwin-x64' | 'darwin-arm64' | 'web' | 'universal' required

Target platform

Query parameters

sizeinteger

Maximal number of entries to return

offsetinteger

Number of entries to skip (usually a multiple of the page size)

Response

The extension versions are returned in JSON format

successstring

Indicates success of the operation (omitted if a more specific result type is returned)

warningstring

Indicates a warning; when this is present, other properties can still be used

errorstring

Indicates an error; when this is present, all other properties should be ignored

offsetinteger required

Number of skipped entries according to the versions request

totalSizeinteger required

Total number of versions the extension has

versionsobject required

Map of versions, limited to the size specified in the versions request