GET odata/MediaFeedbacks

Gets a collection of MediaFeedback objects. Requires the scope Site.Name:{SiteName} to be granted, in other words - MediaFeedback objects can only be retrieved within the scope of single Site.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "odata.metadata": "http://sampleserver.com/odata/$metadata#MediaFeedback",
  "value": [  
    {
      "MediaFeedbackID": "3129b22a-50cd-4b88-acbb-f8cef8aa9878",
      "MembershipID": null,
      "Comments": "This is sample comment.",
      "MediaID": "df0c11b0-ef39-449e-8fc6-2c05cbd6544b",
      "ParentMediaFeedbackID": null,
      "Name": "Tom",
      "Website": "",
      "CreatedTime": "2014-05-17T15:21:45.12"
    },
    {
      "MediaFeedbackID": "5d644c39-0d8c-42ec-87fd-7e5189ca501b",
      "MembershipID": null,
      "Comments": "Pretty nice. Where is that?",
      "MediaID": "c28f2b3f-26cd-47c3-b036-65099cdc128d",
      "ParentMediaFeedbackID": null,
      "Name": "Kam",
      "Website": "",
      "CreatedTime": "2014-05-17T15:22:01.613"
    }
  ]
}