Get Zone Statistics Client
GET
/api/v1/mbembo/stat/{{areaID}}/client/{{clientID}}
Mbembo/ZoneStatisticsmbembo
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'
Response Response Example
Area Client 혼잡도 OK
{
"trID": "202405271541001234",
"resultCode": "0200",
"resultMsg": "OK",
"resultData": [
{
"time": "2024-05-27T06:41:00Z",
"clientID": 1,
"statType": "level1",
"value": 123
},
{
"time": "2024-05-27T06:41:00Z",
"clientID": 2,
"statType": "level2",
"value": 456
},
{
"time": "2024-05-27T06:42:00Z",
"clientID": 1
"statType": "level3",
"value": 789
},
]
}
Request
Query Params
dates
array[string]
required
Example:
["2024-11-13T15:00:00Z","2024-11-14T15:00:00Z"]
metric
enum<string>
required
Allowed values:
levelCountlevelCountSumcongestionLevelpassingCountpassingCountSumavgTimeavgTimeAvgavgVelocity
Example:
avgtime
timeUnit
enum<string>
required
Allowed values:
minutehourday
Example:
minute
Body Params application/x-www-form-urlencoded
object {0}
Responses
Modified at 2024-11-15 03:21:24