AnalyticsCubes Test
ReferenceData/AnalyticsCubes/{id}?maintenanceMode={maintenanceMode}
Get the details of an analytics cube.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/AnalyticsCubes/{id}?maintenanceMode={maintenanceMode}

URI Parameters

Parameter Name Data Type Required Notes
id integer Y
maintenanceMode boolean N Ignore control grouping (default: false).

Request Body

None.

No request body.

Response object type : AnalyticsCube

Response object type AnalyticsCube has the following properties.
Property Name Data Type Length Required Readonly Notes
ApplicationSecurityObject ApplicationObject
BuildOrder integer N
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
DataSecurity Collection of AnalyticsCubeDataSecurity
Id integer N
Inactive boolean N
Title string N
UpdatedBy string N
UpdatedDateTime date N
{
  "BuildOrder": 1,
  "CreatedDateTime": "2025-04-24T08:19:19.6398711-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "Id": 1,
  "Inactive": true,
  "UpdatedDateTime": "2025-04-24T08:19:19.6398711-07:00",
  "UpdatedBy": "sample string 5",
  "Title": "sample string 6",
  "ApplicationSecurityObject": {
    "ConstituencyBased": "sample string 1",
    "Description": "sample string 2",
    "Id": 3,
    "Name": "sample string 4",
    "ObjectType": "sample string 5"
  },
  "DataSecurity": [
    {
      "Column": "sample string 1",
      "Table": "sample string 2",
      "CubeColumnType": "sample string 3",
      "CreatedDateTime": "2025-04-24T08:19:19.6398711-07:00",
      "CreateLocation": "sample string 4",
      "CreatedBy": "sample string 5",
      "Id": 1,
      "Inactive": true,
      "UpdatedDateTime": "2025-04-24T08:19:19.6398711-07:00",
      "UpdatedBy": "sample string 7"
    },
    {
      "Column": "sample string 1",
      "Table": "sample string 2",
      "CubeColumnType": "sample string 3",
      "CreatedDateTime": "2025-04-24T08:19:19.6398711-07:00",
      "CreateLocation": "sample string 4",
      "CreatedBy": "sample string 5",
      "Id": 1,
      "Inactive": true,
      "UpdatedDateTime": "2025-04-24T08:19:19.6398711-07:00",
      "UpdatedBy": "sample string 7"
    }
  ]
}
<AnalyticsCube xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ApplicationSecurityObject>
    <ConstituencyBased>sample string 1</ConstituencyBased>
    <Description>sample string 2</Description>
    <Id>3</Id>
    <Name>sample string 4</Name>
    <ObjectType>sample string 5</ObjectType>
  </ApplicationSecurityObject>
  <BuildOrder>1</BuildOrder>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T08:19:19.6398711-07:00</CreatedDateTime>
  <DataSecurity>
    <AnalyticsCubeDataSecurity>
      <Column>sample string 1</Column>
      <CreateLocation>sample string 4</CreateLocation>
      <CreatedBy>sample string 5</CreatedBy>
      <CreatedDateTime>2025-04-24T08:19:19.6398711-07:00</CreatedDateTime>
      <CubeColumnType>sample string 3</CubeColumnType>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <Table>sample string 2</Table>
      <UpdatedBy>sample string 7</UpdatedBy>
      <UpdatedDateTime>2025-04-24T08:19:19.6398711-07:00</UpdatedDateTime>
    </AnalyticsCubeDataSecurity>
    <AnalyticsCubeDataSecurity>
      <Column>sample string 1</Column>
      <CreateLocation>sample string 4</CreateLocation>
      <CreatedBy>sample string 5</CreatedBy>
      <CreatedDateTime>2025-04-24T08:19:19.6398711-07:00</CreatedDateTime>
      <CubeColumnType>sample string 3</CubeColumnType>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <Table>sample string 2</Table>
      <UpdatedBy>sample string 7</UpdatedBy>
      <UpdatedDateTime>2025-04-24T08:19:19.6398711-07:00</UpdatedDateTime>
    </AnalyticsCubeDataSecurity>
  </DataSecurity>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <Title>sample string 6</Title>
  <UpdatedBy>sample string 5</UpdatedBy>
  <UpdatedDateTime>2025-04-24T08:19:19.6398711-07:00</UpdatedDateTime>
</AnalyticsCube>
Change Version Description Contract Old New
Parameter Changed 15.0.0 id has been marked as required. Required