{
    "@odata.context": "http://localhost:4242/api/default/$metadata#blogposts(Id,LastModified,PublicationDate,Title,Description,DateCreated,IncludeInSitemap,UrlName,AllowComments,Summary,Content,ParentId)",
    "value": [
        {
            "Id": "c161b300-b593-45da-988e-2408a25d24c0",
            "LastModified": "2021-04-13T19:29:17Z",
            "PublicationDate": "2021-03-25T16:02:20Z",
            "Title": "Sample blog post",
            "Description": "",
            "DateCreated": "2021-03-25T16:02:20Z",
            "IncludeInSitemap": true,
            "UrlName": "sample-blog-post",
            "AllowComments": true,
            "Summary": "Lorem ipsum",
            "Content": "<strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.",
            "ParentId": "d17f777f-6350-411d-83b1-1d0c5e93996b"
        }
    ]
}