SystemDefaults Test
ReferenceData/SystemDefaults/Defaults?keys={keys}
Get default summaries for specified keys, delimited by comma ("?keys=COMPANY_NAME,REQUIRE_ADDRESS"). This resource resolves organizational and global defaults to ensure that only one is returned per key (field name). No default will be returned if one does not exist.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/SystemDefaults/Defaults?keys={keys}

URI Parameters

Parameter Name Data Type Required Notes
keys string N

Request Body

None.

No request body.

Response object type : Collection of SystemDefaultSummary

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

No entries in change log for this operation.