Browse Contest Gallery
From ePrize Developers Wiki
(Difference between revisions)
Todd-chapman (Talk | contribs)
(New page: Essay contest: $ curl -i -X GET -H "Accept: text/xml" \ http://127.0.0.1:10001/v1/solution/contestv2/contest/gallery HTTP 200 (OK) Cache-Control: public Connection: close Date: ...)
Next diff →
Revision as of 15:55, 28 July 2010
Essay contest:
$ curl -i -X GET -H "Accept: text/xml" \ http://127.0.0.1:10001/v1/solution/contestv2/contest/gallery HTTP 200 (OK) Cache-Control: public Connection: close Date: Thu, 01 Apr 2010 04:00:00 GMT Server: POE HTTPD Component/0.09 (5.008008) Content-Length: 1175 Content-Type: text/xml; charset=utf-8 Expires: Wed, 28 Jul 2010 15:53:40 GMT <?xml version="1.0" encoding="UTF-8" ?> <result> <contest_info> <entries_per_page>20</entries_per_page> <page_number>1</page_number> <phase>entry</phase> <total_entries>2</total_entries> </contest_info> <entry> <body>this is the body of my essay</body> <category>1</category> <city>PLEASANT RIDGE</city> <description></description> <entry_id>1</entry_id> <entry_state>approved</entry_state> <first_name>Todd</first_name> <last_name>C</last_name> <rating_ave>0.857</rating_ave> <rating_count>7</rating_count> <state>MI</state> <title>this is the title of my essay</title> <views>0</views> <votes>1</votes> </entry> <entry> <body>this is the body of my essay</body> <category>1</category> <city>PLEASANT RIDGE</city> <description></description> <entry_id>2</entry_id> <entry_state>approved</entry_state> <first_name>Joe</first_name> <last_name>U</last_name> <rating_ave>0.000</rating_ave> <rating_count>0</rating_count> <state>MI</state> <title>this is the title of my essay</title> <views>0</views> <votes>0</votes> </entry> </result>