Raw data web services

Raw data web services can retrieve data from any Landmark business class.

Raw data web services allows you to build URLs to retrieve data from any Landmark business class. The data can be returned in XML, JSON or CSV format.

Note: Use a web browser that supports a JSON viewer extension, such as Chrome. The viewer allows you to click through the hrefs as you build URLs.
Call syntax:
  • All classes: https://server:port/dataarea/soap/classes?_links=true
  • All actions containing "Item": https://server:port/dataarea/soap/classes/Item?_links=true
  • All sets contained in "Item": https://server:port/dataarea/soap/classes/Item/sets?_links=true
  • All fields and links associated with this set in "Item": https://server:port/dataarea/soap/classes/Item/sets/SymbolicKey?_links=true
  • A list query containing all fields associated with this set in "Item": https://server:port/dataarea/soap/classes/Item/lists/_generic?_setName=SymbolicKey&_fields=_all&_limit=20&_links=true
  • A list query returning three fields associated with this set in "Item": https://server:port/dataarea/soap/classes/Item/lists/_generic?_setName=SymbolicKey&_fields=Item,ItemGroup,Description&_limit=20&_links=true
    Note: You can query related fields with a "."
  • A list query returning three fields associated with this set in "Item", with a "replicate" from time stamp: https://server:port/dataarea/soap/classes/Item/lists/_generic?_setName=SymbolicKey&_fields=Item,ItemGroup,Description&_limit=20&_fts=2000022605584551&_links=true
    Note: To return only the replicated record count, add _recordCountOnly=true to the call.
  • A "Find" action with keys: https://server:port/dataarea/soap/classes/Item/actions/Find?Item=13&Description=Tape%2C+Transpore%2C+Surg+1x20+yds&ItemGroup=1000&_links=true
Filter syntax:
  • _filter="[parameter1]::[value1]|[parameter2]::[value2]"

The batch syntax is a simple extension of an action URL. You can append this request to any action listed per business class.

Batch syntax:
  • Batch find: https://server:port/dataarea/soap/classes/Item/actions/Find/batch