Get current promotion phase

From ePrize Developers Wiki

(Difference between revisions)
Jump to: navigation, search
(New page: $ curl -i -X GET -H "Accept: text/xml" \ http://127.0.0.1:10001/v1/solution/instantwinv2/promo/phase HTTP 200 (OK) Cache-Control: public Connection: close Date: Tue, 27 Jul 2010 1...)
Line 1: Line 1:
$ curl -i -X GET -H "Accept: text/xml" \
$ curl -i -X GET -H "Accept: text/xml" \
-
http://127.0.0.1:10001/v1/solution/instantwinv2/promo/phase
+
http://test.url.eprize.com/v1/eprize/ews12/promo/phase
HTTP 200 (OK)
HTTP 200 (OK)

Revision as of 14:46, 27 July 2010

$ curl -i -X GET -H "Accept: text/xml" \
 http://test.url.eprize.com/v1/eprize/ews12/promo/phase

HTTP 200 (OK)
Cache-Control: public
Connection: close
Date: Tue, 27 Jul 2010 14:44:56 GMT
Server: POE HTTPD Component/0.09 (5.008008)
Content-Length: 111
Content-Type: text/xml; charset=utf-8
Expires: Tue, 27 Jul 2010 14:54:56 GMT

<?xml version="1.0" encoding="UTF-8" ?>
<result>
  <launched>1</launched>
  <phase>launched</phase>
</result>
Personal tools