Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/config/source/bad/{communityId}/
Info

Returns a list of sources that have harvest errors.

Authentication

Required, see Auth - Login

Arguments

communityId (required)
Community ID, or IDs (comma-separated), to retrieve sources for.

Example

http://infinite.ikanow.com/api/knowledge/sources/bad/4e258f8a64b46403c55095ce/

Example Response

TODO update data model

Info
Code Block
{
      response: {
          action: "Bad Sources"
          success: true
          message: "Successfully returned bad sources"
          time: 242
      }
      data: [
            {
                _id: "4cbdb9eb5ed98e7bcd489270"
                key: "feed:..rss.slashdot.org.slashdot.slashdot"
                created: "Oct 19, 2010 11:31:55 AM"
                modified: "Oct 19, 2010 11:31:55 AM"
                url: "feed://rss.slashdot.org/Slashdot/slashdot"
                title: "Slashdot: Recent Discussions"
                description: "Slashdot Recent Discussions"
                mediaType: "Discussion"
                extractType: "Feed"
                isPublic: true
                groupID: "4c927585d591d31d7b37097a"
                  tags: [
                      "Discussion"
                  ]
                  harvest: {
                      harvested: "Dec 20, 2010 1:45:27 PM"
                      harvest_status: "error"
                      harvest_message: "unknown protocol: feed"
                  }
                isApproved: true
            }
      ]
}