Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/SystemDefaults/Summary |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyNone. |
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.