Attributes Test
CRM/Attributes/{attributeId}
Get details of an attribute.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Attributes/{attributeId}

URI Parameters

Parameter Name Data Type Required Notes
attributeId integer Y

Request Body

None.

No request body.

Response object type : Attribute

Response object type Attribute has the following properties.
Property Name Data Type Length Required Readonly Notes
Constituent Entity N
FK: T_CUSTOMER.customer_no   Resource: Constituents
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
EditIndicator boolean
Id integer N
Keyword KeywordSummary N
FK: T_KEYWORD.keyword_no   Resource: Keywords
KeywordConstituentType KeywordConstituentType
UpdatedBy string N
UpdatedDateTime date N
Value string N
{
  "Keyword": {
    "Description": "sample string 1",
    "Id": 2,
    "EditMask": "sample string 3",
    "DataType": "sample string 4",
    "MultipleValue": true,
    "ReferenceTable": "sample string 5",
    "DetailTable": "sample string 6",
    "PrimaryGroupDefault": "sample string 7",
    "Category": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    },
    "HelpText": "sample string 8",
    "ExtendedDescription": "sample string 9",
    "DetailColumn": "sample string 10",
    "ParentTable": "sample string 11",
    "CustomId": 1,
    "KeywordUse": "sample string 12"
  },
  "CreatedDateTime": "2025-04-24T04:54:33.6870285-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Constituent": {
    "Id": 1
  },
  "Id": 1,
  "Value": "sample string 3",
  "UpdatedDateTime": "2025-04-24T04:54:33.6870285-07:00",
  "UpdatedBy": "sample string 4",
  "KeywordConstituentType": {
    "Inactive": true,
    "Rank": 1
  },
  "EditIndicator": true
}
<Attribute xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Constituent>
    <Id>1</Id>
  </Constituent>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T04:54:33.6870285-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <Id>1</Id>
  <Keyword>
    <Category>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Category>
    <CustomId>1</CustomId>
    <DataType>sample string 4</DataType>
    <Description>sample string 1</Description>
    <DetailColumn>sample string 10</DetailColumn>
    <DetailTable>sample string 6</DetailTable>
    <EditMask>sample string 3</EditMask>
    <ExtendedDescription>sample string 9</ExtendedDescription>
    <HelpText>sample string 8</HelpText>
    <Id>2</Id>
    <KeywordUse>sample string 12</KeywordUse>
    <MultipleValue>true</MultipleValue>
    <ParentTable>sample string 11</ParentTable>
    <PrimaryGroupDefault>sample string 7</PrimaryGroupDefault>
    <ReferenceTable>sample string 5</ReferenceTable>
  </Keyword>
  <KeywordConstituentType>
    <Inactive>true</Inactive>
    <Rank>1</Rank>
  </KeywordConstituentType>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:54:33.6870285-07:00</UpdatedDateTime>
  <Value>sample string 3</Value>
</Attribute>
Change Version Description Contract Old New
Parameter Changed 15.0.0 attributeId has been marked as required. Required