Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Last active December 15, 2022 16:55
{
"@odata.context": "http://mysite.com/api/default/$metadata#blogs(Id,LastModified,PublicationDate,Title,Description,DateCreated,IncludeInSitemap,UrlName)",
"value": [
{
"Id": "d17f777f-6350-411d-83b1-1d0c5e93996b",
"LastModified": "2021-04-13T19:19:21Z",
"PublicationDate": "2021-03-25T16:02:14Z",
"Title": "Blog 1",
"Description": "",
"DateCreated": "2021-03-25T16:02:14Z",
"IncludeInSitemap": true,
"UrlName": "blog1"
},
{
"Id": "1f4a2201-df5e-47f5-8552-c8cfdf77a62f",
"LastModified": "2021-04-13T19:19:08Z",
"PublicationDate": "2021-04-07T14:59:21Z",
"Title": "Blog 2",
"Description": "",
"DateCreated": "2021-04-07T14:59:21Z",
"IncludeInSitemap": true,
"UrlName": "blog2"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment