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

URI Parameters

Parameter Name Data Type Required Notes
id integer Y

Request Body

None.

No request body.

Response object type : ReportUserGroup

Response object type ReportUserGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Id integer N
ReportId string N
RunRight string
UpdatedBy string N
UpdatedDateTime date N
UserGroupId string N
ViewRight string
{
  "CreatedDateTime": "2025-04-24T04:03:34.0849784-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 3,
  "UpdatedDateTime": "2025-04-24T04:03:34.0849784-07:00",
  "UpdatedBy": "sample string 4",
  "RunRight": "sample string 5",
  "ViewRight": "sample string 6",
  "UserGroupId": "sample string 7",
  "ReportId": "sample string 8"
}
<ReportUserGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tessitura.Service.Client.Common">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T04:03:34.0849784-07:00</CreatedDateTime>
  <Id>3</Id>
  <ReportId>sample string 8</ReportId>
  <RunRight>sample string 5</RunRight>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:03:34.0849784-07:00</UpdatedDateTime>
  <UserGroupId>sample string 7</UserGroupId>
  <ViewRight>sample string 6</ViewRight>
</ReportUserGroup>
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