FRAMES | NO FRAMES Description | Parameters | Examples | Response
Database Time
URL http://<spatial-notification-url>/time/<dataWorkspaceId>
Parent Resource Spatial Notification

Description

Represents the current time of the database.

Parameters

Parameter Details
f Description: The response format. The default response format is html.

Values: html | json

Example Usage

Example 1: URL for the current database time in the "Workflow" service on sampleserver.

http://sampleserver/arcgis/rest/services/Workflow/WMServer/spatialNotification/time/{39FD6B70-DA49-4F91-BD9D-0F2F0A8FEC26}

JSON Response Syntax

{
  "dataWorkspaceId": "<dataWorkspaceId>",
  "time": <timestamp>
}

JSON Response Example

{
  "dataWorkspaceId": "{39FD6B70-DA49-4F91-BD9D-0F2F0A8FEC26}",
  "time": 1233360000000
}