ReportUserGroups Test
ReferenceData/ReportUserGroups
Get all report/user group mappings.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/ReportUserGroups

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of ReportUserGroup

Response object type Collection of 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-24T03:59:08.608652-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Id": 3,
    "UpdatedDateTime": "2025-04-24T03:59:08.608652-07:00",
    "UpdatedBy": "sample string 4",
    "RunRight": "sample string 5",
    "ViewRight": "sample string 6",
    "UserGroupId": "sample string 7",
    "ReportId": "sample string 8"
  },
  {
    "CreatedDateTime": "2025-04-24T03:59:08.608652-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Id": 3,
    "UpdatedDateTime": "2025-04-24T03:59:08.608652-07:00",
    "UpdatedBy": "sample string 4",
    "RunRight": "sample string 5",
    "ViewRight": "sample string 6",
    "UserGroupId": "sample string 7",
    "ReportId": "sample string 8"
  }
]
<ReportUserGroups xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:d1p1="http://schemas.datacontract.org/2004/07/Tessitura.Service.Client.Common">
  <ReportUserGroup>
    <d1p1:CreateLocation>sample string 1</d1p1:CreateLocation>
    <d1p1:CreatedBy>sample string 2</d1p1:CreatedBy>
    <d1p1:CreatedDateTime>2025-04-24T03:59:08.608652-07:00</d1p1:CreatedDateTime>
    <d1p1:Id>3</d1p1:Id>
    <d1p1:ReportId>sample string 8</d1p1:ReportId>
    <d1p1:RunRight>sample string 5</d1p1:RunRight>
    <d1p1:UpdatedBy>sample string 4</d1p1:UpdatedBy>
    <d1p1:UpdatedDateTime>2025-04-24T03:59:08.608652-07:00</d1p1:UpdatedDateTime>
    <d1p1:UserGroupId>sample string 7</d1p1:UserGroupId>
    <d1p1:ViewRight>sample string 6</d1p1:ViewRight>
  </ReportUserGroup>
  <ReportUserGroup>
    <d1p1:CreateLocation>sample string 1</d1p1:CreateLocation>
    <d1p1:CreatedBy>sample string 2</d1p1:CreatedBy>
    <d1p1:CreatedDateTime>2025-04-24T03:59:08.608652-07:00</d1p1:CreatedDateTime>
    <d1p1:Id>3</d1p1:Id>
    <d1p1:ReportId>sample string 8</d1p1:ReportId>
    <d1p1:RunRight>sample string 5</d1p1:RunRight>
    <d1p1:UpdatedBy>sample string 4</d1p1:UpdatedBy>
    <d1p1:UpdatedDateTime>2025-04-24T03:59:08.608652-07:00</d1p1:UpdatedDateTime>
    <d1p1:UserGroupId>sample string 7</d1p1:UserGroupId>
    <d1p1:ViewRight>sample string 6</d1p1:ViewRight>
  </ReportUserGroup>
</ReportUserGroups>

No entries in change log for this operation.