Skip to content

Retrieve list of audience attributes

Request

Retrieve a list of parent segment attributes. You can also specify the visibility level for sensitive attributes.

Security
TdApikeyAuth
Path
audienceIdinteger, (int64)required

ID of Master Segment Config to return

curl -i -X GET \
  'https://api-cdp.treasuredata.com/audiences/{audienceId}/attributes' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

successful operation

Bodyapplication/json
Array [
One of:
]
Response
[ { "audienceId": "string", "id": "string", "name": "string", "type": "string", "parentDatabaseName": "string", "parentTableName": "string", "parentColumn": "string", "parentKey": "string", "foreignKey": "string", "matrixColumnName": "string", "matrixColumnDescription": "string", "usedBySegmentInsight": true, "groupingName": "string", "visibility": "clear" } ]