GET api/OnTheGo/Auth/AuthKeyInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AuthenticationKeyAmbiguous| Name | Description | Type | Additional information |
|---|---|---|---|
| KeyGUID | globally unique identifier |
None. |
|
| UTCKeyIssuedTime | date |
None. |
|
| UTCKeyExpireTime | date |
None. |
|
| MinutesToExpire | integer |
None. |
|
| IsExpiredOrNotFound | boolean |
None. |
|
| IsPendingJobChange | boolean |
None. |
|
| IsTicketingJobChange | boolean |
None. |
|
| IsCompletedJobChange | boolean |
None. |
|
| IsClockingChange | boolean |
None. |
|
| IsMessageChange | boolean |
None. |
|
| IsSettingsChange | boolean |
None. |
|
| IsKeepAlive | boolean |
None. |
|
| IsPasswordChange | boolean |
None. |
|
| Version | string |
None. |
|
| ForceUpdate | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"KeyGUID": "5cdfd280-d8e9-4b76-8531-bacf7b156351",
"UTCKeyIssuedTime": "2025-11-04T20:48:08.399Z",
"UTCKeyExpireTime": "2025-11-04T20:48:08.399Z",
"MinutesToExpire": 4,
"IsExpiredOrNotFound": true,
"IsPendingJobChange": true,
"IsTicketingJobChange": true,
"IsCompletedJobChange": true,
"IsClockingChange": true,
"IsMessageChange": true,
"IsSettingsChange": true,
"IsKeepAlive": true,
"IsPasswordChange": true,
"Version": "sample string 14",
"ForceUpdate": true
}
application/xml, text/xml
Sample:
<AuthenticationModel.AuthenticationKeyAmbiguous xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/appsvc.rapidappsinc.com.Areas.OnTheGo.Models"> <ForceUpdate>true</ForceUpdate> <IsClockingChange>true</IsClockingChange> <IsCompletedJobChange>true</IsCompletedJobChange> <IsExpiredOrNotFound>true</IsExpiredOrNotFound> <IsKeepAlive>true</IsKeepAlive> <IsMessageChange>true</IsMessageChange> <IsPasswordChange>true</IsPasswordChange> <IsPendingJobChange>true</IsPendingJobChange> <IsSettingsChange>true</IsSettingsChange> <IsTicketingJobChange>true</IsTicketingJobChange> <KeyGUID>5cdfd280-d8e9-4b76-8531-bacf7b156351</KeyGUID> <MinutesToExpire>4</MinutesToExpire> <UTCKeyExpireTime>2025-11-04T20:48:08.3991508+00:00</UTCKeyExpireTime> <UTCKeyIssuedTime>2025-11-04T20:48:08.3991508+00:00</UTCKeyIssuedTime> <Version>sample string 14</Version> </AuthenticationModel.AuthenticationKeyAmbiguous>