Custom Test
Custom/{resourceName}
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

Request Body

None.

No request body.

Response object type : HttpResponseMessage

Response object type HttpResponseMessage has the following properties.
Property Name Data Type Length Required Readonly Notes
Content HttpContent
Headers Collection of Object
IsSuccessStatusCode boolean
ReasonPhrase string
RequestMessage HttpRequestMessage
StatusCode HttpStatusCode
Version Version

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