PlanStatuses Test
ReferenceData/PlanStatuses/Summary
Get a summary representation of all plan statuses.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/PlanStatuses/Summary

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of PlanStatusSummary

Response object type Collection of PlanStatusSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Description string
Id integer
Inactive boolean
Rank integer
[
  {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "Rank": 2
  },
  {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "Rank": 2
  }
]
<PlanStatusSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PlanStatus>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Rank>2</Rank>
  </PlanStatus>
  <PlanStatus>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Rank>2</Rank>
  </PlanStatus>
</PlanStatusSummaries>

No entries in change log for this operation.