Updated on 2025-03-25 GMT+08:00

Querying Extensions V1

Function

This API is used to query APIs of the old version for extensions.

Calling Method

For details, see Calling APIs.

URI

GET /v1/extensions/modules

Table 1 Query Parameters

Parameter

Mandatory

Type

Description

projectid

No

String

Project UUID.

module_ids

No

Array of strings

Module ID.

region

No

String

Region name.

name

No

String

Module name (for search).

tags

No

Array of strings

Tag.

offset

No

Integer

Page number.

limit

No

Integer

Number of records on each page.

locations

No

Array of strings

Endpoint.

Request Parameters

None

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

error

ErrorInfo object

Error information.

result

Map<String,Array<ExtensionModule>>

Module information.

status

String

Status value.

Table 3 ErrorInfo

Parameter

Type

Description

code

String

Error code.

message

String

Error Information.

Table 4 ExtensionModule

Parameter

Type

Description

base_url

String

Basic URL.

description

String

Description.

id

Integer

id

location

String

Endpoint.

module_id

String

Module ID.

name

String

Name.

properties

Object

Attribute information.

publisher

String

Publisher.

type

String

Type.

version

String

Version.

tags

Array of strings

Tag.

url_relative

String

Extension URL.

properties_list

Array of objects

Attributes of versions.

manifest_version

String

Summary version.

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

OK

Error Codes

See Error Codes.