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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of ReportUserGroupSummary

Response object type Collection of ReportUserGroupSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Id integer N
ReportId string
RunRight string
UserGroupId string N
ViewRight string
[
  {
    "Id": 1,
    "ReportId": "sample string 2",
    "RunRight": "sample string 3",
    "ViewRight": "sample string 4",
    "UserGroupId": "sample string 5"
  },
  {
    "Id": 1,
    "ReportId": "sample string 2",
    "RunRight": "sample string 3",
    "ViewRight": "sample string 4",
    "UserGroupId": "sample string 5"
  }
]
<ReportUserGroupSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:d1p1="http://schemas.datacontract.org/2004/07/Tessitura.Service.Client.Common">
  <ReportUserGroup>
    <d1p1:Id>1</d1p1:Id>
    <d1p1:ReportId>sample string 2</d1p1:ReportId>
    <d1p1:RunRight>sample string 3</d1p1:RunRight>
    <d1p1:UserGroupId>sample string 5</d1p1:UserGroupId>
    <d1p1:ViewRight>sample string 4</d1p1:ViewRight>
  </ReportUserGroup>
  <ReportUserGroup>
    <d1p1:Id>1</d1p1:Id>
    <d1p1:ReportId>sample string 2</d1p1:ReportId>
    <d1p1:RunRight>sample string 3</d1p1:RunRight>
    <d1p1:UserGroupId>sample string 5</d1p1:UserGroupId>
    <d1p1:ViewRight>sample string 4</d1p1:ViewRight>
  </ReportUserGroup>
</ReportUserGroupSummaries>

No entries in change log for this operation.