openactive / implementation-tracker

Activation Issue Tracker for OpenActive Implementations
1 stars 2 forks source link

Include ID in embedded entity #39

Closed nickevansuk closed 8 years ago

nickevansuk commented 8 years ago

Assuming that "channel" has an ID or slug, please include the ID to allow readers to normalise if required.

ElliottJPerry commented 8 years ago

https://api.joinflex.tv/v1/open

{
  "state": "updated",
  "kind": "session",
  "id": 137,
  "modified": "2016-07-07T01:39:04.605100Z",
  "data": {
    "name": "Beach Body Workout",
    "url": "http://www.joinflex.tv/c/justin-brown/events/137",
    "category": "Other",
    "description": "get ready to learn new ways to get summertime fine!! I'm even sharing some of my favorite healthy recipes to help you BLAST FAT",
    "image_url": "https://flex-production.s3.amazonaws.com/uploads/event/image/137/IMG_20140428_111516.jpg",
    "start_date_time": "2016-07-13T20:00:00-05:00",
    "duration": 30,
    "price": 0,
    "channel": {
      "id": 23,
      "name": "Justin Brown",
      "url": "http://www.joinflex.tv/c/justin-brown",
      "tagline": "Health, Wellness, Exercise, Motivation & Looking Good Naked",
      "description": "Personal trainer with over 9 years of experience. My clients become friends which usually turns into family!! I am the trainer for you if you want to gain energy, lose weight and look good naked. Be prepared for a slap of truth from time to time when we discuss things like mindset, exercise, and nutrition. I will teach you the lifestyle of looking good naked which will give you the tools that you need for long term success in building muscle and losing weight!",
      "location": "panama city beach florida",
      "profile_image_url": "https://flex-production.s3.amazonaws.com/uploads/channel/profile_image/23/Beach_oblique_raise.jpg",
      "header_image_url": "https://flex-production.s3.amazonaws.com/uploads/channel/header_image/23/Twitter_cover.png",
      "website_url": "https://www.justinbrownfitness.com",
      "facebook_url": "https://www.facebook.com/justinbrownfitness",
      "twitter_url": "https://www.twitter/justinbrownfit",
      "instagram_url": "https://www.instagram/justinbrownfitness",
      "youtube_url": "https://www.youtube.com/justinbrownfitness",
      "intro_video_url": "https://www.youtube.com/embed/6HTidHl36B4"
    },
    "created_at": "2016-07-07T01:39:04Z"
  }
}
nickevansuk commented 8 years ago

Perfect