Versions Compared

Key

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

...

Development URL

Deployed URL

Expected Response

Notes

http://localhost/ws1.0/data/hotspot/list?countryCode=

 

empty list in CSV format

 

http://localhost/ws1.0/data/hotspot/list?countryCode=US

 

list in CSV format

Country code in uppercase is valid.

http://localhost/ws1.0/data/hotspot/list?countryCode=us

 

empty list in CSV format

Country code in lowercase is invalid.

http://localhost/ws1.0/data/hotspot/list?countryCode=US&format=xml

 

list in XML format

 

http://localhost/ws1.0/data/hotspot/list?countryCode=US&format=csv

 

list in CSV format

 

http://localhost/ws1.0/data/hotspot/list?countryCode=US&format=XML

 

list in CSV format

"XML" is not a valid format option. Only "xml" and "csv" are valid options. An invalid option will default to "csv" format.

http://localhost/ws1.0/data/hotspot/list?countryCode=US&format=qqq

 

list in CSV format

Bad format value is ignored and defaults to "csv".

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="501be1c7-5b66-4a75-b21b-11345934c9d3"><ac:plain-text-body><![CDATA[

[http://localhost/ws1.0/data/hotspot/list?subnational1Code=]

 

empty list in CSV format

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="d843556a-05d1-4e01-9809-fc905914bc07"><ac:plain-text-body><![CDATA[


[http://localhost/ws1.0/data/hotspot/list?subnational1Code=US-FL]

 

list in CSV format

Subnational1 code in uppercase is valid.

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="965507a2-c2c9-4c76-abe1-7656c3344353"><ac:plain-text-body><![CDATA[

[http://localhost/ws1.0/data/hotspot/list?subnational1Code=us-fl]

 

empty list in CSV format

Subnational1 code in lowercase is invalid.

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="d4c2969b-9c39-4ae0-bafa-a764ed82085b"><ac:plain-text-body><![CDATA[

[http://localhost/ws1.0/data/hotspot/list?subnational1Code=US-FL&format=xml]

 

list in XML format

 ]]></ac:plain-text-body></ac:structured-macro>


CSV Result Format

Panel

<loc ID>, <country code>, <subnational1 code>, <latitude>, <longitude>, "<name>"
<loc ID>, <country code>, <subnational1 code>, <latitude>, <longitude>, "<name>"
<loc ID>, <country code>, <subnational1 code>, <latitude>, <longitude>, "<name>"
<loc ID>, <country code>, <subnational1 code>, <latitude>, <longitude>, "<name>"

...