ListDynamicTag

Updated at:

Retrieves a list of dynamic tags 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>

A list of dynamic tag objects.

object

The details of a dynamic tag.

OrganizationId

string

The organization ID.

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

ConfigId

string

The ID of the tag configuration.

cfg****14352318681088

ConfigName

string

The name of the tag configuration.

eip

DsId

string

The ID of the associated data source.

a201c85c-******

TableName

string

The name of the table in the associated data source.

testTable02\"'

ColumnName

string

The name of the column in the associated data source.

site_id

RelatedAttribute

integer

The associated user attribute. Valid values:

  • 0: account ID

  • 1: account name

  • 2: nickname in 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.