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="dd5f40532402ae26-7c806956-46234005-9b32bd30-68af52827fdee696430d4ee7"><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="6df6d43fcb72b1eb-e891e051-47e14c41-aa989973-b69253a287af9cc3599adb3a"><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="6925eda2c24de313-030b403a-47cd4114-950a99a1-390afda74cca749e9347e0b9"><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="966aff23e64decef-869fc8aa-4f844ffb-92ee9a35-6a94fd3312f45b80a9a874c7"><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>

...