ControlGroupUserGroups Test
ReferenceData/ControlGroupUserGroups/{id}
Get the details of a control group/user group mapping by id.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/ControlGroupUserGroups/{id}

URI Parameters

Parameter Name Data Type Required Notes
id integer Y

Request Body

None.

No request body.

Response object type : ControlGroupUserGroup

Response object type ControlGroupUserGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
ControlGroup ControlGroup N
FK: TR_CONTROL_GROUP.id   Resource: ControlGroups
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
DefaultIndicator boolean N
EditIndicator boolean N
Id integer N
UpdatedBy string N
UpdatedDateTime date N
UserGroupId string N
{
  "CreatedDateTime": "2025-04-24T03:59:06.3270656-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "DefaultIndicator": true,
  "EditIndicator": true,
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T03:59:06.3270656-07:00",
  "UpdatedBy": "sample string 5",
  "ControlGroup": {
    "CreatedBy": "sample string 1",
    "CreatedDateTime": "2025-04-24T03:59:06.3270656-07:00",
    "Description": "sample string 2",
    "Id": 1,
    "Inactive": true,
    "Permission": 0,
    "UpdatedBy": "sample string 3",
    "UpdatedDateTime": "2025-04-24T03:59:06.3270656-07:00"
  },
  "UserGroupId": "sample string 6"
}
<ControlGroupUserGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ControlGroup>
    <CreatedBy>sample string 1</CreatedBy>
    <CreatedDateTime>2025-04-24T03:59:06.3270656-07:00</CreatedDateTime>
    <Description>sample string 2</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Permission>Read</Permission>
    <UpdatedBy>sample string 3</UpdatedBy>
    <UpdatedDateTime>2025-04-24T03:59:06.3270656-07:00</UpdatedDateTime>
  </ControlGroup>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T03:59:06.3270656-07:00</CreatedDateTime>
  <DefaultIndicator>true</DefaultIndicator>
  <EditIndicator>true</EditIndicator>
  <Id>1</Id>
  <UpdatedBy>sample string 5</UpdatedBy>
  <UpdatedDateTime>2025-04-24T03:59:06.3270656-07:00</UpdatedDateTime>
  <UserGroupId>sample string 6</UserGroupId>
</ControlGroupUserGroup>
Change Version Description Contract Old New
Parameter Added 15.0.0 id has changed from String to int String int
Parameter Changed 15.0.0 id has been marked as required. Required