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


<?xml version="1.0" encoding="UTF-8"?>
<user>
  <id>7545</id>
  <username>Johnathon_1</username>
  <first_name>Selmer</first_name>
  <last_name>Veum</last_name>
  <email_address>alysson@wittingcorwin.biz</email_address>
  <time_zone>Australia/Perth</time_zone>
  <active>true</active>
</user>



{"user":{"username":"Johnathon_1","id":7545,"last_name":"Veum","time_zone":"Australia/Perth","email_address":"alysson@wittingcorwin.biz","first_name":"Selmer","active":"true"}}