...
Development URL | Deployed URL | Expected Response | Notes | ||
|---|---|---|---|---|---|
|
| What do we want here? 404? Redirect to /ws/ref/country/list? | |||
| entire list in CSV format | "csv" is the default format. | |||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="af3e62c2-e54d-46ca-bec8-d32f380c570b"><ac:plain-text-body><![CDATA[ | [http://localhost/ws/ref/][][country][/list?format=xml] |
| entire list in XML format |
| ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="cdcc8fe3-2ab1-4ee7-8cd9-b963779b6810"><ac:plain-text-body><![CDATA[ | [http://localhost/ws/ref/][][country][/list?format=csv] |
| entire 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="d866b09d-bb82-49db-bb62-252f10283aab"><ac:plain-text-body><![CDATA[ | [http://localhost/ws/ref/][][country][/list?format=QQQ] |
| entire list in CSV format | Bad format value is ignored and defaulted to csv. | ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4fbdc4b0-b2b7-4ea5-a5e3-e593894029be"><ac:plain-text-body><![CDATA[ | [http://localhost/ws/ref/][][country][/list?format=XML] |
| entire list in CSV format | "XML" is not a valid format option. Only "xml" and "csv" are valid options. | ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="971e6cfd-4502-46ce-896b-fe8745a29afe"><ac:plain-text-body><![CDATA[ | [http://localhost/ws/ref/][][country][/find?match=united] |
| CSV list of 5 countries |
| ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="f1ad5a31-2dfc-4ab9-8622-82ddfd082d5e"><ac:plain-text-body><![CDATA[ | [http://localhost/ws/ref/][][country][/find?match=united&format=xml] |
| XML list of 5 countries |
| ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="6ac4eb31-5138-44ab-b36a-53230cd7712d"><ac:plain-text-body><![CDATA[ | [http://localhost/ws/ref/][][country][/find?match=UNITED] |
| CSV list of 5 countries | There should be no difference in response for upper/lower case search strings. | ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="74ccb060-a818-442a-99be-ddb7e54f59f1"><ac:plain-text-body><![CDATA[ | [http://localhost/ws/ref/][][country][/list?format=] |
| entire list in CSV format | Bad format value is ignored and defaulted to csv. | ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="9bd4d6ef-c1cf-4f55-8bcc-0dec7a4b4b10"><ac:plain-text-body><![CDATA[ | [http://localhost/ws/ref/][][country/][find?match=] |
| empty list in CSV format |
| ]]></ac:plain-text-body></ac:structured-macro> |
CSV Result Format
| Panel |
|---|
<country code>, <name associated with country code> |
...