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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of ColorSummary

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

No entries in change log for this operation.