Resources Test
EventsManagement/Resources/FindAvailable
Get a set of resources available at the requested time/count/qualifications.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/EventsManagement/Resources/FindAvailable

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : FindAvailableResourcesRequest

Request object type FindAvailableResourcesRequest has the following properties.
Property Name Data Type Length Required Readonly Notes
EndDateTime date Y
QualificationIds string N
ResourceCount integer N
ResourceTypeId integer Y
StartDateTime date Y
{
  "ResourceTypeId": 1,
  "StartDateTime": "2025-04-24T04:50:32.6587433-07:00",
  "EndDateTime": "2025-04-24T04:50:32.6587433-07:00",
  "ResourceCount": 2,
  "QualificationIds": "sample string 3"
}
<FindAvailableResourcesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <EndDateTime>2025-04-24T04:50:32.6587433-07:00</EndDateTime>
  <QualificationIds>sample string 3</QualificationIds>
  <ResourceCount>2</ResourceCount>
  <ResourceTypeId>1</ResourceTypeId>
  <StartDateTime>2025-04-24T04:50:32.6587433-07:00</StartDateTime>
</FindAvailableResourcesRequest>

Response object type : Collection of ResourceSearchSummary

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

No entries in change log for this operation.