List of custom metrics
GET
api/v2/talkwalker/p/:project_id/custom_metrics/listList of custom metrics
Path Parameters
- project_id string requiredExample: {{project_id}}
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status_code": "0",
"status_message": "OK",
"request": "GET /api/v2/talkwalker/p/a1ab1abc-a123-123a-123a-abcd12ab1a12/custom_metrics/list?access_token=abcd_1234_abcd",
"request_id": "#rkmdna3yrn54#",
"result_custom_metrics": {
"data": [
{
"custom_metric": {
"name": "email",
"title": "Email",
"description": "",
"display_in_ui": true,
"update_ts": 1626449454677,
"format": {
"name": "KEYWORD"
}
}
},
{
"custom_metric": {
"name": "text",
"title": "Text",
"description": "",
"display_in_ui": true,
"update_ts": 1629473310655,
"format": {
"name": "TEXT"
}
}
},
{
"custom_metric": {
"name": "score",
"title": "Score",
"description": "",
"display_in_ui": true,
"update_ts": 1629473331535,
"format": {
"name": "INTEGER"
}
}
}
]
}
}
Loading...