Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

API Call - /knowledge/sources/bad/

Returns a list of sources harvesting incorrectly.

Authentication

Required, must be admin

Arguments

none

Example

http://<SERVER-NAME>/knowledge/sources/bad

Example Response
{
      response: {
          o action: "Bad Sources"
          o success: true
          o message: "Successfully returned bad sources"
          o 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
            }
      ]
}
Error Response
  • No labels