Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The EQL interface allows for the execution of one ad-hoc or pre-defined a custom or core Eagle Data Services interface.

You can execute a request from the EQL REST API using the MC2 Swagger UI at

...

Code Block
languagejs
themeConfluence
titleSample EQL REST Api POST BodyAPI post body to execute EDS interface (example using core EDS interface genericentity)
{
            "FeedType" : "genericentity" ,
            "emlObjectType": "Entity",
            "outputformat": "EagleJSON",
            "filters": {
                "maxrows" : "5"
            },
            "SaveSQLQuery": "Y",
            "invalidatecache": "Y"
}

...