ApplicationObjects Test
Security/ApplicationObjects
Get all application objects valid for the context usergroup.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Security/ApplicationObjects

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of ApplicationObject

Response object type Collection of ApplicationObject has the following properties.
Property Name Data Type Length Required Readonly Notes
ConstituencyBased string N
Description string N
Id integer N
Name string N
ObjectType string N
[
  {
    "ConstituencyBased": "sample string 1",
    "Description": "sample string 2",
    "Id": 3,
    "Name": "sample string 4",
    "ObjectType": "sample string 5"
  },
  {
    "ConstituencyBased": "sample string 1",
    "Description": "sample string 2",
    "Id": 3,
    "Name": "sample string 4",
    "ObjectType": "sample string 5"
  }
]
<ApplicationObjects xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ApplicationObject>
    <ConstituencyBased>sample string 1</ConstituencyBased>
    <Description>sample string 2</Description>
    <Id>3</Id>
    <Name>sample string 4</Name>
    <ObjectType>sample string 5</ObjectType>
  </ApplicationObject>
  <ApplicationObject>
    <ConstituencyBased>sample string 1</ConstituencyBased>
    <Description>sample string 2</Description>
    <Id>3</Id>
    <Name>sample string 4</Name>
    <ObjectType>sample string 5</ObjectType>
  </ApplicationObject>
</ApplicationObjects>

No entries in change log for this operation.