Developer Documentation - Staff#show
- XML URL
- http://www.88miles.net/staff/[id].xml
- JSON URL
- http://www.88miles.net/staff/[id].json
- Request method
- GET
Return Status Codes
- Not Found: 404 Not Found
- Success: 200 OK
Examples
http://www.88miles.net/staff/5257.xmljson
<?xml version="1.0" encoding="UTF-8"?>
<user>
<id>5257</id>
<username>Eve_1</username>
<first_name>Christophe</first_name>
<last_name>Feeney</last_name>
<email_address>alysson@wittingcorwin.biz</email_address>
<active>true</active>
</user>
{"user":{"username":"Eve_1","id":5257,"first_name":"Christophe","last_name":"Feeney","email_address":"alysson@wittingcorwin.biz","active":"true"}}