Retrieves the list of dynamic labels for the current organization.
Try it now
Test
RAM authorization
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:
|
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.