# Chapter 5.4.1 - Service Info

Source: https://developer.avalara.com/products/communications/integration-guides/dev-guide_rest_v2/reference/service-info/

-   [Previous](/communications/dev-guide_rest_v2/reference/geo-batch-log-item/)
-   [Next](/communications/dev-guide_rest_v2/reference/version-info/)

### Service Info

The `ServiceInfo` object contains the results of the **ServiceInfo endpoint**:

Key

Value

`ServerTime`

`[timestamp]` Server Time

`Versions`

[`[VersionInfo]`](/communications/dev-guide_rest_v2/reference/version-info/) Version Information  

Contains information about versions for the Service Info request  

`Error`

`[string]` Error information (as applicable)

### Example

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

-   [Previous](/communications/dev-guide_rest_v2/reference/geo-batch-log-item/)
-   [Next](/communications/dev-guide_rest_v2/reference/version-info/)