AssociationTypes Test
ReferenceData/AssociationTypes/Summary
Get a summary representation of all association types.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/AssociationTypes/Summary

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of AssociationTypeSummary

Response object type Collection of AssociationTypeSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Description string
Id integer
Inactive boolean
ReciprocalType Entity
RelationshipCategory RelationshipCategorySummary
[
  {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "ReciprocalType": {
      "Id": 1
    },
    "RelationshipCategory": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    }
  },
  {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "ReciprocalType": {
      "Id": 1
    },
    "RelationshipCategory": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    }
  }
]
<AssociationTypeSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AssociationType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <ReciprocalType>
      <Id>1</Id>
    </ReciprocalType>
    <RelationshipCategory>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </RelationshipCategory>
  </AssociationType>
  <AssociationType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <ReciprocalType>
      <Id>1</Id>
    </ReciprocalType>
    <RelationshipCategory>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </RelationshipCategory>
  </AssociationType>
</AssociationTypeSummaries>

No entries in change log for this operation.