ServiceResources Test
ReferenceData/ServiceResources/Summary
Get a summary representation of all service resources.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/ServiceResources/Summary

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of ServiceResourceSummary

Response object type Collection of ServiceResourceSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Id integer
Name string
[
  {
    "Id": 1,
    "Name": "sample string 1"
  },
  {
    "Id": 1,
    "Name": "sample string 1"
  }
]
<ServiceResourceSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ServiceResource>
    <Id>1</Id>
    <Name>sample string 1</Name>
  </ServiceResource>
  <ServiceResource>
    <Id>1</Id>
    <Name>sample string 1</Name>
  </ServiceResource>
</ServiceResourceSummaries>

No entries in change log for this operation.