Sitefinity leaves a lot to be desired with the REST services. For example, take a look at the returned data from Sitefinity's news service out-of-the-box:
{
"Context":[
{
"Key":"String content",
"Value":"String content"
}
],
"IsGeneric":true,
"Items":[
{
"Author":"String content",
"AvailableLanguages":[
"String content"
],
"CommentsCount":2147483647,
"DateCreated":"/Date(928164000000-0400)/",
"DateModified":"/Date(928164000000-0400)/",
"DefaultPageId":"1627aea5-8e0a-4371-9022-9b504344e724",
"ExpirationDate":"/Date(928164000000-0400)/",
"Id":"1627aea5-8e0a-4371-9022-9b504344e724",
"IsDeletable":...