URLs

GET api.ashx/v2/blogs.xml (or .json)

LIST blogs.

GET api.ashx/v2/groups/{groupid}/blogs.xml (or .json)

LIST blogs.

Request Parameters

NameTypeDescriptionRequiredDefaultOptions
GroupIdint?Group IdOptional
IncludeSubGroupsbool?Only used when GroupId is specified. Default is false.Optional
SortBystringOptions are: DateCreate, LastPost, Name, Post, SortOrder, Thread, TotalPosts, Score:SCORE_ID. Default is SortOrder.Optional
SortOrderstringOptions include Ascending, Descending. Default is Ascending.Optional
OwnerUserIdint?Owner User IdOptional
PageSizeint?Specify the number of results to return per page. If not set the default is 20. The max is 100.Optional
PageIndexint?Specify the page number of paged results to return. Zero-based index. If not specified the default is 0.Optional

Example Requests

.Net (C#)

var webClient = new WebClient();

// replace the "admin" and "Admin's API key" with your valid user and apikey!
var adminKey = String.Format("{0}:{1}", "Admin's API Key", "admin");
var adminKeyBase64 = Convert.ToBase64String(Encoding.UTF8.GetBytes(adminKey);

webClient.Headers.Add("Rest-User-Token", adminKeyBase64);
var requestUrl = "http://mysite.com/api.ashx/v2/blogs.xml";

var xml = webClient.DownloadString(requestUrl));

Console.WriteLine(xml);

Widget Javascript

jQuery.telligent.evolution.get({
   url: jQuery.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/blogs.json',
   success: function(response) {

   }
});

Example Responses

XML

<?xml version="1.0" encoding="utf-16"?>
<Response>
  <Info>
    <Message>string</Message>
    <Message>string</Message>
  </Info>
  <Warnings>
    <Message>string</Message>
    <Message>string</Message>
  </Warnings>
  <Errors>
    <Message>string</Message>
    <Message>string</Message>
  </Errors>
  <Blogs PageSize="2" PageIndex="0" TotalCount="2">
    <Blog>
      <Id>61</Id>
      <Name>title</Name>
      <Key>key</Key>
      <Url>url</Url>
      <Description>description</Description>
      <Group>
        <Id>4</Id>
        <AvatarUrl>avatarurl</AvatarUrl>
        <DateCreated>2012-01-04T00:00:00</DateCreated>
        <Description>description</Description>
        <Key>key</Key>
        <Name>name</Name>
        <ParentGroupId>6</ParentGroupId>
        <Url>url</Url>
        <TotalMembers>25</TotalMembers>
        <HasGroups>true</HasGroups>
        <GroupCount>8</GroupCount>
        <GroupType>Joinless</GroupType>
        <EnableGroupMessages>true</EnableGroupMessages>
        <EnableContact>true</EnableContact>
        <SearchUniqueId>searchuniqueid</SearchUniqueId>
        <ExtendedAttributes>
          <key>value</key>
          <key>value</key>
        </ExtendedAttributes>
        <ContainerId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContainerId>
        <Container>
          <ContainerId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContainerId>
          <ContainerTypeId>fe65240b-044c-4292-9946-f10e0361ecff</ContainerTypeId>
          <HtmlName>htmlname</HtmlName>
          <Url>url</Url>
          <AvatarUrl>avatarurl</AvatarUrl>
        </Container>
      </Group>
      <Authors>
        <User>
          <Id>27</Id>
          <AvatarUrl>avatarurl</AvatarUrl>
          <DisplayName>displayname</DisplayName>
          <ProfileUrl>profileurl</ProfileUrl>
          <Username>username</Username>
          <CurrentStatus>
            <Id>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</Id>
            <Author>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DisplayName>displayname</DisplayName>
              <ProfileUrl>profileurl</ProfileUrl>
              <Username>username</Username>
            </Author>
            <Body>body</Body>
            <CreatedDate>2012-05-02T00:00:00</CreatedDate>
            <ReplyCount>7</ReplyCount>
            <Group>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DateCreated />
              <Description>description</Description>
              <Key>key</Key>
              <Name>name</Name>
              <Url>url</Url>
              <TotalMembers />
              <HasGroups>true</HasGroups>
              <GroupCount />
              <GroupType />
              <EnableGroupMessages>true</EnableGroupMessages>
              <EnableContact>true</EnableContact>
              <SearchUniqueId>searchuniqueid</SearchUniqueId>
              <ExtendedAttributes />
              <ContainerId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContainerId>
            </Group>
            <AttachedUrl>attachedurl</AttachedUrl>
            <HasReplies>true</HasReplies>
            <ContentId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContentId>
            <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
            <Url>url</Url>
            <Content>
              <ContentId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContentId>
              <ContentTypeId>6cdcf200-3bad-476d-af45-97b52545c337</ContentTypeId>
              <CreatedDate>2012-06-04T00:00:00</CreatedDate>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Content>
          </CurrentStatus>
        </User>
        <User>
          <Id>52</Id>
          <AvatarUrl>avatarurl</AvatarUrl>
          <DisplayName>displayname</DisplayName>
          <ProfileUrl>profileurl</ProfileUrl>
          <Username>username</Username>
          <CurrentStatus>
            <Id>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</Id>
            <Author>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DisplayName>displayname</DisplayName>
              <ProfileUrl>profileurl</ProfileUrl>
              <Username>username</Username>
            </Author>
            <Body>body</Body>
            <CreatedDate>2011-05-28T00:00:00</CreatedDate>
            <ReplyCount>32</ReplyCount>
            <Group>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DateCreated />
              <Description>description</Description>
              <Key>key</Key>
              <Name>name</Name>
              <Url>url</Url>
              <TotalMembers />
              <HasGroups>true</HasGroups>
              <GroupCount />
              <GroupType />
              <EnableGroupMessages>true</EnableGroupMessages>
              <EnableContact>true</EnableContact>
              <SearchUniqueId>searchuniqueid</SearchUniqueId>
              <ExtendedAttributes />
              <ContainerId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContainerId>
            </Group>
            <AttachedUrl>attachedurl</AttachedUrl>
            <HasReplies>true</HasReplies>
            <ContentId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContentId>
            <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
            <Url>url</Url>
            <Content>
              <ContentId>fe65240b-044c-4292-9946-f10e0361ecff</ContentId>
              <ContentTypeId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContentTypeId>
              <CreatedDate>2011-12-09T00:00:00</CreatedDate>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Content>
          </CurrentStatus>
        </User>
      </Authors>
      <DateCreated>2012-03-29T00:00:00</DateCreated>
      <LatestPostDate>2012-04-19T00:00:00</LatestPostDate>
      <Enabled>true</Enabled>
      <EnableAbout>true</EnableAbout>
      <AboutTitle>abouttitle</AboutTitle>
      <AboutDescription>aboutdescription</AboutDescription>
      <EnableCommentsOverride>true</EnableCommentsOverride>
      <ShowContact>true</ShowContact>
      <PostCount>19</PostCount>
      <CommentCount>112</CommentCount>
      <SearchUniqueId>searchuniqueid</SearchUniqueId>
      <Application>
        <ApplicationId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ApplicationId>
        <ApplicationTypeId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ApplicationTypeId>
        <HtmlName>htmlname</HtmlName>
        <HtmlDescription>htmldescription</HtmlDescription>
        <Url>url</Url>
        <AvatarUrl>avatarurl</AvatarUrl>
        <Container>
          <ContainerId>6cdcf200-3bad-476d-af45-97b52545c337</ContainerId>
          <ContainerTypeId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContainerTypeId>
          <HtmlName>htmlname</HtmlName>
          <Url>url</Url>
          <AvatarUrl>avatarurl</AvatarUrl>
        </Container>
      </Application>
      <ExtendedAttributes>
        <key>value</key>
        <key>value</key>
      </ExtendedAttributes>
    </Blog>
    <Blog>
      <Id>19</Id>
      <Name>title</Name>
      <Key>key</Key>
      <Url>url</Url>
      <Description>description</Description>
      <Group>
        <Id>25</Id>
        <AvatarUrl>avatarurl</AvatarUrl>
        <DateCreated>2012-01-16T00:00:00</DateCreated>
        <Description>description</Description>
        <Key>key</Key>
        <Name>name</Name>
        <ParentGroupId>18</ParentGroupId>
        <Url>url</Url>
        <TotalMembers>76</TotalMembers>
        <HasGroups>true</HasGroups>
        <GroupCount>6</GroupCount>
        <GroupType>Joinless</GroupType>
        <EnableGroupMessages>true</EnableGroupMessages>
        <EnableContact>true</EnableContact>
        <SearchUniqueId>searchuniqueid</SearchUniqueId>
        <ExtendedAttributes>
          <key>value</key>
          <key>value</key>
        </ExtendedAttributes>
        <ContainerId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContainerId>
        <Container>
          <ContainerId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContainerId>
          <ContainerTypeId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContainerTypeId>
          <HtmlName>htmlname</HtmlName>
          <Url>url</Url>
          <AvatarUrl>avatarurl</AvatarUrl>
        </Container>
      </Group>
      <Authors>
        <User>
          <Id>4</Id>
          <AvatarUrl>avatarurl</AvatarUrl>
          <DisplayName>displayname</DisplayName>
          <ProfileUrl>profileurl</ProfileUrl>
          <Username>username</Username>
          <CurrentStatus>
            <Id>6cdcf200-3bad-476d-af45-97b52545c337</Id>
            <Author>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DisplayName>displayname</DisplayName>
              <ProfileUrl>profileurl</ProfileUrl>
              <Username>username</Username>
            </Author>
            <Body>body</Body>
            <CreatedDate>2012-01-04T00:00:00</CreatedDate>
            <ReplyCount>8</ReplyCount>
            <Group>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DateCreated />
              <Description>description</Description>
              <Key>key</Key>
              <Name>name</Name>
              <Url>url</Url>
              <TotalMembers />
              <HasGroups>true</HasGroups>
              <GroupCount />
              <GroupType />
              <EnableGroupMessages>true</EnableGroupMessages>
              <EnableContact>true</EnableContact>
              <SearchUniqueId>searchuniqueid</SearchUniqueId>
              <ExtendedAttributes />
              <ContainerId>fe65240b-044c-4292-9946-f10e0361ecff</ContainerId>
            </Group>
            <AttachedUrl>attachedurl</AttachedUrl>
            <HasReplies>true</HasReplies>
            <ContentId>6cdcf200-3bad-476d-af45-97b52545c337</ContentId>
            <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
            <Url>url</Url>
            <Content>
              <ContentId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ContentId>
              <ContentTypeId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContentTypeId>
              <CreatedDate>2012-05-02T00:00:00</CreatedDate>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Content>
          </CurrentStatus>
        </User>
        <User>
          <Id>27</Id>
          <AvatarUrl>avatarurl</AvatarUrl>
          <DisplayName>displayname</DisplayName>
          <ProfileUrl>profileurl</ProfileUrl>
          <Username>username</Username>
          <CurrentStatus>
            <Id>2d525bad-c4df-470d-a193-a1c6d66e5c3e</Id>
            <Author>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DisplayName>displayname</DisplayName>
              <ProfileUrl>profileurl</ProfileUrl>
              <Username>username</Username>
            </Author>
            <Body>body</Body>
            <CreatedDate>2012-06-04T00:00:00</CreatedDate>
            <ReplyCount>7</ReplyCount>
            <Group>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DateCreated />
              <Description>description</Description>
              <Key>key</Key>
              <Name>name</Name>
              <Url>url</Url>
              <TotalMembers />
              <HasGroups>true</HasGroups>
              <GroupCount />
              <GroupType />
              <EnableGroupMessages>true</EnableGroupMessages>
              <EnableContact>true</EnableContact>
              <SearchUniqueId>searchuniqueid</SearchUniqueId>
              <ExtendedAttributes />
              <ContainerId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContainerId>
            </Group>
            <AttachedUrl>attachedurl</AttachedUrl>
            <HasReplies>true</HasReplies>
            <ContentId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContentId>
            <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
            <Url>url</Url>
            <Content>
              <ContentId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContentId>
              <ContentTypeId>fe65240b-044c-4292-9946-f10e0361ecff</ContentTypeId>
              <CreatedDate>2011-05-28T00:00:00</CreatedDate>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Content>
          </CurrentStatus>
        </User>
      </Authors>
      <DateCreated>2011-12-09T00:00:00</DateCreated>
      <LatestPostDate>2012-03-29T00:00:00</LatestPostDate>
      <Enabled>true</Enabled>
      <EnableAbout>true</EnableAbout>
      <AboutTitle>abouttitle</AboutTitle>
      <AboutDescription>aboutdescription</AboutDescription>
      <EnableCommentsOverride>true</EnableCommentsOverride>
      <ShowContact>true</ShowContact>
      <PostCount>32</PostCount>
      <CommentCount>52</CommentCount>
      <SearchUniqueId>searchuniqueid</SearchUniqueId>
      <Application>
        <ApplicationId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ApplicationId>
        <ApplicationTypeId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ApplicationTypeId>
        <HtmlName>htmlname</HtmlName>
        <HtmlDescription>htmldescription</HtmlDescription>
        <Url>url</Url>
        <AvatarUrl>avatarurl</AvatarUrl>
        <Container>
          <ContainerId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContainerId>
          <ContainerTypeId>6cdcf200-3bad-476d-af45-97b52545c337</ContainerTypeId>
          <HtmlName>htmlname</HtmlName>
          <Url>url</Url>
          <AvatarUrl>avatarurl</AvatarUrl>
        </Container>
      </Application>
      <ExtendedAttributes>
        <key>value</key>
        <key>value</key>
      </ExtendedAttributes>
    </Blog>
  </Blogs>
</Response>

JSON

{
  "PageSize": 2,
  "PageIndex": 0,
  "TotalCount": 2,
  "Blogs": [
    {
      "Name": "title",
      "Key": "key",
      "Url": "url",
      "Description": "description",
      "Group": {
        "AvatarUrl": "avatarurl",
        "DateCreated": "\/Date(1325653200000-0500)\/",
        "Description": "description",
        "Key": "key",
        "Name": "name",
        "ParentGroupId": 6,
        "Url": "url",
        "TotalMembers": 25,
        "HasGroups": true,
        "GroupCount": 8,
        "GroupType": 0,
        "EnableGroupMessages": true,
        "EnableContact": true,
        "SearchUniqueId": "searchuniqueid",
        "IsEnabled": true,
        "ExtendedAttributes": [
          {
            "Key": "key",
            "Value": "value"
          },
          {
            "Key": "key",
            "Value": "value"
          }
        ],
        "ContainerId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
        "ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
        "Container": {
          "ContainerId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
          "ContainerTypeId": "fe65240b-044c-4292-9946-f10e0361ecff",
          "HtmlName": "htmlname",
          "Url": "url",
          "AvatarUrl": "avatarurl"
        },
        "Id": 4
      },
      "Authors": [
        {
          "AvatarUrl": "avatarurl",
          "DisplayName": "displayname",
          "ProfileUrl": "profileurl",
          "Username": "username",
          "CurrentStatus": {
            "Author": {
              "AvatarUrl": "avatarurl",
              "DisplayName": "displayname",
              "ProfileUrl": "profileurl",
              "Username": "username",
              "CurrentStatus": null,
              "Id": null
            },
            "Body": "body",
            "CreatedDate": "\/Date(1335931200000-0400)\/",
            "ReplyCount": 7,
            "Group": {
              "AvatarUrl": "avatarurl",
              "DateCreated": null,
              "Description": "description",
              "Key": "key",
              "Name": "name",
              "Url": "url",
              "TotalMembers": null,
              "HasGroups": true,
              "GroupCount": null,
              "GroupType": null,
              "EnableGroupMessages": true,
              "EnableContact": true,
              "SearchUniqueId": "searchuniqueid",
              "IsEnabled": true,
              "ExtendedAttributes": [],
              "ContainerId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
              "ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
              "Container": null,
              "Id": null
            },
            "AttachedUrl": "attachedurl",
            "HasReplies": true,
            "ContentId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
            "ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
            "Url": "url",
            "Content": {
              "CreatedByUser": null,
              "ContentId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
              "ContentTypeId": "6cdcf200-3bad-476d-af45-97b52545c337",
              "CreatedDate": "\/Date(1338782400000-0400)\/",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Application": null
            },
            "Id": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4"
          },
          "Id": 27
        },
        {
          "AvatarUrl": "avatarurl",
          "DisplayName": "displayname",
          "ProfileUrl": "profileurl",
          "Username": "username",
          "CurrentStatus": {
            "Author": {
              "AvatarUrl": "avatarurl",
              "DisplayName": "displayname",
              "ProfileUrl": "profileurl",
              "Username": "username",
              "CurrentStatus": null,
              "Id": null
            },
            "Body": "body",
            "CreatedDate": "\/Date(1306555200000-0400)\/",
            "ReplyCount": 32,
            "Group": {
              "AvatarUrl": "avatarurl",
              "DateCreated": null,
              "Description": "description",
              "Key": "key",
              "Name": "name",
              "Url": "url",
              "TotalMembers": null,
              "HasGroups": true,
              "GroupCount": null,
              "GroupType": null,
              "EnableGroupMessages": true,
              "EnableContact": true,
              "SearchUniqueId": "searchuniqueid",
              "IsEnabled": true,
              "ExtendedAttributes": [],
              "ContainerId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
              "ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
              "Container": null,
              "Id": null
            },
            "AttachedUrl": "attachedurl",
            "HasReplies": true,
            "ContentId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
            "ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
            "Url": "url",
            "Content": {
              "CreatedByUser": null,
              "ContentId": "fe65240b-044c-4292-9946-f10e0361ecff",
              "ContentTypeId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
              "CreatedDate": "\/Date(1323406800000-0500)\/",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Application": null
            },
            "Id": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1"
          },
          "Id": 52
        }
      ],
      "DateCreated": "\/Date(1332993600000-0400)\/",
      "LatestPostDate": "\/Date(1334808000000-0400)\/",
      "Enabled": true,
      "EnableAbout": true,
      "AboutTitle": "abouttitle",
      "AboutDescription": "aboutdescription",
      "EnableCommentsOverride": true,
      "ShowContact": true,
      "PostCount": 19,
      "CommentCount": 112,
      "SearchUniqueId": "searchuniqueid",
      "Application": {
        "ApplicationId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
        "ApplicationTypeId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
        "HtmlName": "htmlname",
        "HtmlDescription": "htmldescription",
        "Url": "url",
        "AvatarUrl": "avatarurl",
        "Container": {
          "ContainerId": "6cdcf200-3bad-476d-af45-97b52545c337",
          "ContainerTypeId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
          "HtmlName": "htmlname",
          "Url": "url",
          "AvatarUrl": "avatarurl"
        }
      },
      "Title": "title",
      "ExtendedAttributes": [
        {
          "Key": "key",
          "Value": "value"
        },
        {
          "Key": "key",
          "Value": "value"
        }
      ],
      "Id": 61
    },
    {
      "Name": "title",
      "Key": "key",
      "Url": "url",
      "Description": "description",
      "Group": {
        "AvatarUrl": "avatarurl",
        "DateCreated": "\/Date(1326690000000-0500)\/",
        "Description": "description",
        "Key": "key",
        "Name": "name",
        "ParentGroupId": 18,
        "Url": "url",
        "TotalMembers": 76,
        "HasGroups": true,
        "GroupCount": 6,
        "GroupType": 0,
        "EnableGroupMessages": true,
        "EnableContact": true,
        "SearchUniqueId": "searchuniqueid",
        "IsEnabled": true,
        "ExtendedAttributes": [
          {
            "Key": "key",
            "Value": "value"
          },
          {
            "Key": "key",
            "Value": "value"
          }
        ],
        "ContainerId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
        "ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
        "Container": {
          "ContainerId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
          "ContainerTypeId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
          "HtmlName": "htmlname",
          "Url": "url",
          "AvatarUrl": "avatarurl"
        },
        "Id": 25
      },
      "Authors": [
        {
          "AvatarUrl": "avatarurl",
          "DisplayName": "displayname",
          "ProfileUrl": "profileurl",
          "Username": "username",
          "CurrentStatus": {
            "Author": {
              "AvatarUrl": "avatarurl",
              "DisplayName": "displayname",
              "ProfileUrl": "profileurl",
              "Username": "username",
              "CurrentStatus": null,
              "Id": null
            },
            "Body": "body",
            "CreatedDate": "\/Date(1325653200000-0500)\/",
            "ReplyCount": 8,
            "Group": {
              "AvatarUrl": "avatarurl",
              "DateCreated": null,
              "Description": "description",
              "Key": "key",
              "Name": "name",
              "Url": "url",
              "TotalMembers": null,
              "HasGroups": true,
              "GroupCount": null,
              "GroupType": null,
              "EnableGroupMessages": true,
              "EnableContact": true,
              "SearchUniqueId": "searchuniqueid",
              "IsEnabled": true,
              "ExtendedAttributes": [],
              "ContainerId": "fe65240b-044c-4292-9946-f10e0361ecff",
              "ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
              "Container": null,
              "Id": null
            },
            "AttachedUrl": "attachedurl",
            "HasReplies": true,
            "ContentId": "6cdcf200-3bad-476d-af45-97b52545c337",
            "ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
            "Url": "url",
            "Content": {
              "CreatedByUser": null,
              "ContentId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
              "ContentTypeId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
              "CreatedDate": "\/Date(1335931200000-0400)\/",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Application": null
            },
            "Id": "6cdcf200-3bad-476d-af45-97b52545c337"
          },
          "Id": 4
        },
        {
          "AvatarUrl": "avatarurl",
          "DisplayName": "displayname",
          "ProfileUrl": "profileurl",
          "Username": "username",
          "CurrentStatus": {
            "Author": {
              "AvatarUrl": "avatarurl",
              "DisplayName": "displayname",
              "ProfileUrl": "profileurl",
              "Username": "username",
              "CurrentStatus": null,
              "Id": null
            },
            "Body": "body",
            "CreatedDate": "\/Date(1338782400000-0400)\/",
            "ReplyCount": 7,
            "Group": {
              "AvatarUrl": "avatarurl",
              "DateCreated": null,
              "Description": "description",
              "Key": "key",
              "Name": "name",
              "Url": "url",
              "TotalMembers": null,
              "HasGroups": true,
              "GroupCount": null,
              "GroupType": null,
              "EnableGroupMessages": true,
              "EnableContact": true,
              "SearchUniqueId": "searchuniqueid",
              "IsEnabled": true,
              "ExtendedAttributes": [],
              "ContainerId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
              "ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
              "Container": null,
              "Id": null
            },
            "AttachedUrl": "attachedurl",
            "HasReplies": true,
            "ContentId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
            "ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
            "Url": "url",
            "Content": {
              "CreatedByUser": null,
              "ContentId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
              "ContentTypeId": "fe65240b-044c-4292-9946-f10e0361ecff",
              "CreatedDate": "\/Date(1306555200000-0400)\/",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Application": null
            },
            "Id": "2d525bad-c4df-470d-a193-a1c6d66e5c3e"
          },
          "Id": 27
        }
      ],
      "DateCreated": "\/Date(1323406800000-0500)\/",
      "LatestPostDate": "\/Date(1332993600000-0400)\/",
      "Enabled": true,
      "EnableAbout": true,
      "AboutTitle": "abouttitle",
      "AboutDescription": "aboutdescription",
      "EnableCommentsOverride": true,
      "ShowContact": true,
      "PostCount": 32,
      "CommentCount": 52,
      "SearchUniqueId": "searchuniqueid",
      "Application": {
        "ApplicationId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
        "ApplicationTypeId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
        "HtmlName": "htmlname",
        "HtmlDescription": "htmldescription",
        "Url": "url",
        "AvatarUrl": "avatarurl",
        "Container": {
          "ContainerId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
          "ContainerTypeId": "6cdcf200-3bad-476d-af45-97b52545c337",
          "HtmlName": "htmlname",
          "Url": "url",
          "AvatarUrl": "avatarurl"
        }
      },
      "Title": "title",
      "ExtendedAttributes": [
        {
          "Key": "key",
          "Value": "value"
        },
        {
          "Key": "key",
          "Value": "value"
        }
      ],
      "Id": 19
    }
  ],
  "Info": [
    "string",
    "string"
  ],
  "Warnings": [
    "string",
    "string"
  ],
  "Errors": [
    "string",
    "string"
  ]
}