GET api/OnTheGo/Auth/AuthKeyInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AuthenticationKeyAmbiguous
NameDescriptionTypeAdditional 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": "71710444-5bfa-4f0a-81a8-5e2ab522091c",
  "UTCKeyIssuedTime": "2025-05-02T11:59:30.172Z",
  "UTCKeyExpireTime": "2025-05-02T11:59:30.172Z",
  "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>71710444-5bfa-4f0a-81a8-5e2ab522091c</KeyGUID>
  <MinutesToExpire>4</MinutesToExpire>
  <UTCKeyExpireTime>2025-05-02T11:59:30.1729588+00:00</UTCKeyExpireTime>
  <UTCKeyIssuedTime>2025-05-02T11:59:30.1729588+00:00</UTCKeyIssuedTime>
  <Version>sample string 14</Version>
</AuthenticationModel.AuthenticationKeyAmbiguous>