OutputSets Test
Reporting/OutputSets/Summary?mineOnly={mineOnly}
Get a summary of all Output Sets.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Reporting/OutputSets/Summary?mineOnly={mineOnly}

URI Parameters

Parameter Name Data Type Required Notes
mineOnly boolean N Only return output sets that are created by the current user.

Request Body

None.

No request body.

Response object type : Collection of OutputSetSummary

Response object type Collection of OutputSetSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
ControlGroup ControlGroupSummary
CreatedBy string
CreatedDateTime date
Description string
Id integer
LastUsedDateTime date
TMSIndicator boolean
UpdatedDateTime date
[
  {
    "Description": "sample string 1",
    "Id": 1,
    "CreatedBy": "sample string 2",
    "TMSIndicator": true,
    "CreatedDateTime": "2025-04-24T05:12:16.8388674-07:00",
    "UpdatedDateTime": "2025-04-24T05:12:16.8388674-07:00",
    "LastUsedDateTime": "2025-04-24T05:12:16.8388674-07:00",
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    }
  },
  {
    "Description": "sample string 1",
    "Id": 1,
    "CreatedBy": "sample string 2",
    "TMSIndicator": true,
    "CreatedDateTime": "2025-04-24T05:12:16.8388674-07:00",
    "UpdatedDateTime": "2025-04-24T05:12:16.8388674-07:00",
    "LastUsedDateTime": "2025-04-24T05:12:16.8388674-07:00",
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    }
  }
]
<OutputSetSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <OutputSet>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:12:16.8388674-07:00</CreatedDateTime>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <LastUsedDateTime>2025-04-24T05:12:16.8388674-07:00</LastUsedDateTime>
    <TMSIndicator>true</TMSIndicator>
    <UpdatedDateTime>2025-04-24T05:12:16.8388674-07:00</UpdatedDateTime>
  </OutputSet>
  <OutputSet>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:12:16.8388674-07:00</CreatedDateTime>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <LastUsedDateTime>2025-04-24T05:12:16.8388674-07:00</LastUsedDateTime>
    <TMSIndicator>true</TMSIndicator>
    <UpdatedDateTime>2025-04-24T05:12:16.8388674-07:00</UpdatedDateTime>
  </OutputSet>
</OutputSetSummaries>

No entries in change log for this operation.