Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/Integrations/Summary |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyNone. |
Response object type : Collection of IntegrationSummary
Response object type Collection of IntegrationSummary has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Description | string | ||||
Id | integer |
[
{
"Id": 1,
"Description": "sample string 1"
},
{
"Id": 1,
"Description": "sample string 1"
}
]
<IntegrationSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<IntegrationSummary>
<Description>sample string 1</Description>
<Id>1</Id>
</IntegrationSummary>
<IntegrationSummary>
<Description>sample string 1</Description>
<Id>1</Id>
</IntegrationSummary>
</IntegrationSummaries>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Resource Added | 15.1.6 | New resource added. | Integrations |