Request Parameters
| Name | Type | Description | Location | Required | Default | Options | 
|---|---|---|---|---|---|---|
| UserId | int | Filter by user who earned points | Query String | Optional | ||
| ContainerId | Guid | Filter by Container to list points earned within a group | Query String | Optional | ||
| ApplicationId | Guid | Filter by Application to list points earned within an application | Query String | Optional | ||
| ContentId | Guid | Filter by Content to list points earned on specific content. If ContentId is specified, ContentTypeId is required. | Query String | Optional | ||
| ContentTypeId | Guid | Filter by Content type identifier of the ContentId specified | Query String | Optional | ||
| TypeId | Guid | Categorization type of the point transaction | Query String | Optional | ||
| StartDate | DateTime | Filter point transactions by the date they occured. If StartDate is provided only point transactions that occured after the specified StartDate will be returned. | Query String | Optional | ||
| EndDate | DateTime | Filter point transactions by the date they occured. If EndDate is provided only point transactions that occured before the specified EndDate will be returned. | Query String | Optional | ||
| SortOrder | string | Accepted values are: Ascending, Descending | Query String | Optional | Descending | |
| SortBy | string | Accepted values are: CreatedDate, Value | Query String | Optional | CreatedDate | |
| PageSize | int | Number of results to return | Query String | Optional | 10 | |
| PageIndex | int | Page of results to return | Query String | Optional | 0 | 
Example Requests
C# REST SDK
This example uses the REST SDK to access the Community REST API within a .Net C# application. In the example, USER_NAME is the user name of the effective user for the request and OAUTH_CLIENT_ID and OAUTH_SECRET are the OAuth client ID and secret, respectively, associated to this application as configured in Administration > Integration > OAuth Clients with the "Client Credentials" grant type enabled. See the documentation for the REST SDK for more details about installation, configuration, and usage options.
var host = new ClientCredentialsRestHost("USER_NAME", "https://mysite.com/", "OAUTH_CLIENT_ID", "OAUTH_SECRET");
var response = host.GetToDynamic(2, "pointtransactions.json", false);Widget Javascript
This example uses the rest JavaScript API to access the Community REST API within the Community web UI. When accessing the REST API through the javascript API, the effective user is the current contextual user of the web interface.
jQuery.telligent.evolution.get({
	url: jQuery.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/pointtransactions.json',
	success: function(response) {
	}
});cURL
This example uses the cURL command-line HTTP utility. ENCODED_TOKEN in the example is the base64-encoded concatenation of the user's API key (created from the user's profile), a colon (:), and the user's user name. Learn more about using the REST API.
curl -H "Rest-User-Token: ENCODED_TOKEN" -X GET https://mysite.com/api.ashx/v2/pointtransactions.xml
Example Responses
XML
<?xml version="1.0" encoding="utf-16"?>
<Response>
  <PointTransactions PageSize="2" PageIndex="0" TotalCount="2">
    <PointTransaction>
      <Id>0</Id>
      <Description>description</Description>
      <CreatedDate>2012-01-04T00:00:00</CreatedDate>
      <Value>6</Value>
      <TypeId>49fec544-6df7-4a82-872b-f8be586d5e9e</TypeId>
      <User>
        <Id>19</Id>
        <AvatarUrl>avatarurl</AvatarUrl>
        <DisplayName>displayname</DisplayName>
        <ProfileUrl>profileurl</ProfileUrl>
        <Username>username</Username>
        <CurrentStatus>
          <Id>fe65240b-044c-4292-9946-f10e0361ecff</Id>
          <Author>
            <Id>8</Id>
            <AvatarUrl>avatarurl</AvatarUrl>
            <DisplayName>displayname</DisplayName>
            <ProfileUrl>profileurl</ProfileUrl>
            <Username>username</Username>
            <CurrentStatus>
              <Id>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</Id>
              <Body>body</Body>
              <CreatedDate />
              <ReplyCount>25</ReplyCount>
              <AttachedUrl>attachedurl</AttachedUrl>
              <ContentId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContentId>
              <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
              <Url>url</Url>
              <IsPublished>true</IsPublished>
            </CurrentStatus>
          </Author>
          <Body>body</Body>
          <CreatedDate>2012-05-02T00:00:00</CreatedDate>
          <ReplyCount>4</ReplyCount>
          <Group>
            <Id>52</Id>
            <AvatarUrl>avatarurl</AvatarUrl>
            <DateCreated>2012-06-04T00:00:00</DateCreated>
            <Description>description</Description>
            <Key>key</Key>
            <Name>name</Name>
            <ParentGroupId>7</ParentGroupId>
            <Url>url</Url>
            <TotalMembers>27</TotalMembers>
            <HasGroups>true</HasGroups>
            <GroupCount>32</GroupCount>
            <GroupType>grouptype</GroupType>
            <EnableGroupMessages>true</EnableGroupMessages>
            <EnableContact>true</EnableContact>
            <SearchUniqueId>searchuniqueid</SearchUniqueId>
            <ExtendedAttributes />
            <ContainerId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContainerId>
            <Container>
              <ContainerId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContainerId>
              <ContainerTypeId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ContainerTypeId>
              <HtmlName>htmlname</HtmlName>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Container>
          </Group>
          <AttachedUrl>attachedurl</AttachedUrl>
          <ContentId>fe65240b-044c-4292-9946-f10e0361ecff</ContentId>
          <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
          <Url>url</Url>
          <IsPublished>true</IsPublished>
          <Content>
            <CreatedByUser>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DisplayName>displayname</DisplayName>
              <ProfileUrl>profileurl</ProfileUrl>
              <Username>username</Username>
            </CreatedByUser>
            <ContentId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContentId>
            <ContentTypeId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContentTypeId>
            <CreatedDate>2011-05-28T00:00:00</CreatedDate>
            <HtmlName>htmlname</HtmlName>
            <HtmlDescription>htmldescription</HtmlDescription>
            <Url>url</Url>
            <AvatarUrl>avatarurl</AvatarUrl>
            <Application>
              <ApplicationId>49fec544-6df7-4a82-872b-f8be586d5e9e</ApplicationId>
              <ApplicationTypeId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ApplicationTypeId>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Application>
          </Content>
        </CurrentStatus>
      </User>
      <Content>
        <CreatedByUser>
          <Id>61</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>2011-12-09T00:00:00</CreatedDate>
            <ReplyCount>112</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>grouptype</GroupType>
              <EnableGroupMessages>true</EnableGroupMessages>
              <EnableContact>true</EnableContact>
              <SearchUniqueId>searchuniqueid</SearchUniqueId>
              <ExtendedAttributes />
              <ContainerId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContainerId>
            </Group>
            <AttachedUrl>attachedurl</AttachedUrl>
            <ContentId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContentId>
            <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
            <Url>url</Url>
            <IsPublished>true</IsPublished>
            <Content>
              <ContentId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContentId>
              <ContentTypeId>6cdcf200-3bad-476d-af45-97b52545c337</ContentTypeId>
              <CreatedDate>2012-03-29T00:00:00</CreatedDate>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Content>
          </CurrentStatus>
        </CreatedByUser>
        <ContentId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContentId>
        <ContentTypeId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContentTypeId>
        <CreatedDate>2012-04-19T00:00:00</CreatedDate>
        <HtmlName>htmlname</HtmlName>
        <HtmlDescription>htmldescription</HtmlDescription>
        <Url>url</Url>
        <AvatarUrl>avatarurl</AvatarUrl>
        <Application>
          <ApplicationId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ApplicationId>
          <ApplicationTypeId>fe65240b-044c-4292-9946-f10e0361ecff</ApplicationTypeId>
          <HtmlName>htmlname</HtmlName>
          <HtmlDescription>htmldescription</HtmlDescription>
          <Url>url</Url>
          <AvatarUrl>avatarurl</AvatarUrl>
          <Container>
            <ContainerId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContainerId>
            <ContainerTypeId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContainerTypeId>
            <HtmlName>htmlname</HtmlName>
            <Url>url</Url>
            <AvatarUrl>avatarurl</AvatarUrl>
          </Container>
        </Application>
      </Content>
    </PointTransaction>
    <PointTransaction>
      <Id>0</Id>
      <Description>description</Description>
      <CreatedDate>2012-01-16T00:00:00</CreatedDate>
      <Value>18</Value>
      <TypeId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</TypeId>
      <User>
        <Id>32</Id>
        <AvatarUrl>avatarurl</AvatarUrl>
        <DisplayName>displayname</DisplayName>
        <ProfileUrl>profileurl</ProfileUrl>
        <Username>username</Username>
        <CurrentStatus>
          <Id>6cdcf200-3bad-476d-af45-97b52545c337</Id>
          <Author>
            <Id>6</Id>
            <AvatarUrl>avatarurl</AvatarUrl>
            <DisplayName>displayname</DisplayName>
            <ProfileUrl>profileurl</ProfileUrl>
            <Username>username</Username>
            <CurrentStatus>
              <Id>e3715662-2528-4ba1-84a7-bfcd9d548f80</Id>
              <Body>body</Body>
              <CreatedDate />
              <ReplyCount>76</ReplyCount>
              <AttachedUrl>attachedurl</AttachedUrl>
              <ContentId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContentId>
              <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
              <Url>url</Url>
              <IsPublished>true</IsPublished>
            </CurrentStatus>
          </Author>
          <Body>body</Body>
          <CreatedDate>2012-01-04T00:00:00</CreatedDate>
          <ReplyCount>25</ReplyCount>
          <Group>
            <Id>27</Id>
            <AvatarUrl>avatarurl</AvatarUrl>
            <DateCreated>2012-05-02T00:00:00</DateCreated>
            <Description>description</Description>
            <Key>key</Key>
            <Name>name</Name>
            <ParentGroupId>8</ParentGroupId>
            <Url>url</Url>
            <TotalMembers>4</TotalMembers>
            <HasGroups>true</HasGroups>
            <GroupCount>7</GroupCount>
            <GroupType>grouptype</GroupType>
            <EnableGroupMessages>true</EnableGroupMessages>
            <EnableContact>true</EnableContact>
            <SearchUniqueId>searchuniqueid</SearchUniqueId>
            <ExtendedAttributes />
            <ContainerId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContainerId>
            <Container>
              <ContainerId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContainerId>
              <ContainerTypeId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContainerTypeId>
              <HtmlName>htmlname</HtmlName>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Container>
          </Group>
          <AttachedUrl>attachedurl</AttachedUrl>
          <ContentId>6cdcf200-3bad-476d-af45-97b52545c337</ContentId>
          <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
          <Url>url</Url>
          <IsPublished>true</IsPublished>
          <Content>
            <CreatedByUser>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DisplayName>displayname</DisplayName>
              <ProfileUrl>profileurl</ProfileUrl>
              <Username>username</Username>
            </CreatedByUser>
            <ContentId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContentId>
            <ContentTypeId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContentTypeId>
            <CreatedDate>2012-06-04T00:00:00</CreatedDate>
            <HtmlName>htmlname</HtmlName>
            <HtmlDescription>htmldescription</HtmlDescription>
            <Url>url</Url>
            <AvatarUrl>avatarurl</AvatarUrl>
            <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>
            </Application>
          </Content>
        </CurrentStatus>
      </User>
      <Content>
        <CreatedByUser>
          <Id>19</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>2011-05-28T00:00:00</CreatedDate>
            <ReplyCount>52</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>grouptype</GroupType>
              <EnableGroupMessages>true</EnableGroupMessages>
              <EnableContact>true</EnableContact>
              <SearchUniqueId>searchuniqueid</SearchUniqueId>
              <ExtendedAttributes />
              <ContainerId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContainerId>
            </Group>
            <AttachedUrl>attachedurl</AttachedUrl>
            <ContentId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContentId>
            <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
            <Url>url</Url>
            <IsPublished>true</IsPublished>
            <Content>
              <ContentId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContentId>
              <ContentTypeId>fe65240b-044c-4292-9946-f10e0361ecff</ContentTypeId>
              <CreatedDate>2011-12-09T00:00:00</CreatedDate>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Content>
          </CurrentStatus>
        </CreatedByUser>
        <ContentId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContentId>
        <ContentTypeId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ContentTypeId>
        <CreatedDate>2012-03-29T00:00:00</CreatedDate>
        <HtmlName>htmlname</HtmlName>
        <HtmlDescription>htmldescription</HtmlDescription>
        <Url>url</Url>
        <AvatarUrl>avatarurl</AvatarUrl>
        <Application>
          <ApplicationId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ApplicationId>
          <ApplicationTypeId>6cdcf200-3bad-476d-af45-97b52545c337</ApplicationTypeId>
          <HtmlName>htmlname</HtmlName>
          <HtmlDescription>htmldescription</HtmlDescription>
          <Url>url</Url>
          <AvatarUrl>avatarurl</AvatarUrl>
          <Container>
            <ContainerId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContainerId>
            <ContainerTypeId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContainerTypeId>
            <HtmlName>htmlname</HtmlName>
            <Url>url</Url>
            <AvatarUrl>avatarurl</AvatarUrl>
          </Container>
        </Application>
      </Content>
    </PointTransaction>
  </PointTransactions>
  <Errors>
    <Message>string</Message>
    <Message>string</Message>
  </Errors>
