Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/PlanPriorities/{id}?filter={filter}&maintenanceMode={maintenanceMode} |
URI Parameters
|
Request BodyNone. |
Response object type : PlanPriority
Response object type PlanPriority has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
ControlGroup | ControlGroupSummary | N | |||
FK: TR_CONTROL_GROUP.id   Resource: ControlGroups | |||||
CreatedBy | string | N | |||
CreatedDateTime | date | N | |||
CreateLocation | string | N | |||
Description | string | N | |||
Id | integer | N | |||
Inactive | boolean | N | |||
Ranking | integer | N | |||
UpdatedBy | string | N | |||
UpdatedDateTime | date | N |
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true,
"CreatedDateTime": "2025-04-24T04:21:35.4364943-07:00",
"CreateLocation": "sample string 2",
"CreatedBy": "sample string 3",
"UpdatedDateTime": "2025-04-24T04:21:35.4364943-07:00",
"UpdatedBy": "sample string 4",
"Ranking": 1,
"ControlGroup": {
"Description": "sample string 1",
"Id": 2,
"Inactive": true
}
}
<PlanPriority xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ControlGroup>
<Description>sample string 1</Description>
<Id>2</Id>
<Inactive>true</Inactive>
</ControlGroup>
<CreateLocation>sample string 2</CreateLocation>
<CreatedBy>sample string 3</CreatedBy>
<CreatedDateTime>2025-04-24T04:21:35.4364943-07:00</CreatedDateTime>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
<Ranking>1</Ranking>
<UpdatedBy>sample string 4</UpdatedBy>
<UpdatedDateTime>2025-04-24T04:21:35.4364943-07:00</UpdatedDateTime>
</PlanPriority>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Parameter Changed | 15.0.0 | id has been marked as required. | Required |