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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of WorkerRoleSummary

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

No entries in change log for this operation.