Reports Test
Reporting/Reports/Categories
Get all report categories.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Reporting/Reports/Categories

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of ReportCategory

Response object type Collection of ReportCategory has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Description string N
DescriptionText string N
Id integer N
Inactive string N
UpdatedBy string N
UpdatedDateTime date N
[
  {
    "Description": "sample string 1",
    "DescriptionText": "sample string 2",
    "Inactive": "sample string 3",
    "Id": 4,
    "CreatedDateTime": "2025-04-24T05:03:19.1316774-07:00",
    "CreateLocation": "sample string 5",
    "CreatedBy": "sample string 6",
    "UpdatedDateTime": "2025-04-24T05:03:19.1316774-07:00",
    "UpdatedBy": "sample string 7"
  },
  {
    "Description": "sample string 1",
    "DescriptionText": "sample string 2",
    "Inactive": "sample string 3",
    "Id": 4,
    "CreatedDateTime": "2025-04-24T05:03:19.1316774-07:00",
    "CreateLocation": "sample string 5",
    "CreatedBy": "sample string 6",
    "UpdatedDateTime": "2025-04-24T05:03:19.1316774-07:00",
    "UpdatedBy": "sample string 7"
  }
]
<ReportCategories xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ReportCategory>
    <CreateLocation>sample string 5</CreateLocation>
    <CreatedBy>sample string 6</CreatedBy>
    <CreatedDateTime>2025-04-24T05:03:19.1316774-07:00</CreatedDateTime>
    <Description>sample string 1</Description>
    <DescriptionText>sample string 2</DescriptionText>
    <Id>4</Id>
    <Inactive>sample string 3</Inactive>
    <UpdatedBy>sample string 7</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:03:19.1316774-07:00</UpdatedDateTime>
  </ReportCategory>
  <ReportCategory>
    <CreateLocation>sample string 5</CreateLocation>
    <CreatedBy>sample string 6</CreatedBy>
    <CreatedDateTime>2025-04-24T05:03:19.1316774-07:00</CreatedDateTime>
    <Description>sample string 1</Description>
    <DescriptionText>sample string 2</DescriptionText>
    <Id>4</Id>
    <Inactive>sample string 3</Inactive>
    <UpdatedBy>sample string 7</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:03:19.1316774-07:00</UpdatedDateTime>
  </ReportCategory>
</ReportCategories>

No entries in change log for this operation.