API - Get idea details

Returns details of an idea

URL: http://api.smynx.com/idea/:id

HTTP Method: Get

Parameters

  • key - Your API key Required
  • id - The ID of the idea. 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

<idea>
  <description>If you enjoy your music and don’t mind camping outside without showering for a few days, then get some tickets for a muddy festival.</description>
  <categories type="array">
    <category>
      <name>Social</name>
    </category>
    <category>
      <name>Worthwhile</name>
    </category>
  </categories>
  <id type="integer">7</id>
  <max_people>4 or more</max_people>
  <min_people>2</min_people>
  <name>Go to a music festival</name>
  <tags type="array">
    <tag>
      <name>music</name>
    </tag>
    <tag>
      <name>mud</name>
    </tag>
  </tags>
  <updated_at>Fri Jun 06 10:23:43 UTC 2008</updated_at>
  <user_id type="integer">1</user_id>
</idea>