HoldCodeUserGroups Test
TXN/HoldCodeUserGroups?userGroup={userGroup}&holdCode={holdCode}
Get all hold code/user group mappings. Optional filter for a UserGroup or HoldCode.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/HoldCodeUserGroups?userGroup={userGroup}&holdCode={holdCode}

URI Parameters

Parameter Name Data Type Required Notes
userGroup string N Only return mappings for the specified UserGroup.
holdCode integer N Only return mappings for the specified HoldCode.

Request Body

None.

No request body.

Response object type : Collection of HoldCodeUserGroup

Response object type Collection of 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-24T04:32:33.2805555-07:00",
    "CreateLocation": "sample string 2",
    "CreatedBy": "sample string 3",
    "UpdatedDateTime": "2025-04-24T04:32:33.2805555-07:00",
    "UpdatedBy": "sample string 4"
  },
  {
    "Id": 1,
    "HoldCode": {
      "BlackoutIndicator": true,
      "Description": "sample string 2",
      "Legend": "sample string 3",
      "Id": 1
    },
    "UserGroupId": "sample string 1",
    "CreatedDateTime": "2025-04-24T04:32:33.2805555-07:00",
    "CreateLocation": "sample string 2",
    "CreatedBy": "sample string 3",
    "UpdatedDateTime": "2025-04-24T04:32:33.2805555-07:00",
    "UpdatedBy": "sample string 4"
  }
]
<HoldCodeUserGroups xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <HoldCodeUserGroup>
    <CreateLocation>sample string 2</CreateLocation>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDateTime>2025-04-24T04:32:33.2805555-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-24T04:32:33.2805555-07:00</UpdatedDateTime>
    <UserGroupId>sample string 1</UserGroupId>
  </HoldCodeUserGroup>
  <HoldCodeUserGroup>
    <CreateLocation>sample string 2</CreateLocation>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDateTime>2025-04-24T04:32:33.2805555-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-24T04:32:33.2805555-07:00</UpdatedDateTime>
    <UserGroupId>sample string 1</UserGroupId>
  </HoldCodeUserGroup>
</HoldCodeUserGroups>

No entries in change log for this operation.