88 Miles


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/7560.xmljson


<?xml version="1.0" encoding="UTF-8"?>
<user>
  <id>7560</id>
  <username>Isai_1</username>
  <first_name>Uriel</first_name>
  <last_name>Feest</last_name>
  <email_address>alysson@wittingcorwin.biz</email_address>
  <time_zone>Australia/Perth</time_zone>
  <active>true</active>
</user>



{"user":{"username":"Isai_1","id":7560,"last_name":"Feest","time_zone":"Australia/Perth","email_address":"alysson@wittingcorwin.biz","first_name":"Uriel","active":"true"}}