Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/ServiceResourceUserGroups/Summary |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyNone. |
Response object type : Collection of ServiceResourceUserGroupSummary
Response object type Collection of ServiceResourceUserGroupSummary has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
CanCreate | boolean | N | |||
CanDelete | boolean | N | |||
CanRead | boolean | N | |||
CanUpdate | boolean | N | |||
Id | integer | N | |||
ServiceResource | ServiceResourceSummary | N | |||
FK: TR_SERVICE_RESOURCE.Id   Resource: ServiceResources | |||||
UserGroupId | string | N |
[
{
"CanCreate": true,
"CanDelete": true,
"CanRead": true,
"CanUpdate": true,
"Id": 1,
"ServiceResource": {
"Id": 1,
"Name": "sample string 1"
},
"UserGroupId": "sample string 5"
},
{
"CanCreate": true,
"CanDelete": true,
"CanRead": true,
"CanUpdate": true,
"Id": 1,
"ServiceResource": {
"Id": 1,
"Name": "sample string 1"
},
"UserGroupId": "sample string 5"
}
]
<ServiceResourceUserGroupSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ServiceResourceUserGroup>
<CanCreate>true</CanCreate>
<CanDelete>true</CanDelete>
<CanRead>true</CanRead>
<CanUpdate>true</CanUpdate>
<Id>1</Id>
<ServiceResource>
<Id>1</Id>
<Name>sample string 1</Name>
</ServiceResource>
<UserGroupId>sample string 5</UserGroupId>
</ServiceResourceUserGroup>
<ServiceResourceUserGroup>
<CanCreate>true</CanCreate>
<CanDelete>true</CanDelete>
<CanRead>true</CanRead>
<CanUpdate>true</CanUpdate>
<Id>1</Id>
<ServiceResource>
<Id>1</Id>
<Name>sample string 1</Name>
</ServiceResource>
<UserGroupId>sample string 5</UserGroupId>
</ServiceResourceUserGroup>
</ServiceResourceUserGroupSummaries>
No entries in change log for this operation.