{"_id":"56e06a635fc52e320024d8ea","githubsync":"","__v":2,"category":{"_id":"564b797bcc472d0d00da9435","pages":["564b85b7cc472d0d00da945d","564b85cc4f06ef2b006b08b6","564b85dcdda79a19000f2673","564b85e8cc472d0d00da945f","564b85f9dda79a19000f2675","564b8608e6c67c2f0038366c","564b861bcc472d0d00da9461","564b862bcc472d0d00da9463","56e06a635fc52e320024d8ea","56e06a6d40ba87220064161a","56e06a755fc52e320024d8ec"],"project":"55773a5ba042551900b002cb","__v":11,"version":"55773a5ba042551900b002ce","sync":{"url":"","isSync":false},"reference":true,"createdAt":"2015-11-17T19:01:15.286Z","from_sync":false,"order":5,"slug":"team-api","title":"Team API"},"user":"546d17e2eb9cfd1400dd4529","parentDoc":null,"project":"55773a5ba042551900b002cb","editedParams":true,"editedParams2":true,"version":{"_id":"55773a5ba042551900b002ce","project":"55773a5ba042551900b002cb","__v":18,"createdAt":"2015-06-09T19:11:23.764Z","releaseDate":"2015-06-09T19:11:23.764Z","categories":["55773a5ca042551900b002cf","55773a6ce6063e0d00481380","55773ab007e7110d001043ec","55773abaa042551900b002d5","55773ac207e7110d001043ed","55773acb07e7110d001043ee","55773ad3a042551900b002d6","55773adce6063e0d00481383","55773ae4a042551900b002d7","55773af307e7110d001043ef","55773af907e7110d001043f0","55773b0407e7110d001043f1","563a4f7ad25e8919005f3f39","563a4fcaa19edf0d00972321","564a70dc4cd0521700523edf","564b797bcc472d0d00da9435","564b855b766d4923004e1fd1","59cd4b81935249001c77c48e"],"is_deprecated":false,"is_hidden":false,"is_beta":false,"is_stable":true,"codename":"Motherboard","version_clean":"1.0.0","version":"1"},"updates":[],"next":{"pages":[],"description":""},"createdAt":"2016-03-09T18:24:35.563Z","link_external":false,"link_url":"","sync_unique":"","hidden":false,"api":{"examples":{"codes":[]},"method":"get","results":{"codes":[{"name":"","code":"{\n \"code\":200,\n \"status\":\"success\",\n \"total\":18,\n \"per_page\":10,\n \"current_page\":1,\n \"last_page\":2,\n \"next_page_url\":\"https:\\/\\/api.triathlon.org\\/v1\\/content\\/videos?page=2\",\n \"prev_page_url\":null,\n \"from\":1,\n \"to\":10,\n \"data\":[\n {\n \"video_id\":94511,\n \"video_title\":\"2015 ITU World Triathlon Gold Coast - Elite Men's Highlights\",\n \"video_slug\":\"2015_itu_world_triathlon_gold_coast_-_elite_mens_highlights\",\n \"video_entry_date\":\"2015-04-12T06:29:45Z\",\n \"video_thumbnail\":\"http:\\/\\/www.triathlon.org\\/images\\/news_thumbs\\/7758748.jpg\",\n \"video_caption\":\"Jonathan Brownlee returned to the top of the podium with a convincing victory at the 2015 ITU World Triathlon Gold Coast, delivering him back to back wins in the series. He was the master,...\",\n \"youtube_url\":\"http:\\/\\/www.youtube.com\\/watch?v=QcVqt8QVRsU&feature=youtube_gdata_player\",\n \"video_url\":\"http:\\/\\/www.triathlon.org\\/multimedia\\/video\\/2015_itu_world_triathlon_gold_coast_-_elite_mens_highlights\",\n \"video_api_url\":\"https:\\/\\/api.triathlon.org\\/content\\/videos\\/94511\",\n \"video_categories\":[\n {\n \"cat_name\":\"Events\",\n \"cat_id\":59,\n \"cat_parent_id\":0\n },\n {\n \"cat_name\":\"World Triathlon Series\",\n \"cat_id\":60,\n \"cat_parent_id\":59\n }\n ]\n }\n ]\n}","language":"json","status":200}]},"settings":"","auth":"required","params":[{"_id":"570557951e09260e00d0015c","ref":"","in":"path","required":true,"desc":"The unique id of the team","default":"","type":"int","name":"team_id"},{"_id":"570557951e09260e00d0015b","ref":"","in":"query","required":false,"desc":"How many results to be returned per page","default":"10","type":"int","name":"per_page"},{"_id":"570557951e09260e00d0015a","ref":"","in":"query","required":false,"desc":"The page number to be returned","default":"","type":"string","name":"page"},{"_id":"570557951e09260e00d00159","ref":"","in":"query","required":false,"desc":"A pipe delimited list of category ids","default":"","type":"string","name":"category_id"}],"url":"/teams/:team_id/news"},"isReference":true,"order":7,"body":"The **Team News** method returns a paginated, filterable array of basic news objects where the team has been tagged.","excerpt":"","slug":"team-news","type":"endpoint","title":"Team News"}
getTeam News
Definition
{{ api_url }}{{ page_api_url }}
Parameters
Path Params
team_id:
required
integer
The unique id of the team
Query Params
per_page:
integer10
How many results to be returned per page
page:
string
The page number to be returned
category_id:
string
A pipe delimited list of category ids