URI | /v1/general/time |
URI Parameters |
|
Methods | GET |
GET /v1/general/time
Gets an account's server time.
Scope | n/a |
Request Body Parameters |
|
Response Attributes |
|
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>