Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/Composers/{id}?maintenanceMode={maintenanceMode} |
URI Parameters
|
Request BodyNone. |
Response object type : Composer
Response object type Composer has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Bio | string | N | |||
CreatedBy | string | N | |||
CreatedDateTime | date | N | |||
CreateLocation | string | N | |||
FirstName | string | N | |||
Id | integer | N | |||
Inactive | boolean | N | |||
LastName | string | N | |||
MiddleName | string | N | |||
UpdatedBy | string | N | |||
UpdatedDateTime | date | N |
{
"Bio": "sample string 1",
"CreatedDateTime": "2025-04-24T08:35:53.5162122-07:00",
"CreateLocation": "sample string 2",
"CreatedBy": "sample string 3",
"FirstName": "sample string 4",
"Id": 1,
"Inactive": true,
"UpdatedDateTime": "2025-04-24T08:35:53.5162122-07:00",
"UpdatedBy": "sample string 5",
"LastName": "sample string 6",
"MiddleName": "sample string 7"
}
<Composer xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Bio>sample string 1</Bio>
<CreateLocation>sample string 2</CreateLocation>
<CreatedBy>sample string 3</CreatedBy>
<CreatedDateTime>2025-04-24T08:35:53.5162122-07:00</CreatedDateTime>
<FirstName>sample string 4</FirstName>
<Id>1</Id>
<Inactive>true</Inactive>
<LastName>sample string 6</LastName>
<MiddleName>sample string 7</MiddleName>
<UpdatedBy>sample string 5</UpdatedBy>
<UpdatedDateTime>2025-04-24T08:35:53.5162122-07:00</UpdatedDateTime>
</Composer>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Parameter Changed | 15.0.0 | id has been marked as required. | Required |