HoldCodeUserGroups Test
TXN/HoldCodeUserGroups/{holdCodeUserGroupId}
Get the details of a hold code/user group mapping by id.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/HoldCodeUserGroups/{holdCodeUserGroupId}

URI Parameters

Parameter Name Data Type Required Notes
holdCodeUserGroupId integer Y

Request Body

None.

No request body.

Response object type : HoldCodeUserGroup

Response object type HoldCodeUserGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
HoldCode HoldCodeSummary N
FK: T_HC.hc_no
Id integer N
UpdatedBy string N
UpdatedDateTime date N
UserGroupId string N
{
  "Id": 1,
  "HoldCode": {
    "BlackoutIndicator": true,
    "Description": "sample string 2",
    "Legend": "sample string 3",
    "Id": 1
  },
  "UserGroupId": "sample string 1",
  "CreatedDateTime": "2025-04-24T08:24:13.9253324-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "UpdatedDateTime": "2025-04-24T08:24:13.9253324-07:00",
  "UpdatedBy": "sample string 4"
}
<HoldCodeUserGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T08:24:13.9253324-07:00</CreatedDateTime>
  <HoldCode>
    <BlackoutIndicator>true</BlackoutIndicator>
    <Description>sample string 2</Description>
    <Id>1</Id>
    <Legend>sample string 3</Legend>
  </HoldCode>
  <Id>1</Id>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T08:24:13.9253324-07:00</UpdatedDateTime>
  <UserGroupId>sample string 1</UserGroupId>
</HoldCodeUserGroup>
Change Version Description Contract Old New
Parameter Changed 15.0.0 holdCodeUserGroupId has been marked as required. Required