Description
Represents information about the change and change rule related to a spatial notification match.
Parameters
Parameter |
Details |
f |
Description: The response format. The default response format is html.
Values: html | json |
Example Usage
Example 1: URL for a spatial notification match in the "Workflow" service on sampleserver.
http://sampleserver/arcgis/rest/services/Workflow/WMServer/spatialNotification/matches/{6C10A5C3-64B6-42DA-A03C-554B5B437FD0}
JSON Response Syntax
{
"id": "<matchId>",
"ruleId": "<ruleId>",
"jobId": <jobId>,
"changeType": <changeType>,
"changeTime": <changeTime>,
"dataWorkspaceId": "<dataWorkspaceId>",
"dataset": "<datasetName>"
}
JSON Response Example
{
"id": "{6C10A5C3-64B6-42DA-A03C-554B5B437FD0}",
"ruleId": "{46D22CFB-3AA3-40C1-9427-B7BB027D26EA}",
"jobId": 5,
"changeType": 2,
"changeTime": 1230768000000,
"dataWorkspaceId": "{39FD6B70-DA49-4F91-BD9D-0F2F0A8FEC26}",
"dataset": "sde.Airports"
}