:parent_resource/resource_id/content/:filter

This collection action returns a subset of all content ids and titles, specified by the filter parameter below.

The list returned consists of all content in the system for the filter specified from the past two weeks.

URL


http://ffapi.fanfeedr.com/tier/api/:parent_resource/:resource_id/content/:filter?api_key=

Valid Parent Resources


Leagues, Conferences, Divisions, Teams, Persons, Geo, Sources

Valid Filters


News, Blog, Columnists, Video, Fantasy, Recruiting

Note:

News returns non-blog mainstream news content.

Fantasy returns fantasy sports content.

Recruiting returns player transaction content.

Parameters


Required

  • parent_resource

             The actual parent_resource name.

             http://ffapi.fanfeedr.com/tier/api/leagues/:resource_id/content/:filter?api_key=

             http://ffapi.fanfeedr.com/tier/api/conferences/:resource_id/content/:filter?api_key=

             http://ffapi.fanfeedr.com/tier/api/divisions/:resource_id/content/:filter?api_key=

             http://ffapi.fanfeedr.com/tier/api/teams/:resource_id/content/:filter?api_key=

             http://ffapi.fanfeedr.com/tier/api/persons/:resource_id/content/:filter?api_key=

             http://ffapi.fanfeedr.com/tier/api/geo/:resource_id/content/:filter?api_key=

             http://ffapi.fanfeedr.com/tier/api/sources/:resource_id/content/:filter?api_key=

  • resource_id

             The UUID of the desired filter.

             http://ffapi.fanfeedr.com/tier/api/leagues/x99y99z0-9zz9-9x09-x9yz-9x909x9xy909/content/:filter?api_key=

             http://ffapi.fanfeedr.com/tier/api/conferences/y99x99z0-9zz9-9y09-y9xz-9y909y9yx909/content/:filter?api_key=

             http://ffapi.fanfeedr.com/tier/api/divisions/z00x00y9-0yy0-0z90-z0xy-0z090z0zx090/content/:filter?api_key=

             http://ffapi.fanfeedr.com/tier/api/teams/a11b22c2-1bb1-1c21-c1ab-1c121c1ca121/content/:filter?api_key=

             http://ffapi.fanfeedr.com/tier/api/persons/9876f68g-1ff0-53bf-b43c-2477d70ca234/content/:filter?api_key=

             http://ffapi.fanfeedr.com/tier/api/geo/676/content/:filter?api_key=

             http://ffapi.fanfeedr.com/tier/api/sources/61d963b7-77d8-576b-a58a-679a962df4a9/content/:filter?api_key=


  • filter

             The actual filter name (selection of examples below)

             http://ffapi.fanfeedr.com/tier/api/leagues/x99y99z0-9zz9-9x09-x9yz-9x909x9xy909content/news?api_key=

             http://ffapi.fanfeedr.com/tier/api/conferences/y99x99z0-9zz9-9y09-y9xz-9y909y9yx909/content/blog?api_key=

             http://ffapi.fanfeedr.com/tier/api/divisions/z00x00y9-0yy0-0z90-z0xy-0z090z0zx090/content/columnists?api_key=

             http://ffapi.fanfeedr.com/tier/api/persons/9876f68g-1ff0-53bf-b43c-2477d70ca234/content/video?api_key=

             http://ffapi.fanfeedr.com/tier/api/teams/a11b22c2-1bb1-1c21-c1ab-1c121c1ca121/content/recruiting?api_key=

             http://ffapi.fanfeedr.com/tier/api/sources/61d963b7-77d8-576b-a58a-679a962df4a9/content/fantasy?api_key=

Sample Requests


Please see member actions for sample requests and responses.

Relevant Discussions


Discuss this resource in our forums here.