WebSphere brand IBM WebSphere Sensor Events, Version 6.2

getTagDetail

Purpose

This Web Service returns the current or historical details of a given tag.

Syntax

TagDetail getTagDetail(String tagID,String timeStamp,LocaleDescriptor locale)

Input

tagID: The first argument of the method is a string that represents the tag ID. In this case, you get the tag ID using AtlasCeiEvent because AtlasCeiEvent contains information about the event, and the tag activates the event.

timeStamp: If you want to set the default value, input null. If you want to get a tag from a specific time, set the timeStamp variable in the following format: yyyy-mm-dd hh:mm:ss.fffffffff

locale: If you want to set the default value, you have to input null. See Localization and input parameters for more information about the locale descriptor.

Output

This Web service returns an object from the type, TagDetail. From that object, you can get the following information about the tag:
  • Battery
  • Class name
  • Icon link
  • Item ID
  • Item label
  • Time last seen
  • Parent ID
  • Tag ID
  • Coordinates
  • Events
  • Zone times

Library | Support | Terms of use

(c) Copyright IBM Corporation 2004, 2009. All rights reserved.
U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.