GET api/Feedback/GetBlogPostFeedback
Gets a collection of BlogPostFeedback objects representing feedback left for Blog posts. Scope Site.Name:{SiteName} must be granted to retrieve the information (in other words - BlogPostFeedback can only be retrieved within the scope of a single Site). Supports query options like: $filter, $orderby, $select, $skip and $top.
Response Information
Response body formats
application/json, text/json
Sample:
[ null, { "BlogPostFeedbackID": "4e0ef86b-0762-43e1-963c-60a5d1616d18", "MembershipID": "a053ebe9-03c8-4299-a3f1-8a1d348bca63", "Comments": "sample string 2", "BlogPostID": "ba7b40f3-c0ee-481e-ba5a-3ac6bb6ee53e", "ParentBlogPostFeedbackID": "2fa69137-e065-4d38-8f39-2a158051382f", "Name": "sample string 5", "Website": "sample string 6", "CreatedTime": "2025-02-22T22:12:09.3548104-08:00", "SiteName": "sample string 8" }, { "BlogPostFeedbackID": "4e0ef86b-0762-43e1-963c-60a5d1616d18", "MembershipID": "a053ebe9-03c8-4299-a3f1-8a1d348bca63", "Comments": "sample string 2", "BlogPostID": "ba7b40f3-c0ee-481e-ba5a-3ac6bb6ee53e", "ParentBlogPostFeedbackID": "2fa69137-e065-4d38-8f39-2a158051382f", "Name": "sample string 5", "Website": "sample string 6", "CreatedTime": "2025-02-22T22:12:09.3548104-08:00", "SiteName": "sample string 8" } ]
application/xml, text/xml
Sample:
<ArrayOfBlogPostFeedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MediaLibrarianCore"> <BlogPostFeedback i:nil="true" /> <BlogPostFeedback> <BlogPostFeedbackID>4e0ef86b-0762-43e1-963c-60a5d1616d18</BlogPostFeedbackID> <BlogPostID>ba7b40f3-c0ee-481e-ba5a-3ac6bb6ee53e</BlogPostID> <ParentBlogPostFeedbackID>2fa69137-e065-4d38-8f39-2a158051382f</ParentBlogPostFeedbackID> <SiteName>sample string 8</SiteName> </BlogPostFeedback> <BlogPostFeedback> <BlogPostFeedbackID>4e0ef86b-0762-43e1-963c-60a5d1616d18</BlogPostFeedbackID> <BlogPostID>ba7b40f3-c0ee-481e-ba5a-3ac6bb6ee53e</BlogPostID> <ParentBlogPostFeedbackID>2fa69137-e065-4d38-8f39-2a158051382f</ParentBlogPostFeedbackID> <SiteName>sample string 8</SiteName> </BlogPostFeedback> </ArrayOfBlogPostFeedback>