/
/Alfalfa-BOPTEST Unified Virtual Building Control API (ABUVBCAPI)
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 28m ago · Updated 1mo ago
About1
  • get/version
Alias4
  • get/aliases
  • get/aliases/{alias}
  • put/aliases/{alias}
  • delete/aliases/{alias}
Model4
  • get/models
  • post/models/upload
  • post/models/{modelId}/createRun
  • get/models/{modelId}/download
Point7
  • getGet metadata for all points
  • postGet metadata for multiple points
  • getGet metadata and value for single point
  • putSet value for single point
  • getGet values for all points
  • putSet new values for multiple points
  • postGet values for multiple points
Run8
  • getList Runs
  • getGet run metadata
  • deleteDelete run
  • getGet simulation time
  • postStart a Run
  • postAdvance run by one timestep
  • postStop a Run
  • get/runs/{runId}/download
    Run

    List Runs

    get/runs

    Response

    OK

    Example response

    {
      "payload": [
        {
          "id": "7cf4afb6-9c15-431f-9f50-11bca0870f77",
          "name": "Run Name",
          "errorLog": "An unknown error occurred. Good luck!"
        }
      ]
    }