Request
Body Params application/json
{
"Idstr": "string",
"UserName": "string",
"enableEventKv": "string"
}
Request Code Samples
curl --location --request POST '/openapi/single/getKv' \
--header 'Content-Type: application/json' \
--data-raw '{
"Idstr": "string",
"UserName": "string",
"enableEventKv": "string"
}'
Responses
{
"EventKv": [
{
"property1": "string",
"property2": "string"
}
],
"fpsTime": [
"string"
]
}
Modified at 2025-12-30 08:00:06