Help Center/ CodeArts Pipeline/ API Reference/ API/ Pipeline Management/ Querying the Features Unavailable for a Tenant of a New Package
Updated on 2025-12-04 GMT+08:00

Querying the Features Unavailable for a Tenant of a New Package

Function

This API is used to query the features unavailable for a tenant of a new package based on the tenant ID.

Calling Method

For details, see Calling APIs.

URI

GET /v5/{tenant_id}/api/package-specs/unauthorized-feature

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

tenant_id

Yes

String

Definition:

Tenant ID, that is, domain ID of a user.

Constraints:

N/A

Value range:

The value consists of 32 characters, including only digits and letters.

Default value:

N/A

Request Parameters

None

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

detail

Array of strings

Definition:

Unauthorized list.

Value range:

N/A

Example Requests

GET https://{endpoint}/v5/ce8df55870164338a72d7e828a966a2a/api/package-specs/unauthorized-feature?project_id=&_=1763884407247

Example Responses

Status code: 200

OK

{
  "detail" : [ ]
}

Status Codes

Status Code

Description

200

OK

Error Codes

See Error Codes.