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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of StepTypeSummary

Response object type Collection of StepTypeSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
AllowAttachments string
Description string
Id integer
Inactive boolean
UseCompletedOnDateTime string
UseDueDateTime string
[
  {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "AllowAttachments": "sample string 2",
    "UseCompletedOnDateTime": "sample string 3",
    "UseDueDateTime": "sample string 4"
  },
  {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "AllowAttachments": "sample string 2",
    "UseCompletedOnDateTime": "sample string 3",
    "UseDueDateTime": "sample string 4"
  }
]
<StepTypeSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <StepType>
    <AllowAttachments>sample string 2</AllowAttachments>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <UseCompletedOnDateTime>sample string 3</UseCompletedOnDateTime>
    <UseDueDateTime>sample string 4</UseDueDateTime>
  </StepType>
  <StepType>
    <AllowAttachments>sample string 2</AllowAttachments>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <UseCompletedOnDateTime>sample string 3</UseCompletedOnDateTime>
    <UseDueDateTime>sample string 4</UseDueDateTime>
  </StepType>
</StepTypeSummaries>

No entries in change log for this operation.