URLs

GET api.ashx/v2/related/{id}.xml (or .json)

LIST related content.

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

LIST search results.

Request Parameters

NameTypeDescriptionRequiredDefaultOptions
QuerystringQuery is not required but you should use either Query or Filters otherwise you'll get all documents in the search index.Optional
FiltersstringFilters is not required but you should use either Query or Filters otherwise you'll get all documents in the search index.Optional
SortstringTwo options for sort are titlesort and date and it also supports asc and desc. To sort by title ascending use sort=titlesort+asc, to sort by date descending use sort=date+desc.Optional
StartDateDateTime?Start DateOptional
EndDateDateTime?End DateOptional
Collapsebool?Result collapsing will default to false if not specified.Optional
FieldFacetsstringField FacetsOptional
DateRangeFacetsstringDate Range FacetsOptional
FieldFiltersstringField FiltersOptional
DateRangeFiltersstringDate Range FiltersOptional
TagsstringComma delimited list of tags.Optional
LogicallyOrTagsbool?Whether to AND or OR tags specified in the Tags parameter. Default is False, logically AND tags.Optional
Mltbool?More Like This. Can be used in conjunction with Filters. If using MLT, Id should be set.Optional
IdstringUsed when using MLT.Optional
GuidIdGuid?The GUID representing the content.Optional
ApplicationIdGuid?The GUID representing the application.Optional
ContainerIdGuid?The GUID representing the container.Optional
CategorystringCategoryOptional
IsContentbool?Is ContentOptional
IsApplicationbool?Is ApplicationOptional
IsContainerbool?Is ContainerOptional
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/related/id.xml";

var xml = webClient.DownloadString(requestUrl));

Console.WriteLine(xml);

Widget Javascript

