Share via


4.2 Response from Server for New Root Post

 The following is the response from the server for a new root post after decompressing from the zip compressed message.

 Content-Type: application/json; charset=utf-8
 Vary: Accept-Encoding
 Server: Microsoft-IIS/7.5
 X-SharePointHealthScore: 0
 X-AspNet-Version: 4.0.30319
 X-RequestDigest: 0xAA80E9414B7363A72635FDA35C4494B7446C39756C1B95881BA26D7A09AB05D4DF3CC809AE34711004FB5A8BC457691ADBA5B8FC5702252A1FABA75055A6C222,22 May 2012 12:44:18 -0000
 X-FRAME-OPTIONS: SAMEORIGIN
 SPRequestGuid: 066ca89b-bcde-5026-2451-a625463ec85e
 request-id: 066ca89b-bcde-5026-2451-a625463ec85e
 Persistent-Auth: true
 X-Powered-By: ASP.NET
 MicrosoftSharePointTeamServices: 15.0.0.4118
 X-Content-Type-Options: nosniff
 X-MS-InvokeApp: 1; RequireReadOnly
 Date: Tue, 22 May 2012 12:44:20 GMT
 Content-Length: 2178
 
 [
     {
         "SchemaVersion": "15.0.0.0",
         "LibraryVersion": "15.0.4118.3001",
         "ErrorInfo": null,
         "TraceCorrelationId": "066ca89b-bcde-5026-2451-a625463ec85e"
     },
     11,
     {
         "_ObjectType_": "SP.Social.SocialThread",
         "Actors": [
             {
                 "_ObjectType_": "SP.Social.SocialActor",
                 "AccountName": "contoso.com\\evacorets",
                 "ActorType": 0,
                 "ContentUri": null,
                 "EmailAddress": "Eva.Corets@contoso.com",
                 "FollowedContentUri": null,
                 "Id": "1.1b73bf8d80eb4dbeab329c3bd232624c.a3088f9c195e4e819c247506f084bb6a.6aff918c201c4db0a296c16747049989.0c37852b34d0418e91c62ac25af4be5b",
                 "ImageUri": null,
                 "IsFollowed": false,
                 "LibraryUri": null,
                 "Name": "Eva  Corets",
                 "PersonalSiteUri": "http://my.contoso.com/evacorets/personal/evacorets",
                 "StatusText": "",
                 "TagGuid": "/Guid(00000000-0000-0000-0000-000000000000)/",
                 "Title": "SENIOR SDE",
                 "Status": 0, 
                 "CanFollow": false,
                 "Uri": "http: //my.contoso.com/ evacorets:80/Person.aspx?accountname=contoso.com%5Cevacorets"
             }
         ],
         "Attributes": 6,
         "Id": "1.1b73bf8d80eb4dbeab329c3bd232624c.a3088f9c195e4e819c247506f084bb6a.6aff918c201c4db0a296c16747049989.0c37852b34d0418e91c62ac25af4be5b.105b8d84258e4a519f6c642f8891db37.3.3.S-1-5-21-124525095-708259637-1543119021-565522",
         "OwnerIndex": 0,
         "Permalink": "http://my.contoso.com/evacorets:80/ThreadView.aspx?ThreadID=1.1b73bf8d80eb4dbeab329c3bd232624c.a3088f9c195e4e819c247506f084bb6a.6aff918c201c4db0a296c16747049989.0c37852b34d0418e91c62ac25af4be5b.105b8d84258e4a519f6c642f8891db37.3.3.S-1-5-21-124525095-708259637-1543119021-565522",
         "PostReference": null,
         "Replies": [],
         "RootPost": {
             "_ObjectType_": "SP.Social.SocialPost",
             "Attachment": null,
             "Attributes": 23,
             "AuthorIndex": 0,
             "CreatedTime": "/Date(1337690658345)/",
             "Id": "1.1b73bf8d80eb4dbeab329c3bd232624c.a3088f9c195e4e819c247506f084bb6a.6aff918c201c4db0a296c16747049989.0c37852b34d0418e91c62ac25af4be5b.105b8d84258e4a519f6c642f8891db37.3.3.S-1-5-21-124525095-708259637-1543119021-565522",
             "LikerInfo": {
                 "_ObjectType_": "SP.Social.SocialPostActorInfo",
                 "IncludesCurrentUser": false,
                 "Indexes": [],
                 "TotalCount": 0
             },
             "ModifiedTime": "/Date(1337690658345)/",
             "Overlays": [],
             "PostType": 0,
             "PreferredImageUri": null,
             "Source": {
                 "_ObjectType_": "SP.Social.SocialLink",
                 "Text": null,
                 "Uri": null
             },
             "Text": "Hello, world."
         },
         "Status": 0,
         "ThreadType": 0,
         "TotalReplyCount": 0
     }
]