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 Children
  • Thanks Gawain, Samuel

    I think a read-only views custom data feature would be extremely helpful to folks.

    Having read-write is fraught with difficuties to make into a general case, but what about something like, this?

    Specified in a separate table

    TR_DATASERVICE_VIEWS

    without the next_id... and probably regeistered_with... and subentites columns

    I'd think that could be based around the exisiting code for TABLES fairly easily and be a great feature

    But thanks for clarifying that it's not ready just yet :)

    Aryaguna