Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To obtain a list of my alerts changes for a user location you will need to call the CheckLocationEntry method. This method is available to developers from the Transaction.asmx Web Service. 

...

Code Block
languagexml
titleSyntax
<CheckLocationEntryResult>
	<BaseChangeDefinition>
          <MyHouseUrl>string</MyHouseUrl>
          <LocationName>string</LocationName>
          <LayerGroupName>string</LayerGroupName>
          <LayerName>string</LayerName>
          <ConfigChange>boolean</ConfigChange>
          <OriginalContent>string</OriginalContent>
          <ChangedContent>string</ChangedContent>
          <Description>string</Description>
          <Title>string</Title>
          <Details>string</Details>
          <OldCache>string</OldCache>
          <NewCache>string</NewCache>
   </BaseChangeDefinition>
   <BaseChangeDefinition>
          <MyHouseUrl>string</MyHouseUrl>
          <LocationName>string</LocationName>
          <LayerGroupName>string</LayerGroupName>
          <LayerName>string</LayerName>
          <ConfigChange>boolean</ConfigChange>
          <OriginalContent>string</OriginalContent>
          <ChangedContent>string</ChangedContent>
          <Description>string</Description>
          <Title>string</Title>
          <Details>string</Details>
          <OldCache>string</OldCache>
          <NewCache>string</NewCache>
   </BaseChangeDefinition>
</CheckLocationEntryResult>

BaseChangeDefinition

A BaseChangeDefinition will be returned for each Location with the following details:

...

URL Specific to a Users Location and MapSourceMap Source.

LocationName

Common location name, i.e. Address.

LayerGroupName

Name of layergroupLayer Group, e.g. planning.

LayerName

Name of layerLayer, e.g. Determined applications.

ConfigChange

Whether it is a configuration change that has cause this change.

OriginalContent

Original Record.

ChangedContent

Changed Record.

Description

Description of the change.

Title

What type of change it is, e.g. Number of layers changed.

Details

Not populated.

OldCache

Old Cache Text.

NewCache

New Cache Text.