Get all data for the resource configured in TR_DATASERVICE_TABLES. The {resourceName} in the URL should be replaced by the name of the resource as configured in TR_DATASERVICE_TABLES. The data can be filtered by using a set of query parameters. The format for the filter query parameters is ?column1=value1&column2=value2, where column1 can either be the name of the column in the table or a formatted name for the column as defined in TR_DATASERVICE_COLUMNS.
For more information about Custom resources including setup and use, please look at the Custom Data help page.
Http Verb |
GET |
Resource URL |
https://ts-stg-appgw.calacademy.org/TessituraService/Custom/{resourceName} |
URI Parameters
Parameter Name |
Data Type |
Required |
Notes |
resourceName
|
string
|
Y
|
|
|
No response body.
Please check http status code header for success (200 OK) or failure.
It there are error(s), a collection of ErrorMessages will be returned.
Change |
Version |
Description |
Contract |
Old |
New |
Parameter Changed |
15.0.0 |
resourceName has been marked as required. |
|
|
Required |