Chapter 5.4.1 - Service Info

Service Info

The ServiceInfo object contains the results of the ServiceInfo endpoint:

Key Value
ServerTime [timestamp] Server Time
Versions [VersionInfo] Version Information
Contains information about versions for the Service Info request
Error [string] Error information (as applicable)

Example

{
"ServerTime": "2018-11-07T22:24:19.2749005Z",
"Versions": {
// Version Info
},
"Error": "Error Message Text"
}