jQuery.telligent.evolution.get({
   url: jQuery.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/related/id.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>
  <SearchResults PageSize="2" PageIndex="0" TotalCount="2">
    <SearchResult>
      <Id>id</Id>
      <ContentId>contentid</ContentId>
      <Title>title</Title>
      <Url>url</Url>
      <Date>2012-01-04T00:00:00</Date>
      <ContentType>contenttype</ContentType>
      <Body>body</Body>
      <BestMatch>bestmatch</BestMatch>
      <BestMatchTitle>bestmatchtitle</BestMatchTitle>
      <SearchFields>
        <name>value</name>
        <name>value</name>
      </SearchFields>
      <SectionId>6</SectionId>
      <ThreadId>25</ThreadId>
      <WikiId>8</WikiId>
      <Tags>
        <Tag>value</Tag>
        <Tag>value</Tag>
      </Tags>
      <Group>
        <Id>32</Id>
        <AvatarUrl>avatarurl</AvatarUrl>
        <DateCreated>2012-05-02T00:00:00</DateCreated>
        <Description>description</Description>
        <Key>key</Key>
        <Name>name</Name>
        <ParentGroupId>4</ParentGroupId>
        <Url>url</Url>
        <TotalMembers>7</TotalMembers>
        <HasGroups>true</HasGroups>
        <GroupCount>27</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>
      <Users>
        <User xmlns:q1="Telligent.Evolution.Rest.Entities.RestUser">
          <Id>61</Id>
          <ContentId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContentId>
          <ContentTypeId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContentTypeId>
          <Content>
            <CreatedByUser>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DisplayName>displayname</DisplayName>
              <ProfileUrl>profileurl</ProfileUrl>
              <Username>username</Username>
            </CreatedByUser>
            <ContentId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ContentId>
            <ContentTypeId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContentTypeId>
            <CreatedDate>2012-06-04T00:00:00</CreatedDate>
            <HtmlName>htmlname</HtmlName>
            <HtmlDescription>htmldescription</HtmlDescription>
            <Url>url</Url>
            <AvatarUrl>avatarurl</AvatarUrl>
            <Application>
              <ApplicationId>6cdcf200-3bad-476d-af45-97b52545c337</ApplicationId>
              <ApplicationTypeId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ApplicationTypeId>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Application>
          </Content>
          <AllowSitePartnersToContact>true</AllowSitePartnersToContact>
          <AllowSiteToContact>true</AllowSiteToContact>
          <AvatarUrl>avatarurl</AvatarUrl>
          <Bio>bio</Bio>
          <Birthday>2011-05-28T00:00:00</Birthday>
          <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-12-09T00: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 />
              <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>2012-03-29T00:00:00</CreatedDate>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Content>
          </CurrentStatus>
          <DateFormat>dateformat</DateFormat>
          <DisplayName>displayname</DisplayName>
          <ConversationContactType>conversationcontacttype</ConversationContactType>
          <EditorType>editortype</EditorType>
          <EnableCommentNotifications>true</EnableCommentNotifications>
          <EnableConversationNotifications>true</EnableConversationNotifications>
          <EnableDisplayInMemberList>true</EnableDisplayInMemberList>
          <EnableDisplayName>true</EnableDisplayName>
          <EnableEmoticons>true</EnableEmoticons>
          <EnableFavoriteSharing>true</EnableFavoriteSharing>
          <ReceiveEmails>true</ReceiveEmails>
          <EnableHtmlEmail>true</EnableHtmlEmail>
          <EnableTracking>true</EnableTracking>
          <EnableUserSignatures>true</EnableUserSignatures>
          <Gender>NotSet</Gender>
          <JoinDate>2012-04-19T00:00:00</JoinDate>
          <LastLoginDate>2012-01-16T00:00:00</LastLoginDate>
          <Language>language</Language>
          <Location>location</Location>
          <Points>19</Points>
          <PostSortOrder>Ascending</PostSortOrder>
          <PrivateEmail>privateemail</PrivateEmail>
          <ProfileUrl>profileurl</ProfileUrl>
          <PublicEmail>publicemail</PublicEmail>
          <Signature>signature</Signature>
          <TimeZone>0.33</TimeZone>
          <TimeZoneInfo>timezoneinfo</TimeZoneInfo>
          <TimeZoneId>timezoneid</TimeZoneId>
          <Username>username</Username>
          <Password>password</Password>
          <WebUrl>weburl</WebUrl>
          <ProfileFields>
            <label label="label">value</label>
            <label label="label">value</label>
          </ProfileFields>
          <AccountStatus>accountstatus</AccountStatus>
          <TotalPosts>112</TotalPosts>
          <RssFeeds>
            <string>string</string>
            <string>string</string>
          </RssFeeds>
          <SearchUniqueId>searchuniqueid</SearchUniqueId>
          <ExtendedAttributes>
            <key>value</key>
            <key>value</key>
          </ExtendedAttributes>
        </User>
        <User xmlns:q2="Telligent.Evolution.Rest.Entities.RestUser">
          <Id>25</Id>
          <ContentId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ContentId>
          <ContentTypeId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContentTypeId>
          <Content>
            <CreatedByUser>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DisplayName>displayname</DisplayName>
              <ProfileUrl>profileurl</ProfileUrl>
              <Username>username</Username>
            </CreatedByUser>
            <ContentId>6cdcf200-3bad-476d-af45-97b52545c337</ContentId>
            <ContentTypeId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContentTypeId>
            <CreatedDate>2012-01-04T00:00:00</CreatedDate>
            <HtmlName>htmlname</HtmlName>
            <HtmlDescription>htmldescription</HtmlDescription>
            <Url>url</Url>
            <AvatarUrl>avatarurl</AvatarUrl>
            <Application>
              <ApplicationId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ApplicationId>
              <ApplicationTypeId>49fec544-6df7-4a82-872b-f8be586d5e9e</ApplicationTypeId>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Application>
          </Content>
          <AllowSitePartnersToContact>true</AllowSitePartnersToContact>
          <AllowSiteToContact>true</AllowSiteToContact>
          <AvatarUrl>avatarurl</AvatarUrl>
          <Bio>bio</Bio>
          <Birthday>2012-05-02T00:00:00</Birthday>
          <CurrentStatus>
            <Id>e3715662-2528-4ba1-84a7-bfcd9d548f80</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>18</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>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContainerId>
            </Group>
            <AttachedUrl>attachedurl</AttachedUrl>
            <HasReplies>true</HasReplies>
            <ContentId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContentId>
            <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
            <Url>url</Url>
            <Content>
              <ContentId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContentId>
              <ContentTypeId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ContentTypeId>
              <CreatedDate>2011-05-28T00:00:00</CreatedDate>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Content>
          </CurrentStatus>
          <DateFormat>dateformat</DateFormat>
          <DisplayName>displayname</DisplayName>
          <ConversationContactType>conversationcontacttype</ConversationContactType>
          <EditorType>editortype</EditorType>
          <EnableCommentNotifications>true</EnableCommentNotifications>
          <EnableConversationNotifications>true</EnableConversationNotifications>
          <EnableDisplayInMemberList>true</EnableDisplayInMemberList>
          <EnableDisplayName>true</EnableDisplayName>
          <EnableEmoticons>true</EnableEmoticons>
          <EnableFavoriteSharing>true</EnableFavoriteSharing>
          <ReceiveEmails>true</ReceiveEmails>
          <EnableHtmlEmail>true</EnableHtmlEmail>
          <EnableTracking>true</EnableTracking>
          <EnableUserSignatures>true</EnableUserSignatures>
          <Gender>NotSet</Gender>
          <JoinDate>2011-12-09T00:00:00</JoinDate>
          <LastLoginDate>2012-03-29T00:00:00</LastLoginDate>
          <Language>language</Language>
          <Location>location</Location>
          <Points>76</Points>
          <PostSortOrder>Ascending</PostSortOrder>
          <PrivateEmail>privateemail</PrivateEmail>
          <ProfileUrl>profileurl</ProfileUrl>
          <PublicEmail>publicemail</PublicEmail>
          <Signature>signature</Signature>
          <TimeZone>0.25</TimeZone>
          <TimeZoneInfo>timezoneinfo</TimeZoneInfo>
          <TimeZoneId>timezoneid</TimeZoneId>
          <Username>username</Username>
          <Password>password</Password>
          <WebUrl>weburl</WebUrl>
          <ProfileFields>
            <label label="label">value</label>
            <label label="label">value</label>
          </ProfileFields>
          <AccountStatus>accountstatus</AccountStatus>
          <TotalPosts>6</TotalPosts>
          <RssFeeds>
            <string>string</string>
            <string>string</string>
          </RssFeeds>
          <SearchUniqueId>searchuniqueid</SearchUniqueId>
          <ExtendedAttributes>
            <key>value</key>
            <key>value</key>
          </ExtendedAttributes>
        </User>
      </Users>
      <IndexedAt>2012-04-19T00:00:00</IndexedAt>
      <GuidId>6cdcf200-3bad-476d-af45-97b52545c337</GuidId>
      <ApplicationId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ApplicationId>
      <ContainerId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContainerId>
      <ContentTypeId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContentTypeId>
      <IsContent>true</IsContent>
      <IsApplication>true</IsApplication>
      <IsContainer>true</IsContainer>
      <ViewHtml>viewhtml</ViewHtml>
      <PreviewHtml>previewhtml</PreviewHtml>
      <Content>
        <CreatedByUser>
          <Id>4</Id>
          <AvatarUrl>avatarurl</AvatarUrl>
          <DisplayName>displayname</DisplayName>
          <ProfileUrl>profileurl</ProfileUrl>
          <Username>username</Username>
          <CurrentStatus>
            <Id>e3715662-2528-4ba1-84a7-bfcd9d548f80</Id>
            <Author>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DisplayName>displayname</DisplayName>
              <ProfileUrl>profileurl</ProfileUrl>
              <Username>username</Username>
            </Author>
            <Body>body</Body>
            <CreatedDate>2012-01-16T00: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>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContainerId>
            </Group>
            <AttachedUrl>attachedurl</AttachedUrl>
            <HasReplies>true</HasReplies>
            <ContentId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContentId>
            <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
            <Url>url</Url>
            <Content>
              <ContentId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContentId>
              <ContentTypeId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ContentTypeId>
              <CreatedDate>2012-01-04T00:00:00</CreatedDate>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Content>
          </CurrentStatus>
        </CreatedByUser>
        <ContentId>6cdcf200-3bad-476d-af45-97b52545c337</ContentId>
        <ContentTypeId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContentTypeId>
        <CreatedDate>2012-05-02T00:00:00</CreatedDate>
        <HtmlName>htmlname</HtmlName>
        <HtmlDescription>htmldescription</HtmlDescription>
        <Url>url</Url>
        <AvatarUrl>avatarurl</AvatarUrl>
        <Application>
          <ApplicationId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ApplicationId>
          <ApplicationTypeId>49fec544-6df7-4a82-872b-f8be586d5e9e</ApplicationTypeId>
          <HtmlName>htmlname</HtmlName>
          <HtmlDescription>htmldescription</HtmlDescription>
          <Url>url</Url>
          <AvatarUrl>avatarurl</AvatarUrl>
          <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>
        </Application>
      </Content>
    </SearchResult>
    <SearchResult>
      <Id>id</Id>
      <ContentId>contentid</ContentId>
      <Title>title</Title>
      <Url>url</Url>
      <Date>2012-06-04T00:00:00</Date>
      <ContentType>contenttype</ContentType>
      <Body>body</Body>
      <BestMatch>bestmatch</BestMatch>
      <BestMatchTitle>bestmatchtitle</BestMatchTitle>
      <SearchFields>
        <name>value</name>
        <name>value</name>
      </SearchFields>
      <SectionId>7</SectionId>
      <ThreadId>27</ThreadId>
      <WikiId>32</WikiId>
      <Tags>
        <Tag>value</Tag>
        <Tag>value</Tag>
      </Tags>
      <Group>
        <Id>61</Id>
        <AvatarUrl>avatarurl</AvatarUrl>
        <DateCreated>2011-05-28T00:00:00</DateCreated>
        <Description>description</Description>
        <Key>key</Key>
        <Name>name</Name>
        <ParentGroupId>52</ParentGroupId>
        <Url>url</Url>
        <TotalMembers>19</TotalMembers>
        <HasGroups>true</HasGroups>
        <GroupCount>112</GroupCount>
        <GroupType>Joinless</GroupType>
        <EnableGroupMessages>true</EnableGroupMessages>
        <EnableContact>true</EnableContact>
        <SearchUniqueId>searchuniqueid</SearchUniqueId>
        <ExtendedAttributes>
          <key>value</key>
          <key>value</key>
        </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>
      <Users>
        <User xmlns:q1="Telligent.Evolution.Rest.Entities.RestUser">
          <Id>25</Id>
          <ContentId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContentId>
          <ContentTypeId>6cdcf200-3bad-476d-af45-97b52545c337</ContentTypeId>
          <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-12-09T00: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>
          <AllowSitePartnersToContact>true</AllowSitePartnersToContact>
          <AllowSiteToContact>true</AllowSiteToContact>
          <AvatarUrl>avatarurl</AvatarUrl>
          <Bio>bio</Bio>
          <Birthday>2012-03-29T00:00:00</Birthday>
          <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-04-19T00:00:00</CreatedDate>
            <ReplyCount>18</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-01-16T00:00:00</CreatedDate>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Content>
          </CurrentStatus>
          <DateFormat>dateformat</DateFormat>
          <DisplayName>displayname</DisplayName>
          <ConversationContactType>conversationcontacttype</ConversationContactType>
          <EditorType>editortype</EditorType>
          <EnableCommentNotifications>true</EnableCommentNotifications>
          <EnableConversationNotifications>true</EnableConversationNotifications>
          <EnableDisplayInMemberList>true</EnableDisplayInMemberList>
          <EnableDisplayName>true</EnableDisplayName>
          <EnableEmoticons>true</EnableEmoticons>
          <EnableFavoriteSharing>true</EnableFavoriteSharing>
          <ReceiveEmails>true</ReceiveEmails>
          <EnableHtmlEmail>true</EnableHtmlEmail>
          <EnableTracking>true</EnableTracking>
          <EnableUserSignatures>true</EnableUserSignatures>
          <Gender>NotSet</Gender>
          <JoinDate>2012-01-04T00:00:00</JoinDate>
          <LastLoginDate>2012-05-02T00:00:00</LastLoginDate>
          <Language>language</Language>
          <Location>location</Location>
          <Points>76</Points>
          <PostSortOrder>Ascending</PostSortOrder>
          <PrivateEmail>privateemail</PrivateEmail>
          <ProfileUrl>profileurl</ProfileUrl>
          <PublicEmail>publicemail</PublicEmail>
          <Signature>signature</Signature>
          <TimeZone>0.16</TimeZone>
          <TimeZoneInfo>timezoneinfo</TimeZoneInfo>
          <TimeZoneId>timezoneid</TimeZoneId>
          <Username>username</Username>
          <Password>password</Password>
          <WebUrl>weburl</WebUrl>
          <ProfileFields>
            <label label="label">value</label>
            <label label="label">value</label>
          </ProfileFields>
          <AccountStatus>accountstatus</AccountStatus>
          <TotalPosts>6</TotalPosts>
          <RssFeeds>
            <string>string</string>
            <string>string</string>
          </RssFeeds>
          <SearchUniqueId>searchuniqueid</SearchUniqueId>
          <ExtendedAttributes>
            <key>value</key>
            <key>value</key>
          </ExtendedAttributes>
        </User>
        <User xmlns:q2="Telligent.Evolution.Rest.Entities.RestUser">
          <Id>27</Id>
          <ContentId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContentId>
          <ContentTypeId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContentTypeId>
          <Content>
            <CreatedByUser>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DisplayName>displayname</DisplayName>
              <ProfileUrl>profileurl</ProfileUrl>
              <Username>username</Username>
            </CreatedByUser>
            <ContentId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContentId>
            <ContentTypeId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContentTypeId>
            <CreatedDate>2012-06-04T00:00:00</CreatedDate>
            <HtmlName>htmlname</HtmlName>
            <HtmlDescription>htmldescription</HtmlDescription>
            <Url>url</Url>
            <AvatarUrl>avatarurl</AvatarUrl>
            <Application>
              <ApplicationId>fe65240b-044c-4292-9946-f10e0361ecff</ApplicationId>
              <ApplicationTypeId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ApplicationTypeId>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Application>
          </Content>
          <AllowSitePartnersToContact>true</AllowSitePartnersToContact>
          <AllowSiteToContact>true</AllowSiteToContact>
          <AvatarUrl>avatarurl</AvatarUrl>
          <Bio>bio</Bio>
          <Birthday>2011-05-28T00:00:00</Birthday>
          <CurrentStatus>
            <Id>44df201a-07e6-42eb-96c7-8ce7ce35aab6</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>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>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContainerId>
            </Group>
            <AttachedUrl>attachedurl</AttachedUrl>
            <HasReplies>true</HasReplies>
            <ContentId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContentId>
            <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
            <Url>url</Url>
            <Content>
              <ContentId>6cdcf200-3bad-476d-af45-97b52545c337</ContentId>
              <ContentTypeId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContentTypeId>
              <CreatedDate>2012-03-29T00:00:00</CreatedDate>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Content>
          </CurrentStatus>
          <DateFormat>dateformat</DateFormat>
          <DisplayName>displayname</DisplayName>
          <ConversationContactType>conversationcontacttype</ConversationContactType>
          <EditorType>editortype</EditorType>
          <EnableCommentNotifications>true</EnableCommentNotifications>
          <EnableConversationNotifications>true</EnableConversationNotifications>
          <EnableDisplayInMemberList>true</EnableDisplayInMemberList>
          <EnableDisplayName>true</EnableDisplayName>
          <EnableEmoticons>true</EnableEmoticons>
          <EnableFavoriteSharing>true</EnableFavoriteSharing>
          <ReceiveEmails>true</ReceiveEmails>
          <EnableHtmlEmail>true</EnableHtmlEmail>
          <EnableTracking>true</EnableTracking>
          <EnableUserSignatures>true</EnableUserSignatures>
          <Gender>NotSet</Gender>
          <JoinDate>2012-04-19T00:00:00</JoinDate>
          <LastLoginDate>2012-01-16T00:00:00</LastLoginDate>
          <Language>language</Language>
          <Location>location</Location>
          <Points>4</Points>
          <PostSortOrder>Ascending</PostSortOrder>
          <PrivateEmail>privateemail</PrivateEmail>
          <ProfileUrl>profileurl</ProfileUrl>
          <PublicEmail>publicemail</PublicEmail>
          <Signature>signature</Signature>
          <TimeZone>0.75</TimeZone>
          <TimeZoneInfo>timezoneinfo</TimeZoneInfo>
          <TimeZoneId>timezoneid</TimeZoneId>
          <Username>username</Username>
          <Password>password</Password>
          <WebUrl>weburl</WebUrl>
          <ProfileFields>
            <label label="label">value</label>
            <label label="label">value</label>
          </ProfileFields>
          <AccountStatus>accountstatus</AccountStatus>
          <TotalPosts>7</TotalPosts>
          <RssFeeds>
            <string>string</string>
            <string>string</string>
          </RssFeeds>
          <SearchUniqueId>searchuniqueid</SearchUniqueId>
          <ExtendedAttributes>
            <key>value</key>
            <key>value</key>
          </ExtendedAttributes>
        </User>
      </Users>
      <IndexedAt>2012-01-04T00:00:00</IndexedAt>
      <GuidId>49fec544-6df7-4a82-872b-f8be586d5e9e</GuidId>
      <ApplicationId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ApplicationId>
      <ContainerId>fe65240b-044c-4292-9946-f10e0361ecff</ContainerId>
      <ContentTypeId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContentTypeId>
      <IsContent>true</IsContent>
      <IsApplication>true</IsApplication>
      <IsContainer>true</IsContainer>
      <ViewHtml>viewhtml</ViewHtml>
      <PreviewHtml>previewhtml</PreviewHtml>
      <Content>
        <CreatedByUser>
          <Id>52</Id>
          <AvatarUrl>avatarurl</AvatarUrl>
          <DisplayName>displayname</DisplayName>
          <ProfileUrl>profileurl</ProfileUrl>
          <Username>username</Username>
          <CurrentStatus>
            <Id>44df201a-07e6-42eb-96c7-8ce7ce35aab6</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>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>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContainerId>
            </Group>
            <AttachedUrl>attachedurl</AttachedUrl>
            <HasReplies>true</HasReplies>
            <ContentId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContentId>
            <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
            <Url>url</Url>
            <Content>
              <ContentId>6cdcf200-3bad-476d-af45-97b52545c337</ContentId>
              <ContentTypeId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContentTypeId>
              <CreatedDate>2012-06-04T00:00:00</CreatedDate>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Content>
          </CurrentStatus>
        </CreatedByUser>
        <ContentId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContentId>
        <ContentTypeId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContentTypeId>
        <CreatedDate>2011-05-28T00:00:00</CreatedDate>
        <HtmlName>htmlname</HtmlName>
        <HtmlDescription>htmldescription</HtmlDescription>
        <Url>url</Url>
        <AvatarUrl>avatarurl</AvatarUrl>
        <Application>
          <ApplicationId>fe65240b-044c-4292-9946-f10e0361ecff</ApplicationId>
          <ApplicationTypeId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ApplicationTypeId>
          <HtmlName>htmlname</HtmlName>
          <HtmlDescription>htmldescription</HtmlDescription>
          <Url>url</Url>
          <AvatarUrl>avatarurl</AvatarUrl>
          <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>
        </Application>
      </Content>
    </SearchResult>
  </SearchResults>
</Response>

JSON

{
  "PageSize": 2,
  "PageIndex": 0,
  "TotalCount": 2,
  "SearchResults": [
    {
      "Id": "id",
      "ContentId": "contentid",
      "Title": "title",
      "Url": "url",
      "Date": "\/Date(1325653200000-0500)\/",
      "ContentType": "contenttype",
      "Body": "body",
      "BestMatch": "bestmatch",
      "BestMatchTitle": "bestmatchtitle",
      "SearchFields": [
        {
          "Name": "name",
          "Value": "value"
        },
        {
          "Name": "name",
          "Value": "value"
        }
      ],
      "SectionId": 6,
      "ThreadId": 25,
      "WikiId": 8,
      "Tags": [
        {
          "Value": "value"
        },
        {
          "Value": "value"
        }
      ],
      "Group": {
        "AvatarUrl": "avatarurl",
        "DateCreated": "\/Date(1335931200000-0400)\/",
        "Description": "description",
        "Key": "key",
        "Name": "name",
        "ParentGroupId": 4,
        "Url": "url",
        "TotalMembers": 7,
        "HasGroups": true,
        "GroupCount": 27,
        "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": 32
      },
      "Users": [
        {
          "ContentId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
          "ContentTypeId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
          "Content": {
            "CreatedByUser": {
              "AvatarUrl": "avatarurl",
              "DisplayName": "displayname",
              "ProfileUrl": "profileurl",
              "Username": "username",
              "CurrentStatus": null,
              "Id": null
            },
            "ContentId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
            "ContentTypeId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
            "CreatedDate": "\/Date(1338782400000-0400)\/",
            "HtmlName": "htmlname",
            "HtmlDescription": "htmldescription",
            "Url": "url",
            "AvatarUrl": "avatarurl",
            "Application": {
              "ApplicationId": "6cdcf200-3bad-476d-af45-97b52545c337",
              "ApplicationTypeId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Container": null
            }
          },
          "AllowSitePartnersToContact": true,
          "AllowSiteToContact": true,
          "AvatarUrl": "avatarurl",
          "Bio": "bio",
          "Birthday": "\/Date(1306555200000-0400)\/",
          "CurrentStatus": {
            "Author": {
              "AvatarUrl": "avatarurl",
              "DisplayName": "displayname",
              "ProfileUrl": "profileurl",
              "Username": "username",
              "CurrentStatus": null,
              "Id": null
            },
            "Body": "body",
            "CreatedDate": "\/Date(1323406800000-0500)\/",
            "ReplyCount": 52,
            "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(1332993600000-0400)\/",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Application": null
            },
            "Id": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1"
          },
          "DateFormat": "dateformat",
          "DisplayName": "displayname",
          "ConversationContactType": "conversationcontacttype",
          "EditorType": "editortype",
          "EnableCommentNotifications": true,
          "EnableConversationNotifications": true,
          "EnableDisplayInMemberList": true,
          "EnableDisplayName": true,
          "EnableEmoticons": true,
          "EnableFavoriteSharing": true,
          "ReceiveEmails": true,
          "EnableHtmlEmail": true,
          "EnableTracking": true,
          "EnableUserSignatures": true,
          "Gender": 0,
          "JoinDate": "\/Date(1334808000000-0400)\/",
          "LastLoginDate": "\/Date(1326690000000-0500)\/",
          "Language": "language",
          "Location": "location",
          "Points": 19,
          "PostSortOrder": 0,
          "PrivateEmail": "privateemail",
          "ProfileUrl": "profileurl",
          "PublicEmail": "publicemail",
          "Signature": "signature",
          "TimeZone": 0.33,
          "TimeZoneInfo": "timezoneinfo",
          "TimeZoneId": "timezoneid",
          "Username": "username",
          "WebUrl": "weburl",
          "ProfileFields": [
            {
              "LocalName": "label",
              "Label": "label",
              "Value": "value"
            },
            {
              "LocalName": "label",
              "Label": "label",
              "Value": "value"
            }
          ],
          "AccountStatus": "accountstatus",
          "TotalPosts": 112,
          "RssFeeds": [
            "string",
            "string"
          ],
          "SearchUniqueId": "searchuniqueid",
          "ExtendedAttributes": [
            {
              "Key": "key",
              "Value": "value"
            },
            {
              "Key": "key",
              "Value": "value"
            }
          ],
          "Id": 61
        },
        {
          "ContentId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
          "ContentTypeId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
          "Content": {
            "CreatedByUser": {
              "AvatarUrl": "avatarurl",
              "DisplayName": "displayname",
              "ProfileUrl": "profileurl",
              "Username": "username",
              "CurrentStatus": null,
              "Id": null
            },
            "ContentId": "6cdcf200-3bad-476d-af45-97b52545c337",
            "ContentTypeId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
            "CreatedDate": "\/Date(1325653200000-0500)\/",
            "HtmlName": "htmlname",
            "HtmlDescription": "htmldescription",
            "Url": "url",
            "AvatarUrl": "avatarurl",
            "Application": {
              "ApplicationId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
              "ApplicationTypeId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Container": null
            }
          },
          "AllowSitePartnersToContact": true,
          "AllowSiteToContact": true,
          "AvatarUrl": "avatarurl",
          "Bio": "bio",
          "Birthday": "\/Date(1335931200000-0400)\/",
          "CurrentStatus": {
            "Author": {
              "AvatarUrl": "avatarurl",
              "DisplayName": "displayname",
              "ProfileUrl": "profileurl",
              "Username": "username",
              "CurrentStatus": null,
              "Id": null
            },
            "Body": "body",
            "CreatedDate": "\/Date(1338782400000-0400)\/",
            "ReplyCount": 18,
            "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": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
              "ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
              "Container": null,
              "Id": null
            },
            "AttachedUrl": "attachedurl",
            "HasReplies": true,
            "ContentId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
            "ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
            "Url": "url",
            "Content": {
              "CreatedByUser": null,
              "ContentId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
              "ContentTypeId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
              "CreatedDate": "\/Date(1306555200000-0400)\/",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Application": null
            },
            "Id": "e3715662-2528-4ba1-84a7-bfcd9d548f80"
          },
          "DateFormat": "dateformat",
          "DisplayName": "displayname",
          "ConversationContactType": "conversationcontacttype",
          "EditorType": "editortype",
          "EnableCommentNotifications": true,
          "EnableConversationNotifications": true,
          "EnableDisplayInMemberList": true,
          "EnableDisplayName": true,
          "EnableEmoticons": true,
          "EnableFavoriteSharing": true,
          "ReceiveEmails": true,
          "EnableHtmlEmail": true,
          "EnableTracking": true,
          "EnableUserSignatures": true,
          "Gender": 0,
          "JoinDate": "\/Date(1323406800000-0500)\/",
          "LastLoginDate": "\/Date(1332993600000-0400)\/",
          "Language": "language",
          "Location": "location",
          "Points": 76,
          "PostSortOrder": 0,
          "PrivateEmail": "privateemail",
          "ProfileUrl": "profileurl",
          "PublicEmail": "publicemail",
          "Signature": "signature",
          "TimeZone": 0.25,
          "TimeZoneInfo": "timezoneinfo",
          "TimeZoneId": "timezoneid",
          "Username": "username",
          "WebUrl": "weburl",
          "ProfileFields": [
            {
              "LocalName": "label",
              "Label": "label",
              "Value": "value"
            },
            {
              "LocalName": "label",
              "Label": "label",
              "Value": "value"
            }
          ],
          "AccountStatus": "accountstatus",
          "TotalPosts": 6,
          "RssFeeds": [
            "string",
            "string"
          ],
          "SearchUniqueId": "searchuniqueid",
          "ExtendedAttributes": [
            {
              "Key": "key",
              "Value": "value"
            },
            {
              "Key": "key",
              "Value": "value"
            }
          ],
          "Id": 25
        }
      ],
      "IndexedAt": "\/Date(1334808000000-0400)\/",
      "GuidId": "6cdcf200-3bad-476d-af45-97b52545c337",
      "ApplicationId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
      "ContainerId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
      "ContentTypeId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
      "IsContent": true,
      "IsApplication": true,
      "IsContainer": true,
      "ViewHtml": "viewhtml",
      "PreviewHtml": "previewhtml",
      "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": "\/Date(1326690000000-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": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
              "ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
              "Container": null,
              "Id": null
            },
            "AttachedUrl": "attachedurl",
            "HasReplies": true,
            "ContentId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
            "ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
            "Url": "url",
            "Content": {
              "CreatedByUser": null,
              "ContentId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
              "ContentTypeId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
              "CreatedDate": "\/Date(1325653200000-0500)\/",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Application": null
            },
            "Id": "e3715662-2528-4ba1-84a7-bfcd9d548f80"
          },
          "Id": 4
        },
        "ContentId": "6cdcf200-3bad-476d-af45-97b52545c337",
        "ContentTypeId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
        "CreatedDate": "\/Date(1335931200000-0400)\/",
        "HtmlName": "htmlname",
        "HtmlDescription": "htmldescription",
        "Url": "url",
        "AvatarUrl": "avatarurl",
        "Application": {
          "ApplicationId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
          "ApplicationTypeId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
          "HtmlName": "htmlname",
          "HtmlDescription": "htmldescription",
          "Url": "url",
          "AvatarUrl": "avatarurl",
          "Container": {
            "ContainerId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
            "ContainerTypeId": "fe65240b-044c-4292-9946-f10e0361ecff",
            "HtmlName": "htmlname",
            "Url": "url",
            "AvatarUrl": "avatarurl"
          }
        }
      }
    },
    {
      "Id": "id",
      "ContentId": "contentid",
      "Title": "title",
      "Url": "url",
      "Date": "\/Date(1338782400000-0400)\/",
      "ContentType": "contenttype",
      "Body": "body",
      "BestMatch": "bestmatch",
      "BestMatchTitle": "bestmatchtitle",
      "SearchFields": [
        {
          "Name": "name",
          "Value": "value"
        },
        {
          "Name": "name",
          "Value": "value"
        }
      ],
      "SectionId": 7,
      "ThreadId": 27,
      "WikiId": 32,
      "Tags": [
        {
          "Value": "value"
        },
        {
          "Value": "value"
        }
      ],
      "Group": {
        "AvatarUrl": "avatarurl",
        "DateCreated": "\/Date(1306555200000-0400)\/",
        "Description": "description",
        "Key": "key",
        "Name": "name",
        "ParentGroupId": 52,
        "Url": "url",
        "TotalMembers": 19,
        "HasGroups": true,
        "GroupCount": 112,
        "GroupType": 0,
        "EnableGroupMessages": true,
        "EnableContact": true,
        "SearchUniqueId": "searchuniqueid",
        "IsEnabled": true,
        "ExtendedAttributes": [
          {
            "Key": "key",
            "Value": "value"
          },
          {
            "Key": "key",
            "Value": "value"
          }
        ],
        "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": 61
      },
      "Users": [
        {
          "ContentId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
          "ContentTypeId": "6cdcf200-3bad-476d-af45-97b52545c337",
          "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": "\/Date(1323406800000-0500)\/",
            "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
            }
          },
          "AllowSitePartnersToContact": true,
          "AllowSiteToContact": true,
          "AvatarUrl": "avatarurl",
          "Bio": "bio",
          "Birthday": "\/Date(1332993600000-0400)\/",
          "CurrentStatus": {
            "Author": {
              "AvatarUrl": "avatarurl",
              "DisplayName": "displayname",
              "ProfileUrl": "profileurl",
              "Username": "username",
              "CurrentStatus": null,
              "Id": null
            },
            "Body": "body",
            "CreatedDate": "\/Date(1334808000000-0400)\/",
            "ReplyCount": 18,
            "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(1326690000000-0500)\/",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Application": null
            },
            "Id": "6cdcf200-3bad-476d-af45-97b52545c337"
          },
          "DateFormat": "dateformat",
          "DisplayName": "displayname",
          "ConversationContactType": "conversationcontacttype",
          "EditorType": "editortype",
          "EnableCommentNotifications": true,
          "EnableConversationNotifications": true,
          "EnableDisplayInMemberList": true,
          "EnableDisplayName": true,
          "EnableEmoticons": true,
          "EnableFavoriteSharing": true,
          "ReceiveEmails": true,
          "EnableHtmlEmail": true,
          "EnableTracking": true,
          "EnableUserSignatures": true,
          "Gender": 0,
          "JoinDate": "\/Date(1325653200000-0500)\/",
          "LastLoginDate": "\/Date(1335931200000-0400)\/",
          "Language": "language",
          "Location": "location",
          "Points": 76,
          "PostSortOrder": 0,
          "PrivateEmail": "privateemail",
          "ProfileUrl": "profileurl",
          "PublicEmail": "publicemail",
          "Signature": "signature",
          "TimeZone": 0.16,
          "TimeZoneInfo": "timezoneinfo",
          "TimeZoneId": "timezoneid",
          "Username": "username",
          "WebUrl": "weburl",
          "ProfileFields": [
            {
              "LocalName": "label",
              "Label": "label",
              "Value": "value"
            },
            {
              "LocalName": "label",
              "Label": "label",
              "Value": "value"
            }
          ],
          "AccountStatus": "accountstatus",
          "TotalPosts": 6,
          "RssFeeds": [
            "string",
            "string"
          ],
          "SearchUniqueId": "searchuniqueid",
          "ExtendedAttributes": [
            {
              "Key": "key",
              "Value": "value"
            },
            {
              "Key": "key",
              "Value": "value"
            }
          ],
          "Id": 25
        },
        {
          "ContentId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
          "ContentTypeId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
          "Content": {
            "CreatedByUser": {
              "AvatarUrl": "avatarurl",
              "DisplayName": "displayname",
              "ProfileUrl": "profileurl",
              "Username": "username",
              "CurrentStatus": null,
              "Id": null
            },
            "ContentId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
            "ContentTypeId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
            "CreatedDate": "\/Date(1338782400000-0400)\/",
            "HtmlName": "htmlname",
            "HtmlDescription": "htmldescription",
            "Url": "url",
            "AvatarUrl": "avatarurl",
            "Application": {
              "ApplicationId": "fe65240b-044c-4292-9946-f10e0361ecff",
              "ApplicationTypeId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Container": null
            }
          },
          "AllowSitePartnersToContact": true,
          "AllowSiteToContact": true,
          "AvatarUrl": "avatarurl",
          "Bio": "bio",
          "Birthday": "\/Date(1306555200000-0400)\/",
          "CurrentStatus": {
            "Author": {
              "AvatarUrl": "avatarurl",
              "DisplayName": "displayname",
              "ProfileUrl": "profileurl",
              "Username": "username",
              "CurrentStatus": null,
              "Id": null
            },
            "Body": "body",
            "CreatedDate": "\/Date(1323406800000-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": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
              "ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
              "Container": null,
              "Id": null
            },
            "AttachedUrl": "attachedurl",
            "HasReplies": true,
            "ContentId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
            "ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
            "Url": "url",
            "Content": {
              "CreatedByUser": null,
              "ContentId": "6cdcf200-3bad-476d-af45-97b52545c337",
              "ContentTypeId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
              "CreatedDate": "\/Date(1332993600000-0400)\/",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Application": null
            },
            "Id": "44df201a-07e6-42eb-96c7-8ce7ce35aab6"
          },
          "DateFormat": "dateformat",
          "DisplayName": "displayname",
          "ConversationContactType": "conversationcontacttype",
          "EditorType": "editortype",
          "EnableCommentNotifications": true,
          "EnableConversationNotifications": true,
          "EnableDisplayInMemberList": true,
          "EnableDisplayName": true,
          "EnableEmoticons": true,
          "EnableFavoriteSharing": true,
          "ReceiveEmails": true,
          "EnableHtmlEmail": true,
          "EnableTracking": true,
          "EnableUserSignatures": true,
          "Gender": 0,
          "JoinDate": "\/Date(1334808000000-0400)\/",
          "LastLoginDate": "\/Date(1326690000000-0500)\/",
          "Language": "language",
          "Location": "location",
          "Points": 4,
          "PostSortOrder": 0,
          "PrivateEmail": "privateemail",
          "ProfileUrl": "profileurl",
          "PublicEmail": "publicemail",
          "Signature": "signature",
          "TimeZone": 0.75,
          "TimeZoneInfo": "timezoneinfo",
          "TimeZoneId": "timezoneid",
          "Username": "username",
          "WebUrl": "weburl",
          "ProfileFields": [
            {
              "LocalName": "label",
              "Label": "label",
              "Value": "value"
            },
            {
              "LocalName": "label",
              "Label": "label",
              "Value": "value"
            }
          ],
          "AccountStatus": "accountstatus",
          "TotalPosts": 7,
          "RssFeeds": [
            "string",
            "string"
          ],
          "SearchUniqueId": "searchuniqueid",
          "ExtendedAttributes": [
            {
              "Key": "key",
              "Value": "value"
            },
            {
              "Key": "key",
              "Value": "value"
            }
          ],
          "Id": 27
        }
      ],
      "IndexedAt": "\/Date(1325653200000-0500)\/",
      "GuidId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
      "ApplicationId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
      "ContainerId": "fe65240b-044c-4292-9946-f10e0361ecff",
      "ContentTypeId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
      "IsContent": true,
      "IsApplication": true,
      "IsContainer": true,
      "ViewHtml": "viewhtml",
      "PreviewHtml": "previewhtml",
      "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": "\/Date(1335931200000-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": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
              "ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
              "Container": null,
              "Id": null
            },
            "AttachedUrl": "attachedurl",
            "HasReplies": true,
            "ContentId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
            "ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
            "Url": "url",
            "Content": {
              "CreatedByUser": null,
              "ContentId": "6cdcf200-3bad-476d-af45-97b52545c337",
              "ContentTypeId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
              "CreatedDate": "\/Date(1338782400000-0400)\/",
              "HtmlName": "htmlname",
              "HtmlDescription": "htmldescription",
              "Url": "url",
              "AvatarUrl": "avatarurl",
              "Application": null
            },
            "Id": "44df201a-07e6-42eb-96c7-8ce7ce35aab6"
          },
          "Id": 52
        },
        "ContentId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
        "ContentTypeId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
        "CreatedDate": "\/Date(1306555200000-0400)\/",
        "HtmlName": "htmlname",
        "HtmlDescription": "htmldescription",
        "Url": "url",
        "AvatarUrl": "avatarurl",
        "Application": {
          "ApplicationId": "fe65240b-044c-4292-9946-f10e0361ecff",
          "ApplicationTypeId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
          "HtmlName": "htmlname",
          "HtmlDescription": "htmldescription",
          "Url": "url",
          "AvatarUrl": "avatarurl",
          "Container": {
            "ContainerId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
            "ContainerTypeId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
            "HtmlName": "htmlname",
            "Url": "url",
            "AvatarUrl": "avatarurl"
          }
        }
      }
    }
  ],
  "Info": [
    "string",
    "string"
  ],
  "Warnings": [
    "string",
    "string"
  ],
  "Errors": [
    "string",
    "string"
  ]
}