All Products
Search
Document Center

Quick BI:ListDynamicTag

Last Updated:Jul 08, 2026

Retrieves the list of dynamic labels for the current organization.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

No parameters required.

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

D787E1A**********DF8D885

Result

array<object>

The label list.

object

The label information object.

OrganizationId

string

The organization ID.

2fe4fbd8-****-****-b3e1-e92c7af083ea

ConfigId

string

The ID of the individual configuration.

cfg****14352318681088

ConfigName

string

The name of the label configuration.

eip

DsId

string

The ID of the associated data source.

a201c85c-******

TableName

string

The table name of the associated data source.

testTable02\"'

ColumnName

string

The column name of the associated data source.

site_id

RelatedAttribute

integer

The associated user attribute. Valid values:

  • 0: account ID

  • 1: account name

  • 2: nickname within the organization

1

Success

boolean

Indicates whether the request was successful.

true

Examples

Success response

JSON format

{
  "RequestId": "D787E1A**********DF8D885",
  "Result": [
    {
      "OrganizationId": "2fe4fbd8-****-****-b3e1-e92c7af083ea",
      "ConfigId": "cfg****14352318681088",
      "ConfigName": "eip",
      "DsId": "a201c85c-******",
      "TableName": "testTable02\\\"'",
      "ColumnName": "site_id",
      "RelatedAttribute": 1
    }
  ],
  "Success": true
}

Error codes

HTTP status code

Error code

Error message

Description

400 Internal.System.Error An internal system error occurred. An internal system error occurred.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.