REST API, TR_DATASERVICE_TABLES and Views

At FTC we are starting to experiment with the REST API and I was wondering if anyone been able to call a View successfully from the REST DataService?

I have been running into issues with this as the Dataservice responds that it can't find the "table" (read:view).

The help doc seems to suggest views are supported, and I'd really like to start making some for various user-specific dashboards/single-purpose workstations

http://www.tessituranetwork.com/Help_System/Content/System_Tables/TR_DATA_SERVICE_TABLE.htm

Parents Reply
  • Hi

    I get 

    "Description": "Table 'LV_SC_APIS_EVENT_ARTIFAX_MATCH' was not found in schema 'dbo'.",

    And I can see the view under the dbo schema

    The v12.5 documentation says "The TR_DATA_SERVICE_TABLES table (added v11) is used to register custom tables and views as resources for the DataService service of the REST API."

    Can anyone confirm or deny :) whether views should be acccessible in v12.5 ?

    Thanks

    Aryaguna

     

Children