Config - Source - Good

/config/source/good/{communityId-list}

Returns a list of sources from the specified communities that are currently being harvested.

Authentication

Required, see Auth - Login

Arguments

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

Parameters

project_id (optional): the id of a share of type "infinite_project_config", this will filter the search to only communities active in this project. See projects documentation for more information

stripped - if set to true (default false), then the source is stripped down to its bare metadata for transmission/parsing efficiency. Individual "source/get" calls must then be made to retrieve the full source.

Example

http://infinite.ikanow.com/api/config/source/good/4e258f8a64b46403c55095ce

http://infinite.ikanow.com/api/config/source/good/*crime

Example Response
{
    "response": {
        "action": "Good Sources",
        "success": true,
        "message": "successfully returned good sources",
        "time": 14
    },
    "data": [
        {
            "_id": "4f22e491275e7a960af8cb7b",
            "created": "Apr 18, 2010 11:31:59 AM",
            "modified": "Apr 18, 2010 11:31:59 AM",
            "url": "http://eckington.wordpress.com/comments/feed/",
            "title": "Eckington: Way Better Than Spotsylvania (Comments)",
            "isPublic": true,
            "ownerId": "4e3706c48d26852237078005",
            "mediaType": "Blog",
            "key": "http.eckington.wordpress.com.comments.feeds",
            "description": "Eckington: Way Better Than Spotsylvania, Eckington Community Blog (Comments)",
            "tags": [
                "dc",
                "washington",
                "district of columbia",
                "district",
                "blog",
                "eckington",
                "comments"
            ],
            "communityIds": [
                "4c927585d591d31d7c37097b"
            ],
            "harvest": {
                "harvested": "Mar 2, 2012 11:54:34 AM",
                "harvest_status": "success",
                "harvest_message": "source=http://eckington.wordpress.com/comments/feed/ extracted=1 updated=0 deleted=0",
                "doccount": 17
            },
            "isApproved": true,
            "harvestBadSource": false,
            "extractType": "Feed"
        }
    ]
}