API - Get try-out details

Returns details of a try-out

URL: http://api.localhost.com:3000/ideas/:idea_id/try_outs/:id

HTTP Method: Get

Parameters

  • key - Your API key Required
  • idea_id - The ID of the associated idea Required
  • id - The ID of the try-out Required

Error codes

  • 401 - Not Authorized
  • 404 - Not Found
  • 500 - Internal Server Error

Available API methods

The following API methods are available to use.

Ideas

Locations

Try-outs

Users

Example Response

<try_out>
  <date>2008-08-23</date>
  <description>Take a trip over to your local festival.</description>
  <id type="integer">7</id>
  <idea_id type="integer">7</idea_id>
  <location>
    <administrative_division_1_name>England</administrative_division_1_name>
     <administrative_division_2_name>Borough of Reading</administrative_division_2_name>
    <city>Reading</city>
    <country>United Kingdom</country>
    <latitude>51.464298</latitude>
    <longitude>-0.983442</longitude>
    <location>Richfield Avenue</location>
    <postcode/>
  </location>
  <name>Go to a music festival</name>
  <time>11am till 11:30pm</time>
  <updated_at>Tue Jun 24 12:28:34 UTC 2008</updated_at>
  <user_id>6</user_id>
  <who_can_attend>Anyone</who_can_attend>
</try_out>