Hi All,
I know I can use /Custom/Execute in REST to execute a stored procedure from TR_Local_Procedure. However I can't find an endpoint to get data from TR_Local_Data, equivalent to the SOAP API GetLocalData()?
Any suggestions?
Thanks
You'll need to look up documentation for configuring a Data Service. Views, alas, are no longer allowed.
Here are some docs:
https://www.tessituranetwork.com/REST_v141/TessituraService/CustomData.html
The Custom resource is designed to allow service exposure of custom tables.
This service uses the Metadata tables TR_DATASERVICE_TABLES and TR_DATASERVICE_COLUMNS.
That's a pain. Is there any advantage to using a Data Service over just writing a custom stored procedure?