URLs

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

LIST media files.

GET api.ashx/v2/media/{galleryid}/files.xml (or .json)

LIST media files.

GET api.ashx/v2/media/files.xml (or .json)

LIST media files.

Request Parameters

NameTypeDescriptionRequiredDefaultOptions
MediaGalleryIdint?This Property is deprecated in favor of GalleryId and will be removed in a future version of the product.Optional
GalleryIdint?Gallery IdOptional
MediaGalleryIdsstringThis property is deprecated in favor of GalleryIds and will be removed in a future version of the product.Optional
GalleryIdsstringUsed to filter by a list of media galleries. Multiple values are separated with commas.Optional
GroupIdint?Group IdOptional
IncludeSubGroupsbool?Used when filtering by group.Optional
IncludeUnpublishedbool?Include unpublished posts too? Default is published only.Optional
SortBystringOptions are: Author, Comments, Downloads, PostDate, Rating, Subject, Views, Score:SCORE_ID. Default is PostDate.Optional
SortOrderstringOptions include Ascending, Descending. Default when sorting by scores is Descending, otherwise Ascending.Optional
PostTargetstringDo not document this property.Optional
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/groups/6/media/files.xml";

var xml = webClient.DownloadString(requestUrl));

Console.WriteLine(xml);

Widget Javascript