</Response>JSON
{
  "PageSize": 2,
  "PageIndex": 0,
  "TotalCount": 2,
  "PointTransactions": [
    {
      "Description": "description",
      "CreatedDate": "2012-01-04T00:00:00",
      "Value": 6,
      "TypeId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
      "User": {
        "AvatarUrl": "avatarurl",
        "DisplayName": "displayname",
        "ProfileUrl": "profileurl",
        "Username": "username",
        "CurrentStatus": {
          "Author": {
            "AvatarUrl": "avatarurl",
            "DisplayName": "displayname",
            "ProfileUrl": "profileurl",
            "Username": "username",
            "CurrentStatus": {
              "Author": null,
              "Body": "body",
              "CreatedDate": null,
              "ReplyCount": 25,
              "Group": null,
              "AttachedUrl": "attachedurl",
              "HasReplies": null,
              "ContentId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
              "ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
              "Url": "url",
              "IsPublished": true,
              "Content": null,
              "Id": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46"
            },
            "Id": 8
          },
          "Body": "body",
          "CreatedDate": "2012-05-02T00:00:00",
          "ReplyCount": 4,
          "Group": {
            "AvatarUrl": "avatarurl",
            "DateCreated": "2012-06-04T00:00:00",
            "Description": "description",
            "Key": "key",
            "Name": "name",
            "ParentGroupId": 7,
            "Url": "url",
            "TotalMembers": 27,
            "HasGroups": true,
            "GroupCount": 32,
            "GroupType": "grouptype",
            "EnableGroupMessages": true,
            "EnableContact": true,
            "SearchUniqueId": "searchuniqueid",
            "IsEnabled": true,
            "ExtendedAttributes": [],
            "ContainerId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
            "ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
            "Container": {
              "ContainerId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
              "ContainerTypeId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
              "HtmlName": "htmlname",
              "Url": "url",
              "AvatarUrl": "avatarurl"
            },
            "Id": 52
          },
          "AttachedUrl": "attachedurl",
          "HasReplies": true,
          "ContentId": "fe65240b-044c-4292-9946-f10e0361ecff",
          "ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
          "Url": "url",
          "IsPublished": true,
          "Content": {
            "CreatedByUser": {
              "AvatarUrl": "avatarurl",
              "DisplayName": "displayname",
              "ProfileUrl": "profileurl",
              "Username": "username",
              "CurrentStatus": null,
              "Id": null
            },
            "ContentId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
            "ContentTypeId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
            "CreatedDate": "2011-05-28T00:00:00",
            "HtmlName": "htmlname",
            "HtmlDescription": "htmldescription",
            "Url": "url",
            "AvatarUrl": "avatarurl",
            "Application": {
              "ApplicationId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
              "ApplicationTypeId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Container": null
            }
          },
          "Id": "fe65240b-044c-4292-9946-f10e0361ecff"
        },
        "Id": 19
      },
      "Content": {
        "CreatedByUser": {
          "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": "2011-12-09T00:00:00",
            "ReplyCount": 112,
            "Group": {
              "AvatarUrl": "avatarurl",
              "DateCreated": null,
              "Description": "description",
              "Key": "key",
              "Name": "name",
              "Url": "url",
              "TotalMembers": null,
              "HasGroups": true,
              "GroupCount": null,
              "GroupType": "grouptype",
              "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",
            "IsPublished": true,
            "Content": {
              "CreatedByUser": null,
              "ContentId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
              "ContentTypeId": "6cdcf200-3bad-476d-af45-97b52545c337",
              "CreatedDate": "2012-03-29T00:00:00",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Application": null
            },
            "Id": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4"
          },
          "Id": 61
        },
        "ContentId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
        "ContentTypeId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
        "CreatedDate": "2012-04-19T00:00:00",
        "HtmlName": "htmlname",
        "HtmlDescription": "htmldescription",
        "Url": "url",
        "AvatarUrl": "avatarurl",
        "Application": {
          "ApplicationId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
          "ApplicationTypeId": "fe65240b-044c-4292-9946-f10e0361ecff",
          "HtmlName": "htmlname",
          "HtmlDescription": "htmldescription",
          "Url": "url",
          "AvatarUrl": "avatarurl",
          "Container": {
            "ContainerId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
            "ContainerTypeId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
            "HtmlName": "htmlname",
            "Url": "url",
            "AvatarUrl": "avatarurl"
          }
        }
      },
      "Id": 0
    },
    {
      "Description": "description",
      "CreatedDate": "2012-01-16T00:00:00",
      "Value": 18,
      "TypeId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
      "User": {
        "AvatarUrl": "avatarurl",
        "DisplayName": "displayname",
        "ProfileUrl": "profileurl",
        "Username": "username",
        "CurrentStatus": {
          "Author": {
            "AvatarUrl": "avatarurl",
            "DisplayName": "displayname",
            "ProfileUrl": "profileurl",
            "Username": "username",
            "CurrentStatus": {
              "Author": null,
              "Body": "body",
              "CreatedDate": null,
              "ReplyCount": 76,
              "Group": null,
              "AttachedUrl": "attachedurl",
              "HasReplies": null,
              "ContentId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
              "ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
              "Url": "url",
              "IsPublished": true,
              "Content": null,
              "Id": "e3715662-2528-4ba1-84a7-bfcd9d548f80"
            },
            "Id": 6
          },
          "Body": "body",
          "CreatedDate": "2012-01-04T00:00:00",
          "ReplyCount": 25,
          "Group": {
            "AvatarUrl": "avatarurl",
            "DateCreated": "2012-05-02T00:00:00",
            "Description": "description",
            "Key": "key",
            "Name": "name",
            "ParentGroupId": 8,
            "Url": "url",
            "TotalMembers": 4,
            "HasGroups": true,
            "GroupCount": 7,
            "GroupType": "grouptype",
            "EnableGroupMessages": true,
            "EnableContact": true,
            "SearchUniqueId": "searchuniqueid",
            "IsEnabled": true,
            "ExtendedAttributes": [],
            "ContainerId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
            "ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
            "Container": {
              "ContainerId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
              "ContainerTypeId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
              "HtmlName": "htmlname",
              "Url": "url",
              "AvatarUrl": "avatarurl"
            },
            "Id": 27
          },
          "AttachedUrl": "attachedurl",
          "HasReplies": true,
          "ContentId": "6cdcf200-3bad-476d-af45-97b52545c337",
          "ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
          "Url": "url",
          "IsPublished": true,
          "Content": {
            "CreatedByUser": {
              "AvatarUrl": "avatarurl",
              "DisplayName": "displayname",
              "ProfileUrl": "profileurl",
              "Username": "username",
              "CurrentStatus": null,
              "Id": null
            },
            "ContentId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
            "ContentTypeId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
            "CreatedDate": "2012-06-04T00:00:00",
            "HtmlName": "htmlname",
            "HtmlDescription": "htmldescription",
            "Url": "url",
            "AvatarUrl": "avatarurl",
            "Application": {
              "ApplicationId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
              "ApplicationTypeId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Container": null
            }
          },
          "Id": "6cdcf200-3bad-476d-af45-97b52545c337"
        },
        "Id": 32
      },
      "Content": {
        "CreatedByUser": {
          "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": "2011-05-28T00:00:00",
            "ReplyCount": 52,
            "Group": {
              "AvatarUrl": "avatarurl",
              "DateCreated": null,
              "Description": "description",
              "Key": "key",
              "Name": "name",
              "Url": "url",
              "TotalMembers": null,
              "HasGroups": true,
              "GroupCount": null,
              "GroupType": "grouptype",
              "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",
            "IsPublished": true,
            "Content": {
              "CreatedByUser": null,
              "ContentId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
              "ContentTypeId": "fe65240b-044c-4292-9946-f10e0361ecff",
              "CreatedDate": "2011-12-09T00:00:00",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Application": null
            },
            "Id": "2d525bad-c4df-470d-a193-a1c6d66e5c3e"
          },
          "Id": 19
        },
        "ContentId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
        "ContentTypeId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
        "CreatedDate": "2012-03-29T00:00:00",
        "HtmlName": "htmlname",
        "HtmlDescription": "htmldescription",
        "Url": "url",
        "AvatarUrl": "avatarurl",
        "Application": {
          "ApplicationId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
          "ApplicationTypeId": "6cdcf200-3bad-476d-af45-97b52545c337",
          "HtmlName": "htmlname",
          "HtmlDescription": "htmldescription",
          "Url": "url",
          "AvatarUrl": "avatarurl",
          "Container": {
            "ContainerId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
            "ContainerTypeId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
            "HtmlName": "htmlname",
            "Url": "url",
            "AvatarUrl": "avatarurl"
          }
        }
      },
      "Id": 0
    }
  ],
  "Errors": [
    "string",
    "string"
  ]
}