Server time
Use this resource to return the local time for the IDMC server.
GET Request
To request the local time of the IDMC server, use the following URI.
/api/v2/server/serverTime
GET Response
Returns the serverTime object if the request is sucessful. Returns an error object if errors occur.
The serverTime object includes the following attribute:
- time
- Local time of the IDMC server.
GET Example
To check the local time of the IDMC server, you might use the following request:
GET <serverUrl>/api/v2/server/serverTime
Content-Type: application/xml
Accept: application/xml
icSessionId: <icSessionId>