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