Request URL Format - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2025-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

The URL of a REST API request has the following general form:


http://host:port/rest/Spatial/ServiceName/pathParam;matrixParam&queryParam

Where:

  • host is the hostname of the server hosting the services.
  • port is the optional TCP port number (if the services do not receive requests via the default HTTP port).
  • ServiceName is the name of the service you are requesting. For example MappingService, FeatureService, or MapTilingService.
  • pathParams is the name of a resource or method or inline parameter you are requesting.
  • matrixParam is a parameter being passed to the interface method to set an attribute.
  • queryParam is a parameter used to modify the structure or information displayed in the output.
Note: The example request URLs in this guide have been encoded with spaces (%20) and colons (%3A) for direct use.