Updated on 2026-01-13 GMT+08:00

Obtaining the Feature List

Function

This API is used to obtain the feature list of a project. Pagination is supported.

Calling Method

For details, see Calling APIs.

URI

GET /v1/{project_id}/features

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID, which is used to identify a specific project.

Table 2 Query Parameters

Parameter

Mandatory

Type

Description

limit

No

Integer

Number of records returned on each page. The default value is 10.

offset

No

Integer

Offset of the returned records. The default value is 0.

Request Parameters

None

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

features

Array of FeatureVo objects

Function list, which contains multiple function objects.

Table 4 FeatureVo

Parameter

Type

Description

description

String

Function description.

enabled

Boolean

Whether the function is enabled.

name

String

Function name.

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

Request succeeded. The feature list is returned.

401

Unauthorized access to the resource.

403

Access denied. Insufficient permissions.

404

The requested resource does not exist.

Error Codes

See Error Codes.