Episodes
This resource represents triponadeal episodes.
GET /episodes
This method allows you to retrieve episodes.
GET URL
http://api.triponadeal.com/v1/episodes?access_token=[your_access_token]&offset=[0..n]&count=[1..100]
Sample Result
GET /episodes/[id]
This method allows you to retrieve a specific episode through its id. It returns one of:
- Episode object with status code 200 (OK)
- Status code 404 (NOT FOUND)
GET URL
http://api.triponadeal.com/v1/episode/[id]?access_token=[your_access_token]
Episode Object
id (string)
The unique identifier of the episode.
name (string)
The name of the episode. This can be a single word or a sentence, but it must be at least 2 characters long.