jQuery.telligent.evolution.get({
   url: jQuery.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/groups/6/media/files.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>
  <MediaPosts PageSize="2" PageIndex="0" TotalCount="2">
    <Media>
      <ContentId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContentId>
      <ContentTypeId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContentTypeId>
      <Id>6</Id>
      <MediaGalleryId>25</MediaGalleryId>
      <GroupId>8</GroupId>
      <Author>
        <Id>61</Id>
        <AvatarUrl>avatarurl</AvatarUrl>
        <DisplayName>displayname</DisplayName>
        <ProfileUrl>profileurl</ProfileUrl>
        <Username>username</Username>
        <CurrentStatus>
          <Id>2d525bad-c4df-470d-a193-a1c6d66e5c3e</Id>
          <Author>
            <Id>7</Id>
            <AvatarUrl>avatarurl</AvatarUrl>
            <DisplayName>displayname</DisplayName>
            <ProfileUrl>profileurl</ProfileUrl>
            <Username>username</Username>
            <CurrentStatus>
              <Id>fe65240b-044c-4292-9946-f10e0361ecff</Id>
              <Body>body</Body>
              <CreatedDate />
              <ReplyCount>4</ReplyCount>
              <AttachedUrl>attachedurl</AttachedUrl>
              <HasReplies />
              <ContentId>fe65240b-044c-4292-9946-f10e0361ecff</ContentId>
              <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
              <Url>url</Url>
            </CurrentStatus>
          </Author>
          <Body>body</Body>
          <CreatedDate>2012-01-04T00:00:00</CreatedDate>
          <ReplyCount>27</ReplyCount>
          <Group>
            <Id>112</Id>
            <AvatarUrl>avatarurl</AvatarUrl>
            <DateCreated>2012-05-02T00:00:00</DateCreated>
            <Description>description</Description>
            <Key>key</Key>
            <Name>name</Name>
            <ParentGroupId>32</ParentGroupId>
            <Url>url</Url>
            <TotalMembers>52</TotalMembers>
            <HasGroups>true</HasGroups>
            <GroupCount>19</GroupCount>
            <GroupType>Joinless</GroupType>
            <EnableGroupMessages>true</EnableGroupMessages>
            <EnableContact>true</EnableContact>
            <SearchUniqueId>searchuniqueid</SearchUniqueId>
            <ExtendedAttributes />
            <ContainerId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContainerId>
            <Container>
              <ContainerId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ContainerId>
              <ContainerTypeId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContainerTypeId>
              <HtmlName>htmlname</HtmlName>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Container>
          </Group>
          <AttachedUrl>attachedurl</AttachedUrl>
          <HasReplies>true</HasReplies>
          <ContentId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContentId>
          <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
          <Url>url</Url>
          <Content>
            <CreatedByUser>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DisplayName>displayname</DisplayName>
              <ProfileUrl>profileurl</ProfileUrl>
              <Username>username</Username>
            </CreatedByUser>
            <ContentId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContentId>
            <ContentTypeId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContentTypeId>
            <CreatedDate>2012-06-04T00: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>
            </Application>
          </Content>
        </CurrentStatus>
      </Author>
      <Date>2011-05-28T00:00:00</Date>
      <Title>title</Title>
      <Description>description</Description>
      <Tags>
        <Tag>value</Tag>
        <Tag>value</Tag>
      </Tags>
      <Url>url</Url>
      <IsApproved>true</IsApproved>
      <IsFeatured>true</IsFeatured>
      <FeaturedImage>featuredimage</FeaturedImage>
      <File>
        <Date>2011-12-09T00:00:00</Date>
        <ContentType>contenttype</ContentType>
        <FileName>filename</FileName>
        <FileSize>18</FileSize>
        <FileUrl>fileurl</FileUrl>
        <IsRemoteAttachment>true</IsRemoteAttachment>
      </File>
      <CommentCount>76</CommentCount>
      <Views>6</Views>
      <Downloads>25</Downloads>
      <EmbedCode>embedcode</EmbedCode>
      <RatingCount>8</RatingCount>
      <RatingSum>4</RatingSum>
      <SearchUniqueId>searchuniqueid</SearchUniqueId>
      <ExtendedAttributes>
        <key>value</key>
        <key>value</key>
      </ExtendedAttributes>
      <Content>
        <CreatedByUser>
          <Id>27</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-03-29T00:00:00</CreatedDate>
            <ReplyCount>7</ReplyCount>
            <Group>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DateCreated />
              <Description>description</Description>
              <Key>key</Key>
              <Name>name</Name>
              <Url>url</Url>
              <TotalMembers />
              <HasGroups>true</HasGroups>
              <GroupCount />
              <GroupType />
              <EnableGroupMessages>true</EnableGroupMessages>
              <EnableContact>true</EnableContact>
              <SearchUniqueId>searchuniqueid</SearchUniqueId>
              <ExtendedAttributes />
              <ContainerId>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-04-19T00: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>2012-01-16T00: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>
    </Media>
    <Media>
      <ContentId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContentId>
      <ContentTypeId>6cdcf200-3bad-476d-af45-97b52545c337</ContentTypeId>
      <Id>32</Id>
      <MediaGalleryId>52</MediaGalleryId>
      <GroupId>19</GroupId>
      <Author>
        <Id>4</Id>
        <AvatarUrl>avatarurl</AvatarUrl>
        <DisplayName>displayname</DisplayName>
        <ProfileUrl>profileurl</ProfileUrl>
        <Username>username</Username>
        <CurrentStatus>
          <Id>44df201a-07e6-42eb-96c7-8ce7ce35aab6</Id>
          <Author>
            <Id>61</Id>
            <AvatarUrl>avatarurl</AvatarUrl>
            <DisplayName>displayname</DisplayName>
            <ProfileUrl>profileurl</ProfileUrl>
            <Username>username</Username>
            <CurrentStatus>
              <Id>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</Id>
              <Body>body</Body>
              <CreatedDate />
              <ReplyCount>112</ReplyCount>
              <AttachedUrl>attachedurl</AttachedUrl>
              <HasReplies />
              <ContentId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContentId>
              <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
              <Url>url</Url>
            </CurrentStatus>
          </Author>
          <Body>body</Body>
          <CreatedDate>2012-01-04T00:00:00</CreatedDate>
          <ReplyCount>18</ReplyCount>
          <Group>
            <Id>8</Id>
            <AvatarUrl>avatarurl</AvatarUrl>
            <DateCreated>2012-05-02T00:00:00</DateCreated>
            <Description>description</Description>
            <Key>key</Key>
            <Name>name</Name>
            <ParentGroupId>76</ParentGroupId>
            <Url>url</Url>
            <TotalMembers>6</TotalMembers>
            <HasGroups>true</HasGroups>
            <GroupCount>25</GroupCount>
            <GroupType>Joinless</GroupType>
            <EnableGroupMessages>true</EnableGroupMessages>
            <EnableContact>true</EnableContact>
            <SearchUniqueId>searchuniqueid</SearchUniqueId>
            <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>
          <AttachedUrl>attachedurl</AttachedUrl>
          <HasReplies>true</HasReplies>
          <ContentId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContentId>
          <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
          <Url>url</Url>
          <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>
        </CurrentStatus>
      </Author>
      <Date>2011-05-28T00:00:00</Date>
      <Title>title</Title>
      <Description>description</Description>
      <Tags>
        <Tag>value</Tag>
        <Tag>value</Tag>
      </Tags>
      <Url>url</Url>
      <IsApproved>true</IsApproved>
      <IsFeatured>true</IsFeatured>
      <FeaturedImage>featuredimage</FeaturedImage>
      <File>
        <Date>2011-12-09T00:00:00</Date>
        <ContentType>contenttype</ContentType>
        <FileName>filename</FileName>
        <FileSize>7</FileSize>
        <FileUrl>fileurl</FileUrl>
        <IsRemoteAttachment>true</IsRemoteAttachment>
      </File>
      <CommentCount>27</CommentCount>
      <Views>32</Views>
      <Downloads>52</Downloads>
      <EmbedCode>embedcode</EmbedCode>
      <RatingCount>19</RatingCount>
      <RatingSum>112</RatingSum>
      <SearchUniqueId>searchuniqueid</SearchUniqueId>
      <ExtendedAttributes>
        <key>value</key>
        <key>value</key>
      </ExtendedAttributes>
      <Content>
        <CreatedByUser>
          <Id>18</Id>
          <AvatarUrl>avatarurl</AvatarUrl>
          <DisplayName>displayname</DisplayName>
          <ProfileUrl>profileurl</ProfileUrl>
          <Username>username</Username>
          <CurrentStatus>
            <Id>9ba1ec43-dc34-4e27-a579-4a0855144e2f</Id>
            <Author>
              <Id />
              <AvatarUrl>avatarurl</AvatarUrl>
              <DisplayName>displayname</DisplayName>
              <ProfileUrl>profileurl</ProfileUrl>
              <Username>username</Username>
            </Author>
            <Body>body</Body>
            <CreatedDate>2012-03-29T00:00:00</CreatedDate>
            <ReplyCount>61</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>49fec544-6df7-4a82-872b-f8be586d5e9e</ContainerId>
            </Group>
            <AttachedUrl>attachedurl</AttachedUrl>
            <HasReplies>true</HasReplies>
            <ContentId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ContentId>
            <ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
            <Url>url</Url>
            <Content>
              <ContentId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContentId>
              <ContentTypeId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContentTypeId>
              <CreatedDate>2012-04-19T00:00:00</CreatedDate>
              <HtmlName>htmlname</HtmlName>
              <HtmlDescription>htmldescription</HtmlDescription>
              <Url>url</Url>
              <AvatarUrl>avatarurl</AvatarUrl>
            </Content>
          </CurrentStatus>
        </CreatedByUser>
        <ContentId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContentId>
        <ContentTypeId>6cdcf200-3bad-476d-af45-97b52545c337</ContentTypeId>
        <CreatedDate>2012-01-16T00:00:00</CreatedDate>
        <HtmlName>htmlname</HtmlName>
        <HtmlDescription>htmldescription</HtmlDescription>
        <Url>url</Url>
        <AvatarUrl>avatarurl</AvatarUrl>
        <Application>
          <ApplicationId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ApplicationId>
          <ApplicationTypeId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ApplicationTypeId>
          <HtmlName>htmlname</HtmlName>
          <HtmlDescription>htmldescription</HtmlDescription>
          <Url>url</Url>
          <AvatarUrl>avatarurl</AvatarUrl>
          <Container>
            <ContainerId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContainerId>
            <ContainerTypeId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContainerTypeId>
            <HtmlName>htmlname</HtmlName>
            <Url>url</Url>
            <AvatarUrl>avatarurl</AvatarUrl>
          </Container>
        </Application>
      </Content>
    </Media>
  </MediaPosts>
</Response>

JSON

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