Config - Source - Get
/config/source/get/{source-id-or-key}
Retrieves a source's information.
Authentication
Required, see Auth - Login
Arguments
source (required)
source ID or source key (see Source data model) for which you want to see detailed info
Example
http://infinite.ikanow.com/api/config/source/get/4cbdb9eb5ed98e7bdd489270
http://infinite.ikanow.com/api/config/source/get/www.fema.gov.help.rss.shtm
Example Response
{
"response": {
"action": "Source Info",
"success": true,
"message": "Successfully retrieved source info",
"time": 3
},
"data": {
"_id": "4cbdb9eb5ed98e7bdd489270",
"created": "Oct 19, 2010 11:31:55 AM",
"modified": "Oct 19, 2010 11:31:55 AM",
"url": "www.fema.gov/help/rss.shtm",
"title": "FEMA: News Releases",
"isPublic": true,
"ownerId": "4e3706c48d26852237078005",
"mediaType": "News",
"key": "www.fema.gov.help.rss.shtm",
"description": "Federal Emergency Management Agency Articles",
"tags": [
"response",
"industry:emergency management",
"topic:national disasters",
"preparedness",
"Disaster mitigation"
],
"communityIds": [
"4c927585d591d31d7b37097a"
],
"harvest": {
"harvested": "Mar 1, 2012 12:00:24 AM",
"synced": "Mar 2, 2012 11:02:33 AM",
"harvest_status": "error",
"harvest_message": "Invalid document",
"doccount": 0
},
"isApproved": true,
"harvestBadSource": true,
"extractType": "Feed"
}
}
, multiple selections available,