1. Dev
VueronTechnology
EN-previous
  • EN
  • KR
  • EN-previous
  • KR-previous
  • Vueron VueFlow Operation Manual
  • How to Install Oslo Client
  • VueFlow PCD Calibration Guide
  • Mbembo
    • User
      • UserLogin
      • RefreshToken
    • Statistics
      • Get Zone Statistics
      • Get Zone Statistics Client
    • Event
      • Stream Area Frame
      • Stream Event
    • AlarmLog
      • Get AlarmLog Count
      • Get AlarmLog List
    • Batch
      • Start Batch
    • Dev
      • 혼잡도-예측
        GET
  1. Dev

혼잡도-예측

Developing
GET
{{mbembo_url}}/api/v1/mbembo/projection/congestion

Request

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

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff '{{dev_mbembo_url}}/api/v1/mbembo/projection/congestion' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "trID": "string",
    "resultCode": "string",
    "resultMsg": "string",
    "errMsg": "string",
    "resultData": "string",
    "cursor": "string"
}
Modified at 2026-06-18 07:27:10
Previous
Start Batch
Built with