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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of PortfolioCustomElementSummary

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

No entries in change log for this operation.