EXAMPLE FOR DATADEF LF (MB20/D2000020)

Example of retrieving the values of the variable mb20/d2000020 whose value is between 889 and 890.

Parameters

{
    "dataSource": "mb20",
    "filter" : { "BETWEEN" : ["mb20/d2000020", 889.0, 890] }
}

Result

{
  "datadefs": [
    {
      "id": "mb20/d2000020",
      "type": "NUMERIC",
      "data": [
        "890.0",
        "890.0",
        "890.0",
        "889.0",
        "889.0",
        "889.0",
        "889.0",
        "890.0",
        "889.0",
        "889.0",
        "889.0",
        "890.0",
        "889.0"
      ]
    }
  ]
}

Live testing.

  • Url de test : Live testing.
  • datasource : mb20
  • datadef : d2000020
  • frequency : LF
  • Accept : application/json
  • Content-Type : application/json
  • body :
{
    "dataSource": "mb20",
    "filter" : { "BETWEEN" : ["mb20/d2000020", 889.0, 890] }
}

Was this article helpful?

Powered by Zendesk