v1

latestOpenAPI 3.0.02026-08-047522.0 KB
extensions

Get a specific extension

Returns a specific extension matching either extension ID or extension name.

get/api/v1/extensions/{id}

Path parameters

idstring required

Extension identifier or its qextFilename.

Response

OK. Returns extension with {id}.

idstring
fileobject

The file that was uploaded with the extension.

iconstring

Icon to show in the client.

namestring

The display name of this extension.

tagsstring[]

List of tags.

typestring

The type of this extension (visualization, etc.).

authorstring

Author of the extension.

userIdstring
bundledboolean

If the extension is part of an extension bundle.

licensestring

Under which license this extension is published.

previewstring

Path to an image that enables users to preview the extension.

versionstring

Version of the extension.

checksumstring

Checksum of the extension contents.

homepagestring

Home page of the extension.

keywordsstring

Keywords for the extension.

loadpathstring

Relative path to the extension's entry file, defaults to filename from the qext file.

supplierstring

Supplier of the extension.

tenantIdstring
updateAtstring date
createdAtstring date
supernovaboolean

If the extension is a supernova extension or not.

deprecatedstring date

A date noting when the extension was deprecated.

repositorystring

Link to the extension source code.

descriptionstring

Description of the extension.

qextVersionstring

The version from the qext file that was uploaded with this extension.

dependenciesobject

Map of dependencies describing version of the component it requires.

qextFilenamestring

The name of the qext file that was uploaded with this extension.

migrationStatestring

The migration state of the extension. It can be either "READY_TO_MOVE", "IN_PROGRESS" or "COMPLETED".