Server Time

Server Time

URI

/v1/general/time

URI Parameters

  • n/a

Methods

GET

GET /v1/general/time

Gets an account's server time.

Scope

n/a

Request Body Parameters

  • n/a

Response Attributes

  • time (date) – The local time on the barracuda API server

Example JSON

Request:

GET /v1/general/time HTTP/1.1

Host: api.intronis.com

Authorization: OAuth vF9dft4qmT

Accept: application/json

Response:

HTTP/1.1 200 OK

Content-Type: application/json

{

  "time" : "2011-01-01T09:00:00-05:00"

}

Example XML

Request:

ET /v1/general/time HTTP/1.1

Host: api.intronis.com

Authorization: OAuth vF9dft4qmT

Accept: application/xml

 

Response:

HTTP/1.1 200 OK

Content-Type: application/xml

 

<?xml version="1.0" encoding="UTF-8"?>

<time>2011-01-01T09:00:00-05:00</time>


We value your feedback.
If you have questions, suggestions, or feedback on our documentation, contact the Campus Product Documentation team.
For general product inquiries or technical support, please contact the global Barracuda Support team.