SystemDefaults Test
ReferenceData/SystemDefaults?maintenanceMode={maintenanceMode}
Get all system defaults. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/SystemDefaults?maintenanceMode={maintenanceMode}

URI Parameters

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

Request Body

None.

No request body.

Response object type : Collection of SystemDefault

Response object type Collection of SystemDefault has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string
CreatedDateTime date
CreateLocation string
Description string
FieldName string
Id integer
Inactive boolean
ParentTable string
UpdatedBy string
UpdatedDateTime date
Value string
[
  {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "CreatedDateTime": "2025-04-24T03:56:29.3429885-07:00",
    "CreateLocation": "sample string 2",
    "CreatedBy": "sample string 3",
    "UpdatedDateTime": "2025-04-24T03:56:29.3429885-07:00",
    "UpdatedBy": "sample string 4",
    "Value": "sample string 5",
    "ParentTable": "sample string 6",
    "FieldName": "sample string 7"
  },
  {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "CreatedDateTime": "2025-04-24T03:56:29.3429885-07:00",
    "CreateLocation": "sample string 2",
    "CreatedBy": "sample string 3",
    "UpdatedDateTime": "2025-04-24T03:56:29.3429885-07:00",
    "UpdatedBy": "sample string 4",
    "Value": "sample string 5",
    "ParentTable": "sample string 6",
    "FieldName": "sample string 7"
  }
]
<SystemDefaults xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <SystemDefault>
    <CreateLocation>sample string 2</CreateLocation>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDateTime>2025-04-24T03:56:29.3429885-07:00</CreatedDateTime>
    <Description>sample string 1</Description>
    <FieldName>sample string 7</FieldName>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <ParentTable>sample string 6</ParentTable>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T03:56:29.3429885-07:00</UpdatedDateTime>
    <Value>sample string 5</Value>
  </SystemDefault>
  <SystemDefault>
    <CreateLocation>sample string 2</CreateLocation>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDateTime>2025-04-24T03:56:29.3429885-07:00</CreatedDateTime>
    <Description>sample string 1</Description>
    <FieldName>sample string 7</FieldName>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <ParentTable>sample string 6</ParentTable>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T03:56:29.3429885-07:00</UpdatedDateTime>
    <Value>sample string 5</Value>
  </SystemDefault>
</SystemDefaults>

No entries in change log for this operation.