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

« Previous Version 6 Next »

API Call - /knowledge/doc/{docid}

Returns a document matching the id number provided.

Authentication

Required, see Auth - Login

Arguments

docid (required)
id of the document you wish to get the details of

Example

http://infinite.ikanow.com/api/knowledge/doc/4cc0ebff97622e5914a70e83

Example Response
{
    "response": {
        "action": "Doc Info",
        "success": true,
        "message": "Doc info returned successfully",
        "time": 0
    },
    "data": {
        "_id": "4cc0ebff97622e5914a70e83",
        "created": "1287711743585",
        "modified": "1287711743585",
        "title": "AmSurg Announces Third-Quarter Net Earnings from Continuing Operations of $0.43 Per Diluted Share",
        "description": "NASHVILLE, Tenn.--(BUSINESS WIRE)--Christopher A. Holden, President and Chief Executive Officer of AmSurg Corp. (NASDAQ: AMSG), today announced financial results for the third quarter ended September 30, 2010. Revenues increased 7% to $180,275,000 for the quarter from $167,873,000 for the third quarter of 2009. Net earnings from continuing operations attributable to AmSurg common shareholders for the third quarter of 2010 were $13,203,000, or $0.43 per diluted share, compared with $13,393,000, o\n\n  \n  \n  \n  \n  \n  \n  \n\n\n",
        "url": "http://feeds.businesswire.com/click.phdo?i\u003d9bb973ede2264e5d2dfe81afd1b53536",
        "publishedDate": "Thu Oct 21 20:00:00 UTC 2010",
        "source": "Business Wire: Conference Call News",
        "sourceKey": "http.origin.feeds.pheedo.com.bw.conference_calls-rss",
        "mediaType": "News",
        "groupid": "4c927585d591d31d7b37097a",
        "entities": [
            {
                "actual_name": "AmSurg",
                "type": "Company",
                "relevance": "0.742427",
                "frequency": "13",
                "totalfrequency": "1",
                "dimension": "What"
            },
            {
                "actual_name": "Medicare",
                "type": "Organization",
                "relevance": "0.554665",
                "frequency": "7",
                "totalfrequency": "1",
                "dimension": "Who"
            },
            {
                "actual_name": "AmSurg Corp.",
                "type": "Company",
                "relevance": "0.360291",
                "frequency": "4",
                "totalfrequency": "1",
                "dimension": "What"
            },
            {
                "actual_name": "NASHVILLE",
                "type": "City",
                "relevance": "0.339423",
                "frequency": "1",
                "totalfrequency": "1",
                "dimension": "Where"
            },
            {
                "actual_name": "Mr. Holden",
                "type": "Person",
                "relevance": "0.333156",
                "frequency": "2",
                "totalfrequency": "1",
                "dimension": "Who"
            },
            {
                "actual_name": "NASDAQ",
                "type": "FinancialMarketIndex",
                "relevance": "0.326748",
                "frequency": "1",
                "totalfrequency": "1",
                "dimension": "What"
            },
            {
                "disambiguous_name": "United States",
                "actual_name": "United States",
                "type": "Country",
                "relevance": "0.305428",
                "frequency": "1",
                "totalfrequency": "1",
                "dimension": "Where",
                "linkdata": [
                    "http://www4.wiwiss.fu-berlin.de/factbook/resource/United_States",
                    "http://dbpedia.org/resource/United_States",
                    "http://rdf.freebase.com/ns/guid.9202a8c04000641f8000000000959f60",
                    "http://sw.opencyc.org/concept/Mx4rvVikKpwpEbGdrcN5Y29ycA",
                    "http://mpii.de/yago/resource/United_States"
                ]
            },
            {
                "actual_name": "A. Holden",
                "type": "Person",
                "relevance": "0.304383",
                "frequency": "1",
                "totalfrequency": "1",
                "dimension": "Who"
            },
            {
                "actual_name": "revolving credit",
                "type": "FieldTerminology",
                "relevance": "0.284361",
                "frequency": "1",
                "totalfrequency": "1",
                "dimension": "What"
            },
            {
                "disambiguous_name": "U.S. Securities and Exchange Commission",
                "actual_name": "Securities and Exchange Commission",
                "type": "Organization",
                "relevance": "0.281142",
                "frequency": "1",
                "totalfrequency": "1",
                "dimension": "Who",
                "linkdata": [
                    "http://dbpedia.org/resource/U.S._Securities_and_Exchange_Commission",
                    "http://rdf.freebase.com/ns/guid.9202a8c04000641f800000000006aae4",
                    "http://sw.opencyc.org/concept/Mx4rwGnYuJwpEbGdrcN5Y29ycA"
                ]
            },
            {
                "actual_name": "physician partners",
                "type": "Company",
                "relevance": "0.275794",
                "frequency": "1",
                "totalfrequency": "1",
                "dimension": "What"
            },
            {
                "actual_name": "healthcare services",
                "type": "FieldTerminology",
                "relevance": "0.271687",
                "frequency": "1",
                "totalfrequency": "1",
                "dimension": "What"
            }
        ]
    }
}
Error Response
  • No labels