curl --location --request POST 'https://api.flashcat.cloud/rum/field/list?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"scopes": [
"session"
],
"is_facet": true
}'
{
"error": {
"code": "string",
"message": "string"
},
"data": {
"items": [
{
"field_key": "string",
"field_name": "string",
"value_type": "number",
"show_type": "list",
"description": "string",
"group": "string",
"unit_family": "time",
"unit_name": "nanosecond",
"edit_able": true,
"is_facet": true,
"queryable": true,
"enum_values": [
"string"
],
"scopes": [
"session"
]
}
]
}
}