VueronTechnology
KR
  • EN
  • KR
  1. Statistics
VueronTechnology
KR
  • EN
  • KR
  • Vueron VueFlow Operation Manual
  • Mbembo
    • User
      • UserLogin
      • RefreshToken
    • Statistics
      • Get Zone Statistics
        GET
      • Get Zone Statistics Client
        GET
    • Event
      • Stream Event
      • Stream Area Frame
    • AlarmLog
      • Get AlarmLog Count
      • Get AlarmLog List
  • Schemas
    • VueFlowSchema
      • Client
        • Client
        • OsloClient
        • ClientCalibration
        • GPSCalibration
        • ClientStat
        • BackgroundImage
        • OsloEventConfig
        • ReportLog
        • UserRole
        • User
        • OsloScheduleRecord
        • MinIOConfig
        • ModelRange
      • Lidar
        • LidarInfo
        • Calibration
        • Lidar
      • VObject
        • VObject
        • VObjectType
        • VObjectViolationType
      • Zone
        • Zone
        • CongestionMode
        • CongestionLevel
        • TargetSide
        • ZoneDirection
        • ZoneStatistics
        • ChartMetric
        • ChartZoneStat
        • gimpo airport specific role
      • ZoneMZMode
        • ZoneMZMode
        • ZoneComponent
        • MetricComponent
        • FilterComponent
        • ObjectBehaviorDetectionComponent
        • ObjectStatusDetectionComponent
        • SituationDetectionComponent
        • ZoneComponentType
        • ObjectStat
      • OsloFile
        • OsloFile
        • OsloFileHeader
        • OsloEventLogStreamInfo
        • OsloPlaylist
      • OsloEvent
        • OsloEventConfig
        • OsloEventType
      • OsloCommand
        • OsloCommandMode
        • OsloCommand
        • PlayInfo
        • RecordInfo
        • CalibrationGuide
      • Alarm
        • AlarmLog
        • AlarmType
        • Payload
        • AlarmFilter
      • Types
        • BoolStatus
        • AlarmType
        • Coord3D
        • ModelRange
        • OsloClientMode
      • Frames
        • AreaFrame
        • ClientFrame
        • ZoneFrame
        • StreamHeader
      • WebsocketEvent
        • WebsocketEvent
        • WebsocketEventType
        • WebsocketActionType
      • Remote Support
        • RemoteSupport
      • Area
      • Oslo Config
    • Websocket Stream
    • Vueron Response
    • BaseModel
  1. Statistics

Get Zone Statistics Client

GET
{{mbembo_url}}/api/v1/mbembo/stat/{{areaID}}/client/{{clientID}}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Body Params application/x-www-form-urlencoded

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '{{dev_mbembo_url}}/api/v1/mbembo/stat/1/client/1?dates=2024-11-13T15:00:00Z&dates=2024-11-14T15:00:00Z&metric=avgtime&timeUnit=minute' \
--header 'Authorization: Bearer <token>'
Response Response Example
LevelCount
{
    "trID": "20260122081945067986",
    "resultCode": "0200",
    "resultMsg": "GetZoneStat OK",
    "resultData": [
        {
            "time": "2025-11-24T15:00:00Z",
            "key": "level2",
            "metric": "levelcount",
            "value": 0
        },
        {
            "time": "2025-11-24T15:05:00Z",
            "key": "level2",
            "metric": "levelcount",
            "value": 0
        },
        {
            "time": "2025-11-24T15:10:00Z",
            "key": "level1",
            "metric": "levelcount",
            "value": 0
        },
        {
            "time": "2025-11-24T15:00:00Z",
            "key": "level1",
            "metric": "levelcount",
            "value": 0
        },
        {
            "time": "2025-11-24T15:05:00Z",
            "key": "level1",
            "metric": "levelcount",
            "value": 0
        },
        {
            "time": "2025-11-24T15:10:00Z",
            "key": "level2",
            "metric": "levelcount",
            "value": 0
        }
    ]
}
Modified at 2026-01-22 08:18:17
Previous
Get Zone Statistics
Next
Stream Event
Built with