GET odata/FunFacts

Gets a collection of FunFact objects. Without the scope Site.Name:{SiteName} granted - retrieves only FunFact objects for public and visible Sites. When that scope is granted - retrieves all FunFact objects for a Site.

Response Information

Response body formats

application/json, text/json

Sample:
 {
    "odata.metadata": "http://sampleserver.com/odata/$metadata#FunFact",
    "value": [
        {
            "FunFactID": "d085dd95-0cf1-4e6a-84bd-1ebebf4207e3",
            "SiteName": "SampleSite",
            "Description": "test",
            "DateTime": "2013-03-23T00:00:00",
            "MembershipID": null
        },
        {
            "FunFactID": "e84a5f39-e2eb-4c7c-875c-22636dedaec2",
            "SiteName": "SampleSite",
            "Description": "dqwqw",
            "DateTime": "2012-03-24T00:00:00",
            "MembershipID": null
        }
    ]
}