IntegrationDefaults Test
ReferenceData/IntegrationDefaults/{id}
Get the details of an Integration Default by id.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/IntegrationDefaults/{id}

URI Parameters

Parameter Name Data Type Required Notes
id integer N

Request Body

None.

No request body.

Response object type : IntegrationDefault

Response object type IntegrationDefault has the following properties.
Property Name Data Type Length Required Readonly Notes
AccessId string N
CreatedBy string
CreatedDateTime date
CreateLocation string
DefaultValue string N
Description string N
FieldName string N
Id integer N
Integration IntegrationSummary N
FK: TR_INTEGRATION.id   Resource: Integrations
Organization OrganizationSummary N
FK: TR_ORGANIZATION.id   Resource: Organizations
UpdatedBy string
UpdatedDateTime date
{
  "AccessId": "sample string 1",
  "CreatedDateTime": "2025-04-24T03:59:09.9681874-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "DefaultValue": "sample string 4",
  "Description": "sample string 5",
  "FieldName": "sample string 6",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T03:59:09.9681874-07:00",
  "UpdatedBy": "sample string 7",
  "Organization": {
    "Id": 1,
    "Description": "sample string 1",
    "LicenseeAccountCode": "sample string 2"
  },
  "Integration": {
    "Id": 1,
    "Description": "sample string 1"
  }
}
<IntegrationDefault xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AccessId>sample string 1</AccessId>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T03:59:09.9681874-07:00</CreatedDateTime>
  <DefaultValue>sample string 4</DefaultValue>
  <Description>sample string 5</Description>
  <FieldName>sample string 6</FieldName>
  <Id>1</Id>
  <Integration>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </Integration>
  <Organization>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <LicenseeAccountCode>sample string 2</LicenseeAccountCode>
  </Organization>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T03:59:09.9681874-07:00</UpdatedDateTime>
</IntegrationDefault>
Change Version Description Contract Old New
Property Added 15.1.6 Integration has been added to IntegrationDefault IntegrationDefault IntegrationDefault.Integration
Resource Added 15.1.3 New resource added. IntegrationDefaults