Definitions
- {version}
- Refers to the version of the WebQ API desired.
- {user}
- Refers to a person's UWNetID
- {survey_id}
- Refers to the numeric ID of the survey in question.
- [...]
- Content within square brackets is optional when constructing URIs.
Resources
/webq
GET: Returns an XHTML payload listing all available version of this
resource.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Versions</title>
</head>
<body>
<h1>Versions</h1>
<ul class="versions">
<li><a class="version" href="https://example.washington.edu/tools/rest/webq/v1/survey">v1</a></li>
</ul>
</body>
</html>