Session Test
Web/Session/{sessionKey}/Expiration
Returns the deadline after which a session's reserved seats will be released

When called on a session without an established Seat Server session, one will be created for it. Once the session is created, the deadline will apply regardless of whether or not any tickets have been added to the cart.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Web/Session/{sessionKey}/Expiration

URI Parameters

Parameter Name Data Type Required Notes
sessionKey string Y

Request Body

None.

No request body.

Response object type : SessionExpirationResponse

Response object type SessionExpirationResponse has the following properties.
Property Name Data Type Length Required Readonly Notes
Expiration date
{
  "Expiration": "2025-04-24T04:29:51.4991688-07:00"
}
<SessionExpirationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Expiration>2025-04-24T04:29:51.4991688-07:00</Expiration>
</SessionExpirationResponse>
Change Version Description Contract Old New
Parameter Changed 15.0.0 sessionKey has been marked as required. Required