Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Diagnostics/EncryptionKey |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyNone. |
Response object type : EncryptionKeyCheckResponse
Response object type EncryptionKeyCheckResponse has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
ExpirationDate | date | ||||
IsExpired | boolean | ||||
IsWithinWarningPeriod | boolean |
{
"IsExpired": true,
"IsWithinWarningPeriod": true,
"ExpirationDate": "2025-04-24T04:26:14.6400277-07:00"
}
<EncryptionKeyCheckResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ExpirationDate>2025-04-24T04:26:14.6400277-07:00</ExpirationDate>
<IsExpired>true</IsExpired>
<IsWithinWarningPeriod>true</IsWithinWarningPeriod>
</EncryptionKeyCheckResponse>
No entries in change log for this operation.