GET api.ashx/v2/articles/helpfulness.{json|xml}
Request Parameters
| Name | Type | Location | Description | Required | Default | Options |
|---|---|---|---|---|---|---|
| AnonymousAuthorOnly | bool | Query String | Ignored when a user is specified specifically, otherwise will return all ratings left anonymously, if allowed. | Optional | ||
| ArticleId | Guid | Query String | Id of the article for the helpfulness responses. A CollectionId or ArticleId is required. | Optional | ||
| ArticleVersionId | Guid | Query String | Id of the article version for the helpfulness responses. An ArticleId is required. | Optional | ||
| AuthorId | int | Query String | Specifies a user to return all of their helpfulness responses. | Optional | ||
| CollectionId | Guid | Query String | Returns responses in a given collection. A CollectionId or ArticleId is required. | Optional | ||
| HelpfulnessResponseTypeId | int | Query String | Filters helpfulness responses by the selected response type | Optional | ||
| IncludeIgnored | bool | Query String | Determines if response that have been ignored should be returned in the results. | Optional | False | |
| IsHelpful | bool | Query String | Filter responses by helpful or not helpful or all. Not providing this parameter will return all. | Optional | ||
| PageIndex | int | Query String | The page index to return based on page size. This value is 'zero' based. | Optional | 0 | |
| PageSize | int | Query String | The total amount of helpfulness responses to return per paged request. The default is 20, the maximum is 100. | Optional | 20 | |
| ResolvedArticleVersionId | Guid | Query String | Id of the article version the helpfulness responses were resolved by. An ArticleId is required. | Optional | ||
| SortBy | string | Query String | The sort option for the helpfulness responses. | Optional | createdate | createdate |
| SortOrder | string | Query String | The direction to sort the helpfulness responses by based on the current SortBy options. The options are 'ascending' or 'descending'. | Optional | ascending | |
| State | string | Query String | The state of helpfulness responses to return. | Required | All | All,Resolved,Unresolved |
Example Requests
Widget Javascript
jQuery.telligent.evolution.get({
url: jQuery.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/articles/helpfulness.json?State=state',
data: {
'State': 'state'
}
}).then(function(response) {
// use response
});Example Responses
JSON
{
"PageSize": 2,
"PageIndex": 0,
"TotalCount": 2,
"Helpfulness": [
{
"Id": 6,
"IsHelpful": true,
"IsIgnored": null,
"CreateDate": "2012-01-04T00:00:00",
"ResolvedDate": "2012-05-02T00:00:00",
"Article": {
"Id": "49fec544-6df7-4a82-872b-f8be586d5e9e",
"Identifier": "identifier",
"UrlKey": "urlkey",
"Title": "title",
"Body": null,
"Type": {
"Id": 25,
"Name": "name",
"ImageUrl": "imageurl"
},
"Url": "url",
"Version": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
"CreateDate": "2012-06-04T00:00:00",
"IsPublished": true,
"PublishDate": "2011-05-28T00:00:00",
"PublishEndDate": "2011-12-09T00:00:00",
"LastUpdateDate": "2012-03-29T00:00:00",
"Author": {
"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": "2012-04-19T00:00:00",
"ReplyCount": 8,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": null,
"Description": "description",
"Key": "key",
"Name": "name",
"Url": "url",
"TotalMembers": null,
"HasGroups": true,
"GroupCount": null,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "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",
"IsPublished": true,
"Content": {
"CreatedByUser": null,
"ContentId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
"ContentTypeId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
"CreatedDate": "2012-01-16T00:00:00",
"HtmlName": "htmlname",
"HtmlDescription": "htmldescription",
"Url": "url",
"AvatarUrl": "avatarurl",
"Application": null
},
"Id": "6cdcf200-3bad-476d-af45-97b52545c337"
},
"Id": 4
},
"Categories": [
{
"Category": {
"Id": null,
"Name": "name",
"Description": "description",
"ArticleCollection": {
"Id": null,
"EnableHelpfulness": null,
"Name": null,
"UrlKey": null,
"Description": null,
"CreateDate": null,
"Group": null,
"Url": null,
"CreatedBy": null,
"Prefix": null,
"DefaultType": null,
"DefaultArticleId": null,
"ThemeId": null
},
"Parent": null,
"HasChildren": null,
"SortOrder": null,
"ImageUrl": null,
"DefaultArticleId": null
},
"SortOrder": 7
},
{
"Category": {
"Id": null,
"Name": "name",
"Description": "description",
"ArticleCollection": {
"Id": null,
"EnableHelpfulness": null,
"Name": null,
"UrlKey": null,
"Description": null,
"CreateDate": null,
"Group": null,
"Url": null,
"CreatedBy": null,
"Prefix": null,
"DefaultType": null,
"DefaultArticleId": null,
"ThemeId": null
},
"Parent": null,
"HasChildren": null,
"SortOrder": null,
"ImageUrl": null,
"DefaultArticleId": null
},
"SortOrder": 27
}
],
"ArticleCollection": {
"Id": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
"EnableHelpfulness": true,
"Name": "name",
"UrlKey": "urlkey",
"Description": "description",
"CreateDate": null,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": "2012-01-04T00:00:00",
"Description": "description",
"Key": "key",
"Name": "name",
"ParentGroupId": 32,
"Url": "url",
"TotalMembers": 52,
"HasGroups": true,
"GroupCount": 19,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": {
"ContainerId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
"ContainerTypeId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
"HtmlName": "htmlname",
"Url": "url",
"AvatarUrl": "avatarurl"
},
"Id": 112
},
"Url": "url",
"CreatedBy": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": {
"Author": null,
"Body": "body",
"CreatedDate": null,
"ReplyCount": 61,
"Group": null,
"AttachedUrl": "attachedurl",
"HasReplies": null,
"ContentId": "fe65240b-044c-4292-9946-f10e0361ecff",
"ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
"Url": "url",
"IsPublished": true,
"Content": null,
"Id": "fe65240b-044c-4292-9946-f10e0361ecff"
},
"Id": 18
},
"Prefix": "prefix",
"DefaultType": {
"Id": 76,
"Name": "name",
"ImageUrl": "imageurl"
},
"DefaultArticleId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
"ThemeId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f"
},
"PublishGroup": {
"Id": 6,
"Name": "name",
"ArticleCollection": {
"Id": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
"EnableHelpfulness": true,
"Name": "name",
"UrlKey": "urlkey",
"Description": "description",
"CreateDate": null,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": null,
"Description": "description",
"Key": "key",
"Name": "name",
"Url": "url",
"TotalMembers": null,
"HasGroups": true,
"GroupCount": null,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "6cdcf200-3bad-476d-af45-97b52545c337",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": null,
"Id": null
},
"Url": "url",
"CreatedBy": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": null,
"Id": null
},
"Prefix": "prefix",
"DefaultType": {
"Id": null,
"Name": "name",
"ImageUrl": "imageurl"
},
"DefaultArticleId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
"ThemeId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6"
},
"CreateDate": "2012-05-02T00:00:00",
"PublishDate": "2012-06-04T00:00:00",
"PublishEndDate": "2011-05-28T00:00:00",
"IsPublished": true,
"IsDeleted": true,
"DeleteDate": "2011-12-09T00:00:00",
"PublishedVersionCount": 25,
"UnpublishedVersionCount": 8
},
"SuppressNotifications": true,
"Tags": [
"string",
"string"
],
"MetaTitle": "metatitle",
"MetaDescription": "metadescription",
"MetaKeywords": "metakeywords",
"ActiveVersionCount": 4,
"Content": null
},
"ArticleVersion": {
"Id": "49fec544-6df7-4a82-872b-f8be586d5e9e",
"Identifier": "identifier",
"UrlKey": "urlkey",
"Title": "title",
"Body": null,
"Type": {
"Id": 7,
"Name": "name",
"ImageUrl": "imageurl"
},
"Url": "url",
"Version": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
"CreateDate": "2012-03-29T00:00:00",
"PublishGroup": {
"Id": 27,
"Name": "name",
"ArticleCollection": {
"Id": "fe65240b-044c-4292-9946-f10e0361ecff",
"EnableHelpfulness": true,
"Name": "name",
"UrlKey": "urlkey",
"Description": "description",
"CreateDate": null,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": null,
"Description": "description",
"Key": "key",
"Name": "name",
"Url": "url",
"TotalMembers": null,
"HasGroups": true,
"GroupCount": null,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": null,
"Id": null
},
"Url": "url",
"CreatedBy": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": null,
"Id": null
},
"Prefix": "prefix",
"DefaultType": {
"Id": null,
"Name": "name",
"ImageUrl": "imageurl"
},
"DefaultArticleId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
"ThemeId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f"
},
"CreateDate": "2012-04-19T00:00:00",
"PublishDate": "2012-01-16T00:00:00",
"PublishEndDate": "2012-01-04T00:00:00",
"IsPublished": true,
"IsDeleted": true,
"DeleteDate": "2012-05-02T00:00:00",
"PublishedVersionCount": 32,
"UnpublishedVersionCount": 52
},
"ReadyToPublish": true,
"IsPublished": true,
"IsPendingReview": true,
"PublishDate": "2012-06-04T00:00:00",
"PublishEndDate": "2011-05-28T00:00:00",
"LastUpdateDate": "2011-12-09T00:00:00",
"SuppressNotifications": true,
"Author": {
"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": "2012-03-29T00:00:00",
"ReplyCount": 19,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": null,
"Description": "description",
"Key": "key",
"Name": "name",
"Url": "url",
"TotalMembers": null,
"HasGroups": true,
"GroupCount": null,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": null,
"Id": null
},
"AttachedUrl": "attachedurl",
"HasReplies": true,
"ContentId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
"ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
"Url": "url",
"IsPublished": true,
"Content": {
"CreatedByUser": null,
"ContentId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
"ContentTypeId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
"CreatedDate": "2012-04-19T00:00:00",
"HtmlName": "htmlname",
"HtmlDescription": "htmldescription",
"Url": "url",
"AvatarUrl": "avatarurl",
"Application": null
},
"Id": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46"
},
"Id": 112
},
"Categories": [
{
"Category": {
"Id": null,
"Name": "name",
"Description": "description",
"ArticleCollection": {
"Id": null,
"EnableHelpfulness": null,
"Name": null,
"UrlKey": null,
"Description": null,
"CreateDate": null,
"Group": null,
"Url": null,
"CreatedBy": null,
"Prefix": null,
"DefaultType": null,
"DefaultArticleId": null,
"ThemeId": null
},
"Parent": null,
"HasChildren": null,
"SortOrder": null,
"ImageUrl": null,
"DefaultArticleId": null
},
"SortOrder": 61
},
{
"Category": {
"Id": null,
"Name": "name",
"Description": "description",
"ArticleCollection": {
"Id": null,
"EnableHelpfulness": null,
"Name": null,
"UrlKey": null,
"Description": null,
"CreateDate": null,
"Group": null,
"Url": null,
"CreatedBy": null,
"Prefix": null,
"DefaultType": null,
"DefaultArticleId": null,
"ThemeId": null
},
"Parent": null,
"HasChildren": null,
"SortOrder": null,
"ImageUrl": null,
"DefaultArticleId": null
},
"SortOrder": 18
}
],
"ArticleCollection": {
"Id": "fe65240b-044c-4292-9946-f10e0361ecff",
"EnableHelpfulness": true,
"Name": "name",
"UrlKey": "urlkey",
"Description": "description",
"CreateDate": null,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": "2012-01-16T00:00:00",
"Description": "description",
"Key": "key",
"Name": "name",
"ParentGroupId": 76,
"Url": "url",
"TotalMembers": 6,
"HasGroups": true,
"GroupCount": 25,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": {
"ContainerId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
"ContainerTypeId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
"HtmlName": "htmlname",
"Url": "url",
"AvatarUrl": "avatarurl"
},
"Id": 8
},
"Url": "url",
"CreatedBy": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": {
"Author": null,
"Body": "body",
"CreatedDate": null,
"ReplyCount": 4,
"Group": null,
"AttachedUrl": "attachedurl",
"HasReplies": null,
"ContentId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
"ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
"Url": "url",
"IsPublished": true,
"Content": null,
"Id": "e3715662-2528-4ba1-84a7-bfcd9d548f80"
},
"Id": 7
},
"Prefix": "prefix",
"DefaultType": {
"Id": 27,
"Name": "name",
"ImageUrl": "imageurl"
},
"DefaultArticleId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
"ThemeId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6"
},
"Tags": [
"string",
"string"
],
"MetaTitle": "metatitle",
"MetaDescription": "metadescription",
"MetaKeywords": "metakeywords"
},
"ResolvedArticleVersion": {
"Id": "49fec544-6df7-4a82-872b-f8be586d5e9e",
"Identifier": "identifier",
"UrlKey": "urlkey",
"Title": "title",
"Body": null,
"Type": {
"Id": 32,
"Name": "name",
"ImageUrl": "imageurl"
},
"Url": "url",
"Version": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
"CreateDate": "2012-01-04T00:00:00",
"PublishGroup": {
"Id": 52,
"Name": "name",
"ArticleCollection": {
"Id": "fe65240b-044c-4292-9946-f10e0361ecff",
"EnableHelpfulness": true,
"Name": "name",
"UrlKey": "urlkey",
"Description": "description",
"CreateDate": null,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": null,
"Description": "description",
"Key": "key",
"Name": "name",
"Url": "url",
"TotalMembers": null,
"HasGroups": true,
"GroupCount": null,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": null,
"Id": null
},
"Url": "url",
"CreatedBy": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": null,
"Id": null
},
"Prefix": "prefix",
"DefaultType": {
"Id": null,
"Name": "name",
"ImageUrl": "imageurl"
},
"DefaultArticleId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
"ThemeId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f"
},
"CreateDate": "2012-05-02T00:00:00",
"PublishDate": "2012-06-04T00:00:00",
"PublishEndDate": "2011-05-28T00:00:00",
"IsPublished": true,
"IsDeleted": true,
"DeleteDate": "2011-12-09T00:00:00",
"PublishedVersionCount": 19,
"UnpublishedVersionCount": 112
},
"ReadyToPublish": true,
"IsPublished": true,
"IsPendingReview": true,
"PublishDate": "2012-03-29T00:00:00",
"PublishEndDate": "2012-04-19T00:00:00",
"LastUpdateDate": "2012-01-16T00:00:00",
"SuppressNotifications": true,
"Author": {
"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": "2012-01-04T00:00:00",
"ReplyCount": 61,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": null,
"Description": "description",
"Key": "key",
"Name": "name",
"Url": "url",
"TotalMembers": null,
"HasGroups": true,
"GroupCount": null,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": null,
"Id": null
},
"AttachedUrl": "attachedurl",
"HasReplies": true,
"ContentId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
"ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
"Url": "url",
"IsPublished": true,
"Content": {
"CreatedByUser": null,
"ContentId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
"ContentTypeId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
"CreatedDate": "2012-05-02T00:00:00",
"HtmlName": "htmlname",
"HtmlDescription": "htmldescription",
"Url": "url",
"AvatarUrl": "avatarurl",
"Application": null
},
"Id": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46"
},
"Id": 18
},
"Categories": [
{
"Category": {
"Id": null,
"Name": "name",
"Description": "description",
"ArticleCollection": {
"Id": null,
"EnableHelpfulness": null,
"Name": null,
"UrlKey": null,
"Description": null,
"CreateDate": null,
"Group": null,
"Url": null,
"CreatedBy": null,
"Prefix": null,
"DefaultType": null,
"DefaultArticleId": null,
"ThemeId": null
},
"Parent": null,
"HasChildren": null,
"SortOrder": null,
"ImageUrl": null,
"DefaultArticleId": null
},
"SortOrder": 76
},
{
"Category": {
"Id": null,
"Name": "name",
"Description": "description",
"ArticleCollection": {
"Id": null,
"EnableHelpfulness": null,
"Name": null,
"UrlKey": null,
"Description": null,
"CreateDate": null,
"Group": null,
"Url": null,
"CreatedBy": null,
"Prefix": null,
"DefaultType": null,
"DefaultArticleId": null,
"ThemeId": null
},
"Parent": null,
"HasChildren": null,
"SortOrder": null,
"ImageUrl": null,
"DefaultArticleId": null
},
"SortOrder": 6
}
],
"ArticleCollection": {
"Id": "fe65240b-044c-4292-9946-f10e0361ecff",
"EnableHelpfulness": true,
"Name": "name",
"UrlKey": "urlkey",
"Description": "description",
"CreateDate": null,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": "2012-06-04T00:00:00",
"Description": "description",
"Key": "key",
"Name": "name",
"ParentGroupId": 25,
"Url": "url",
"TotalMembers": 8,
"HasGroups": true,
"GroupCount": 4,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": {
"ContainerId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
"ContainerTypeId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
"HtmlName": "htmlname",
"Url": "url",
"AvatarUrl": "avatarurl"
},
"Id": 7
},
"Url": "url",
"CreatedBy": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": {
"Author": null,
"Body": "body",
"CreatedDate": null,
"ReplyCount": 27,
"Group": null,
"AttachedUrl": "attachedurl",
"HasReplies": null,
"ContentId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
"ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
"Url": "url",
"IsPublished": true,
"Content": null,
"Id": "e3715662-2528-4ba1-84a7-bfcd9d548f80"
},
"Id": 32
},
"Prefix": "prefix",
"DefaultType": {
"Id": 52,
"Name": "name",
"ImageUrl": "imageurl"
},
"DefaultArticleId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
"ThemeId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6"
},
"Tags": [
"string",
"string"
],
"MetaTitle": "metatitle",
"MetaDescription": "metadescription",
"MetaKeywords": "metakeywords"
},
"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": 19,
"Group": null,
"AttachedUrl": "attachedurl",
"HasReplies": null,
"ContentId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
"ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
"Url": "url",
"IsPublished": true,
"Content": null,
"Id": "49fec544-6df7-4a82-872b-f8be586d5e9e"
},
"Id": 112
},
"Body": "body",
"CreatedDate": "2011-05-28T00:00:00",
"ReplyCount": 61,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": "2011-12-09T00:00:00",
"Description": "description",
"Key": "key",
"Name": "name",
"ParentGroupId": 18,
"Url": "url",
"TotalMembers": 76,
"HasGroups": true,
"GroupCount": 6,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "fe65240b-044c-4292-9946-f10e0361ecff",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": {
"ContainerId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
"ContainerTypeId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
"HtmlName": "htmlname",
"Url": "url",
"AvatarUrl": "avatarurl"
},
"Id": 25
},
"AttachedUrl": "attachedurl",
"HasReplies": true,
"ContentId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
"ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
"Url": "url",
"IsPublished": true,
"Content": {
"CreatedByUser": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": null,
"Id": null
},
"ContentId": "6cdcf200-3bad-476d-af45-97b52545c337",
"ContentTypeId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
"CreatedDate": "2012-03-29T00:00:00",
"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
}
},
"Id": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46"
},
"Id": 8
},
"HelpfulnessResponseType": {
"Id": 4,
"RequireMessage": true,
"Name": "name",
"CreateDate": "2012-04-19T00:00:00",
"User": {
"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": "2012-01-16T00:00:00",
"ReplyCount": 7,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": null,
"Description": "description",
"Key": "key",
"Name": "name",
"Url": "url",
"TotalMembers": null,
"HasGroups": true,
"GroupCount": null,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "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",
"IsPublished": true,
"Content": {
"CreatedByUser": null,
"ContentId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
"ContentTypeId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
"CreatedDate": "2012-01-04T00:00:00",
"HtmlName": "htmlname",
"HtmlDescription": "htmldescription",
"Url": "url",
"AvatarUrl": "avatarurl",
"Application": null
},
"Id": "6cdcf200-3bad-476d-af45-97b52545c337"
},
"Id": 27
},
"ArticleCollection": {
"Id": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
"EnableHelpfulness": true,
"Name": "name",
"UrlKey": "urlkey",
"Description": "description",
"CreateDate": null,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": "2012-05-02T00:00:00",
"Description": "description",
"Key": "key",
"Name": "name",
"ParentGroupId": 32,
"Url": "url",
"TotalMembers": 52,
"HasGroups": true,
"GroupCount": 19,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": {
"ContainerId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
"ContainerTypeId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
"HtmlName": "htmlname",
"Url": "url",
"AvatarUrl": "avatarurl"
},
"Id": 112
},
"Url": "url",
"CreatedBy": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": {
"Author": null,
"Body": "body",
"CreatedDate": null,
"ReplyCount": 61,
"Group": null,
"AttachedUrl": "attachedurl",
"HasReplies": null,
"ContentId": "fe65240b-044c-4292-9946-f10e0361ecff",
"ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
"Url": "url",
"IsPublished": true,
"Content": null,
"Id": "fe65240b-044c-4292-9946-f10e0361ecff"
},
"Id": 18
},
"Prefix": "prefix",
"DefaultType": {
"Id": 76,
"Name": "name",
"ImageUrl": "imageurl"
},
"DefaultArticleId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
"ThemeId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f"
}
},
"ResolvedByVersionIds": [
"e3715662-2528-4ba1-84a7-bfcd9d548f80",
"6cdcf200-3bad-476d-af45-97b52545c337"
]
},
{
"Id": 6,
"IsHelpful": true,
"IsIgnored": null,
"CreateDate": "2012-06-04T00:00:00",
"ResolvedDate": "2011-05-28T00:00:00",
"Article": {
"Id": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
"Identifier": "identifier",
"UrlKey": "urlkey",
"Title": "title",
"Body": null,
"Type": {
"Id": 25,
"Name": "name",
"ImageUrl": "imageurl"
},
"Url": "url",
"Version": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
"CreateDate": "2011-12-09T00:00:00",
"IsPublished": true,
"PublishDate": "2012-03-29T00:00:00",
"PublishEndDate": "2012-04-19T00:00:00",
"LastUpdateDate": "2012-01-16T00:00:00",
"Author": {
"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": "2012-01-04T00:00:00",
"ReplyCount": 8,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": null,
"Description": "description",
"Key": "key",
"Name": "name",
"Url": "url",
"TotalMembers": null,
"HasGroups": true,
"GroupCount": null,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "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",
"IsPublished": true,
"Content": {
"CreatedByUser": null,
"ContentId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
"ContentTypeId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
"CreatedDate": "2012-05-02T00:00:00",
"HtmlName": "htmlname",
"HtmlDescription": "htmldescription",
"Url": "url",
"AvatarUrl": "avatarurl",
"Application": null
},
"Id": "9ba1ec43-dc34-4e27-a579-4a0855144e2f"
},
"Id": 4
},
"Categories": [
{
"Category": {
"Id": null,
"Name": "name",
"Description": "description",
"ArticleCollection": {
"Id": null,
"EnableHelpfulness": null,
"Name": null,
"UrlKey": null,
"Description": null,
"CreateDate": null,
"Group": null,
"Url": null,
"CreatedBy": null,
"Prefix": null,
"DefaultType": null,
"DefaultArticleId": null,
"ThemeId": null
},
"Parent": null,
"HasChildren": null,
"SortOrder": null,
"ImageUrl": null,
"DefaultArticleId": null
},
"SortOrder": 7
},
{
"Category": {
"Id": null,
"Name": "name",
"Description": "description",
"ArticleCollection": {
"Id": null,
"EnableHelpfulness": null,
"Name": null,
"UrlKey": null,
"Description": null,
"CreateDate": null,
"Group": null,
"Url": null,
"CreatedBy": null,
"Prefix": null,
"DefaultType": null,
"DefaultArticleId": null,
"ThemeId": null
},
"Parent": null,
"HasChildren": null,
"SortOrder": null,
"ImageUrl": null,
"DefaultArticleId": null
},
"SortOrder": 27
}
],
"ArticleCollection": {
"Id": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
"EnableHelpfulness": true,
"Name": "name",
"UrlKey": "urlkey",
"Description": "description",
"CreateDate": null,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": "2012-06-04T00:00:00",
"Description": "description",
"Key": "key",
"Name": "name",
"ParentGroupId": 32,
"Url": "url",
"TotalMembers": 52,
"HasGroups": true,
"GroupCount": 19,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "6cdcf200-3bad-476d-af45-97b52545c337",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": {
"ContainerId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
"ContainerTypeId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
"HtmlName": "htmlname",
"Url": "url",
"AvatarUrl": "avatarurl"
},
"Id": 112
},
"Url": "url",
"CreatedBy": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": {
"Author": null,
"Body": "body",
"CreatedDate": null,
"ReplyCount": 61,
"Group": null,
"AttachedUrl": "attachedurl",
"HasReplies": null,
"ContentId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
"ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
"Url": "url",
"IsPublished": true,
"Content": null,
"Id": "49fec544-6df7-4a82-872b-f8be586d5e9e"
},
"Id": 18
},
"Prefix": "prefix",
"DefaultType": {
"Id": 76,
"Name": "name",
"ImageUrl": "imageurl"
},
"DefaultArticleId": "fe65240b-044c-4292-9946-f10e0361ecff",
"ThemeId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e"
},
"PublishGroup": {
"Id": 6,
"Name": "name",
"ArticleCollection": {
"Id": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
"EnableHelpfulness": true,
"Name": "name",
"UrlKey": "urlkey",
"Description": "description",
"CreateDate": null,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": null,
"Description": "description",
"Key": "key",
"Name": "name",
"Url": "url",
"TotalMembers": null,
"HasGroups": true,
"GroupCount": null,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": null,
"Id": null
},
"Url": "url",
"CreatedBy": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": null,
"Id": null
},
"Prefix": "prefix",
"DefaultType": {
"Id": null,
"Name": "name",
"ImageUrl": "imageurl"
},
"DefaultArticleId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
"ThemeId": "6cdcf200-3bad-476d-af45-97b52545c337"
},
"CreateDate": "2011-05-28T00:00:00",
"PublishDate": "2011-12-09T00:00:00",
"PublishEndDate": "2012-03-29T00:00:00",
"IsPublished": true,
"IsDeleted": true,
"DeleteDate": "2012-04-19T00:00:00",
"PublishedVersionCount": 25,
"UnpublishedVersionCount": 8
},
"SuppressNotifications": true,
"Tags": [
"string",
"string"
],
"MetaTitle": "metatitle",
"MetaDescription": "metadescription",
"MetaKeywords": "metakeywords",
"ActiveVersionCount": 4,
"Content": null
},
"ArticleVersion": {
"Id": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
"Identifier": "identifier",
"UrlKey": "urlkey",
"Title": "title",
"Body": null,
"Type": {
"Id": 7,
"Name": "name",
"ImageUrl": "imageurl"
},
"Url": "url",
"Version": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
"CreateDate": "2012-01-16T00:00:00",
"PublishGroup": {
"Id": 27,
"Name": "name",
"ArticleCollection": {
"Id": "49fec544-6df7-4a82-872b-f8be586d5e9e",
"EnableHelpfulness": true,
"Name": "name",
"UrlKey": "urlkey",
"Description": "description",
"CreateDate": null,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": null,
"Description": "description",
"Key": "key",
"Name": "name",
"Url": "url",
"TotalMembers": null,
"HasGroups": true,
"GroupCount": null,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": null,
"Id": null
},
"Url": "url",
"CreatedBy": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": null,
"Id": null
},
"Prefix": "prefix",
"DefaultType": {
"Id": null,
"Name": "name",
"ImageUrl": "imageurl"
},
"DefaultArticleId": "fe65240b-044c-4292-9946-f10e0361ecff",
"ThemeId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e"
},
"CreateDate": "2012-01-04T00:00:00",
"PublishDate": "2012-05-02T00:00:00",
"PublishEndDate": "2012-06-04T00:00:00",
"IsPublished": true,
"IsDeleted": true,
"DeleteDate": "2011-05-28T00:00:00",
"PublishedVersionCount": 32,
"UnpublishedVersionCount": 52
},
"ReadyToPublish": true,
"IsPublished": true,
"IsPendingReview": true,
"PublishDate": "2011-12-09T00:00:00",
"PublishEndDate": "2012-03-29T00:00:00",
"LastUpdateDate": "2012-04-19T00:00:00",
"SuppressNotifications": true,
"Author": {
"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": "2012-01-16T00:00:00",
"ReplyCount": 19,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": null,
"Description": "description",
"Key": "key",
"Name": "name",
"Url": "url",
"TotalMembers": null,
"HasGroups": true,
"GroupCount": null,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "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",
"IsPublished": true,
"Content": {
"CreatedByUser": null,
"ContentId": "6cdcf200-3bad-476d-af45-97b52545c337",
"ContentTypeId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
"CreatedDate": "2012-01-04T00:00:00",
"HtmlName": "htmlname",
"HtmlDescription": "htmldescription",
"Url": "url",
"AvatarUrl": "avatarurl",
"Application": null
},
"Id": "44df201a-07e6-42eb-96c7-8ce7ce35aab6"
},
"Id": 112
},
"Categories": [
{
"Category": {
"Id": null,
"Name": "name",
"Description": "description",
"ArticleCollection": {
"Id": null,
"EnableHelpfulness": null,
"Name": null,
"UrlKey": null,
"Description": null,
"CreateDate": null,
"Group": null,
"Url": null,
"CreatedBy": null,
"Prefix": null,
"DefaultType": null,
"DefaultArticleId": null,
"ThemeId": null
},
"Parent": null,
"HasChildren": null,
"SortOrder": null,
"ImageUrl": null,
"DefaultArticleId": null
},
"SortOrder": 61
},
{
"Category": {
"Id": null,
"Name": "name",
"Description": "description",
"ArticleCollection": {
"Id": null,
"EnableHelpfulness": null,
"Name": null,
"UrlKey": null,
"Description": null,
"CreateDate": null,
"Group": null,
"Url": null,
"CreatedBy": null,
"Prefix": null,
"DefaultType": null,
"DefaultArticleId": null,
"ThemeId": null
},
"Parent": null,
"HasChildren": null,
"SortOrder": null,
"ImageUrl": null,
"DefaultArticleId": null
},
"SortOrder": 18
}
],
"ArticleCollection": {
"Id": "49fec544-6df7-4a82-872b-f8be586d5e9e",
"EnableHelpfulness": true,
"Name": "name",
"UrlKey": "urlkey",
"Description": "description",
"CreateDate": null,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": "2012-05-02T00:00:00",
"Description": "description",
"Key": "key",
"Name": "name",
"ParentGroupId": 76,
"Url": "url",
"TotalMembers": 6,
"HasGroups": true,
"GroupCount": 25,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": {
"ContainerId": "fe65240b-044c-4292-9946-f10e0361ecff",
"ContainerTypeId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
"HtmlName": "htmlname",
"Url": "url",
"AvatarUrl": "avatarurl"
},
"Id": 8
},
"Url": "url",
"CreatedBy": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": {
"Author": null,
"Body": "body",
"CreatedDate": null,
"ReplyCount": 4,
"Group": null,
"AttachedUrl": "attachedurl",
"HasReplies": null,
"ContentId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
"ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
"Url": "url",
"IsPublished": true,
"Content": null,
"Id": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1"
},
"Id": 7
},
"Prefix": "prefix",
"DefaultType": {
"Id": 27,
"Name": "name",
"ImageUrl": "imageurl"
},
"DefaultArticleId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
"ThemeId": "6cdcf200-3bad-476d-af45-97b52545c337"
},
"Tags": [
"string",
"string"
],
"MetaTitle": "metatitle",
"MetaDescription": "metadescription",
"MetaKeywords": "metakeywords"
},
"ResolvedArticleVersion": {
"Id": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
"Identifier": "identifier",
"UrlKey": "urlkey",
"Title": "title",
"Body": null,
"Type": {
"Id": 32,
"Name": "name",
"ImageUrl": "imageurl"
},
"Url": "url",
"Version": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
"CreateDate": "2012-06-04T00:00:00",
"PublishGroup": {
"Id": 52,
"Name": "name",
"ArticleCollection": {
"Id": "49fec544-6df7-4a82-872b-f8be586d5e9e",
"EnableHelpfulness": true,
"Name": "name",
"UrlKey": "urlkey",
"Description": "description",
"CreateDate": null,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": null,
"Description": "description",
"Key": "key",
"Name": "name",
"Url": "url",
"TotalMembers": null,
"HasGroups": true,
"GroupCount": null,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": null,
"Id": null
},
"Url": "url",
"CreatedBy": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": null,
"Id": null
},
"Prefix": "prefix",
"DefaultType": {
"Id": null,
"Name": "name",
"ImageUrl": "imageurl"
},
"DefaultArticleId": "fe65240b-044c-4292-9946-f10e0361ecff",
"ThemeId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e"
},
"CreateDate": "2011-05-28T00:00:00",
"PublishDate": "2011-12-09T00:00:00",
"PublishEndDate": "2012-03-29T00:00:00",
"IsPublished": true,
"IsDeleted": true,
"DeleteDate": "2012-04-19T00:00:00",
"PublishedVersionCount": 19,
"UnpublishedVersionCount": 112
},
"ReadyToPublish": true,
"IsPublished": true,
"IsPendingReview": true,
"PublishDate": "2012-01-16T00:00:00",
"PublishEndDate": "2012-01-04T00:00:00",
"LastUpdateDate": "2012-05-02T00:00:00",
"SuppressNotifications": true,
"Author": {
"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": "2012-06-04T00:00:00",
"ReplyCount": 61,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": null,
"Description": "description",
"Key": "key",
"Name": "name",
"Url": "url",
"TotalMembers": null,
"HasGroups": true,
"GroupCount": null,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "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",
"IsPublished": true,
"Content": {
"CreatedByUser": null,
"ContentId": "6cdcf200-3bad-476d-af45-97b52545c337",
"ContentTypeId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
"CreatedDate": "2011-05-28T00:00:00",
"HtmlName": "htmlname",
"HtmlDescription": "htmldescription",
"Url": "url",
"AvatarUrl": "avatarurl",
"Application": null
},
"Id": "44df201a-07e6-42eb-96c7-8ce7ce35aab6"
},
"Id": 18
},
"Categories": [
{
"Category": {
"Id": null,
"Name": "name",
"Description": "description",
"ArticleCollection": {
"Id": null,
"EnableHelpfulness": null,
"Name": null,
"UrlKey": null,
"Description": null,
"CreateDate": null,
"Group": null,
"Url": null,
"CreatedBy": null,
"Prefix": null,
"DefaultType": null,
"DefaultArticleId": null,
"ThemeId": null
},
"Parent": null,
"HasChildren": null,
"SortOrder": null,
"ImageUrl": null,
"DefaultArticleId": null
},
"SortOrder": 76
},
{
"Category": {
"Id": null,
"Name": "name",
"Description": "description",
"ArticleCollection": {
"Id": null,
"EnableHelpfulness": null,
"Name": null,
"UrlKey": null,
"Description": null,
"CreateDate": null,
"Group": null,
"Url": null,
"CreatedBy": null,
"Prefix": null,
"DefaultType": null,
"DefaultArticleId": null,
"ThemeId": null
},
"Parent": null,
"HasChildren": null,
"SortOrder": null,
"ImageUrl": null,
"DefaultArticleId": null
},
"SortOrder": 6
}
],
"ArticleCollection": {
"Id": "49fec544-6df7-4a82-872b-f8be586d5e9e",
"EnableHelpfulness": true,
"Name": "name",
"UrlKey": "urlkey",
"Description": "description",
"CreateDate": null,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": "2011-12-09T00:00:00",
"Description": "description",
"Key": "key",
"Name": "name",
"ParentGroupId": 25,
"Url": "url",
"TotalMembers": 8,
"HasGroups": true,
"GroupCount": 4,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "9f5a6721-639d-4e1d-ab6a-ce63b7750f46",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": {
"ContainerId": "fe65240b-044c-4292-9946-f10e0361ecff",
"ContainerTypeId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
"HtmlName": "htmlname",
"Url": "url",
"AvatarUrl": "avatarurl"
},
"Id": 7
},
"Url": "url",
"CreatedBy": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": {
"Author": null,
"Body": "body",
"CreatedDate": null,
"ReplyCount": 27,
"Group": null,
"AttachedUrl": "attachedurl",
"HasReplies": null,
"ContentId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
"ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
"Url": "url",
"IsPublished": true,
"Content": null,
"Id": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1"
},
"Id": 32
},
"Prefix": "prefix",
"DefaultType": {
"Id": 52,
"Name": "name",
"ImageUrl": "imageurl"
},
"DefaultArticleId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
"ThemeId": "6cdcf200-3bad-476d-af45-97b52545c337"
},
"Tags": [
"string",
"string"
],
"MetaTitle": "metatitle",
"MetaDescription": "metadescription",
"MetaKeywords": "metakeywords"
},
"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": 19,
"Group": null,
"AttachedUrl": "attachedurl",
"HasReplies": null,
"ContentId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
"ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
"Url": "url",
"IsPublished": true,
"Content": null,
"Id": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4"
},
"Id": 112
},
"Body": "body",
"CreatedDate": "2012-03-29T00:00:00",
"ReplyCount": 61,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": "2012-04-19T00:00:00",
"Description": "description",
"Key": "key",
"Name": "name",
"ParentGroupId": 18,
"Url": "url",
"TotalMembers": 76,
"HasGroups": true,
"GroupCount": 6,
"GroupType": "grouptype",
"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": 25
},
"AttachedUrl": "attachedurl",
"HasReplies": true,
"ContentId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
"ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
"Url": "url",
"IsPublished": true,
"Content": {
"CreatedByUser": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": null,
"Id": null
},
"ContentId": "9ba1ec43-dc34-4e27-a579-4a0855144e2f",
"ContentTypeId": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
"CreatedDate": "2012-01-16T00:00:00",
"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": 8
},
"HelpfulnessResponseType": {
"Id": 4,
"RequireMessage": true,
"Name": "name",
"CreateDate": "2012-01-04T00:00:00",
"User": {
"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": "2012-05-02T00:00:00",
"ReplyCount": 7,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": null,
"Description": "description",
"Key": "key",
"Name": "name",
"Url": "url",
"TotalMembers": null,
"HasGroups": true,
"GroupCount": null,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "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",
"IsPublished": true,
"Content": {
"CreatedByUser": null,
"ContentId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e",
"ContentTypeId": "bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
"CreatedDate": "2012-06-04T00:00:00",
"HtmlName": "htmlname",
"HtmlDescription": "htmldescription",
"Url": "url",
"AvatarUrl": "avatarurl",
"Application": null
},
"Id": "9ba1ec43-dc34-4e27-a579-4a0855144e2f"
},
"Id": 27
},
"ArticleCollection": {
"Id": "e3715662-2528-4ba1-84a7-bfcd9d548f80",
"EnableHelpfulness": true,
"Name": "name",
"UrlKey": "urlkey",
"Description": "description",
"CreateDate": null,
"Group": {
"AvatarUrl": "avatarurl",
"DateCreated": "2011-05-28T00:00:00",
"Description": "description",
"Key": "key",
"Name": "name",
"ParentGroupId": 32,
"Url": "url",
"TotalMembers": 52,
"HasGroups": true,
"GroupCount": 19,
"GroupType": "grouptype",
"EnableGroupMessages": true,
"EnableContact": true,
"SearchUniqueId": "searchuniqueid",
"IsEnabled": true,
"ExtendedAttributes": [],
"ContainerId": "6cdcf200-3bad-476d-af45-97b52545c337",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": {
"ContainerId": "b04540ec-eb38-4fa1-b7bb-e3fde05401b4",
"ContainerTypeId": "44df201a-07e6-42eb-96c7-8ce7ce35aab6",
"HtmlName": "htmlname",
"Url": "url",
"AvatarUrl": "avatarurl"
},
"Id": 112
},
"Url": "url",
"CreatedBy": {
"AvatarUrl": "avatarurl",
"DisplayName": "displayname",
"ProfileUrl": "profileurl",
"Username": "username",
"CurrentStatus": {
"Author": null,
"Body": "body",
"CreatedDate": null,
"ReplyCount": 61,
"Group": null,
"AttachedUrl": "attachedurl",
"HasReplies": null,
"ContentId": "49fec544-6df7-4a82-872b-f8be586d5e9e",
"ContentType": "56f1a3ec-14bb-45c6-949f-ee7776d68c78",
"Url": "url",
"IsPublished": true,
"Content": null,
"Id": "49fec544-6df7-4a82-872b-f8be586d5e9e"
},
"Id": 18
},
"Prefix": "prefix",
"DefaultType": {
"Id": 76,
"Name": "name",
"ImageUrl": "imageurl"
},
"DefaultArticleId": "fe65240b-044c-4292-9946-f10e0361ecff",
"ThemeId": "2d525bad-c4df-470d-a193-a1c6d66e5c3e"
}
},
"ResolvedByVersionIds": [
"bd519379-b61f-4e2f-b0f9-c0f28c5cceb1",
"9ba1ec43-dc34-4e27-a579-4a0855144e2f"
]
}
],
"Errors": [
"string",
"string"
]
}XML
<?xml version="1.0" encoding="utf-16"?>
<Response>
<Helpfulness PageSize="2" PageIndex="0" TotalCount="2">
<Helpfulness>
<Id>6</Id>
<IsHelpful>true</IsHelpful>
<IsIgnored />
<CreateDate>2012-01-04T00:00:00</CreateDate>
<ResolvedDate>2012-05-02T00:00:00</ResolvedDate>
<Article>
<Id>49fec544-6df7-4a82-872b-f8be586d5e9e</Id>
<Identifier>identifier</Identifier>
<UrlKey>urlkey</UrlKey>
<Title>title</Title>
<Type>
<Id>25</Id>
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</Type>
<Url>url</Url>
<Version>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</Version>
<CreateDate>2012-06-04T00:00:00</CreateDate>
<IsPublished>true</IsPublished>
<PublishDate>2011-05-28T00:00:00</PublishDate>
<PublishEndDate>2011-12-09T00:00:00</PublishEndDate>
<LastUpdateDate>2012-03-29T00:00:00</LastUpdateDate>
<Author>
<Id>4</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
<CurrentStatus>
<Id>6cdcf200-3bad-476d-af45-97b52545c337</Id>
<Author>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
</Author>
<Body>body</Body>
<CreatedDate>2012-04-19T00: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>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>fe65240b-044c-4292-9946-f10e0361ecff</ContainerId>
</Group>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>6cdcf200-3bad-476d-af45-97b52545c337</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
<Content>
<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>
</Author>
<Categories>
<BasicArticleVersionCategory>
<Category>
<Id />
<Name>name</Name>
<Description>description</Description>
<ArticleCollection>
<Id />
<EnableHelpfulness />
<DefaultArticleId />
<ThemeId />
</ArticleCollection>
<HasChildren />
<SortOrder />
<DefaultArticleId />
</Category>
<SortOrder>7</SortOrder>
</BasicArticleVersionCategory>
<BasicArticleVersionCategory>
<Category>
<Id />
<Name>name</Name>
<Description>description</Description>
<ArticleCollection>
<Id />
<EnableHelpfulness />
<DefaultArticleId />
<ThemeId />
</ArticleCollection>
<HasChildren />
<SortOrder />
<DefaultArticleId />
</Category>
<SortOrder>27</SortOrder>
</BasicArticleVersionCategory>
</Categories>
<ArticleCollection>
<Id>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</Id>
<EnableHelpfulness>true</EnableHelpfulness>
<Name>name</Name>
<UrlKey>urlkey</UrlKey>
<Description>description</Description>
<Group>
<Id>112</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated>2012-01-04T00: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>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContainerId>
<Container>
<ContainerId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContainerId>
<ContainerTypeId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContainerTypeId>
<HtmlName>htmlname</HtmlName>
<Url>url</Url>
<AvatarUrl>avatarurl</AvatarUrl>
</Container>
</Group>
<Url>url</Url>
<CreatedBy>
<Id>18</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>61</ReplyCount>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>fe65240b-044c-4292-9946-f10e0361ecff</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
</CurrentStatus>
</CreatedBy>
<Prefix>prefix</Prefix>
<DefaultType>
<Id>76</Id>
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</DefaultType>
<DefaultArticleId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</DefaultArticleId>
<ThemeId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ThemeId>
</ArticleCollection>
<PublishGroup>
<Id>6</Id>
<Name>name</Name>
<ArticleCollection>
<Id>e3715662-2528-4ba1-84a7-bfcd9d548f80</Id>
<EnableHelpfulness>true</EnableHelpfulness>
<Name>name</Name>
<UrlKey>urlkey</UrlKey>
<Description>description</Description>
<Group>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated />
<Description>description</Description>
<Key>key</Key>
<Name>name</Name>
<Url>url</Url>
<TotalMembers />
<HasGroups>true</HasGroups>
<GroupCount />
<GroupType>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>6cdcf200-3bad-476d-af45-97b52545c337</ContainerId>
</Group>
<Url>url</Url>
<CreatedBy>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
</CreatedBy>
<Prefix>prefix</Prefix>
<DefaultType>
<Id />
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</DefaultType>
<DefaultArticleId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</DefaultArticleId>
<ThemeId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ThemeId>
</ArticleCollection>
<CreateDate>2012-05-02T00:00:00</CreateDate>
<PublishDate>2012-06-04T00:00:00</PublishDate>
<PublishEndDate>2011-05-28T00:00:00</PublishEndDate>
<IsPublished>true</IsPublished>
<IsDeleted>true</IsDeleted>
<DeleteDate>2011-12-09T00:00:00</DeleteDate>
<PublishedVersionCount>25</PublishedVersionCount>
<UnpublishedVersionCount>8</UnpublishedVersionCount>
</PublishGroup>
<SuppressNotifications>true</SuppressNotifications>
<Tags>
<string>string</string>
<string>string</string>
</Tags>
<MetaTitle>metatitle</MetaTitle>
<MetaDescription>metadescription</MetaDescription>
<MetaKeywords>metakeywords</MetaKeywords>
<ActiveVersionCount>4</ActiveVersionCount>
</Article>
<ArticleVersion>
<Id>49fec544-6df7-4a82-872b-f8be586d5e9e</Id>
<Identifier>identifier</Identifier>
<UrlKey>urlkey</UrlKey>
<Title>title</Title>
<Type>
<Id>7</Id>
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</Type>
<Url>url</Url>
<Version>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</Version>
<CreateDate>2012-03-29T00:00:00</CreateDate>
<PublishGroup>
<Id>27</Id>
<Name>name</Name>
<ArticleCollection>
<Id>fe65240b-044c-4292-9946-f10e0361ecff</Id>
<EnableHelpfulness>true</EnableHelpfulness>
<Name>name</Name>
<UrlKey>urlkey</UrlKey>
<Description>description</Description>
<Group>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated />
<Description>description</Description>
<Key>key</Key>
<Name>name</Name>
<Url>url</Url>
<TotalMembers />
<HasGroups>true</HasGroups>
<GroupCount />
<GroupType>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContainerId>
</Group>
<Url>url</Url>
<CreatedBy>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
</CreatedBy>
<Prefix>prefix</Prefix>
<DefaultType>
<Id />
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</DefaultType>
<DefaultArticleId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</DefaultArticleId>
<ThemeId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ThemeId>
</ArticleCollection>
<CreateDate>2012-04-19T00:00:00</CreateDate>
<PublishDate>2012-01-16T00:00:00</PublishDate>
<PublishEndDate>2012-01-04T00:00:00</PublishEndDate>
<IsPublished>true</IsPublished>
<IsDeleted>true</IsDeleted>
<DeleteDate>2012-05-02T00:00:00</DeleteDate>
<PublishedVersionCount>32</PublishedVersionCount>
<UnpublishedVersionCount>52</UnpublishedVersionCount>
</PublishGroup>
<ReadyToPublish>true</ReadyToPublish>
<IsPublished>true</IsPublished>
<IsPendingReview>true</IsPendingReview>
<PublishDate>2012-06-04T00:00:00</PublishDate>
<PublishEndDate>2011-05-28T00:00:00</PublishEndDate>
<LastUpdateDate>2011-12-09T00:00:00</LastUpdateDate>
<SuppressNotifications>true</SuppressNotifications>
<Author>
<Id>112</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
<CurrentStatus>
<Id>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</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>19</ReplyCount>
<Group>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated />
<Description>description</Description>
<Key>key</Key>
<Name>name</Name>
<Url>url</Url>
<TotalMembers />
<HasGroups>true</HasGroups>
<GroupCount />
<GroupType>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContainerId>
</Group>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
<Content>
<ContentId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContentId>
<ContentTypeId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContentTypeId>
<CreatedDate>2012-04-19T00:00:00</CreatedDate>
<HtmlName>htmlname</HtmlName>
<HtmlDescription>htmldescription</HtmlDescription>
<Url>url</Url>
<AvatarUrl>avatarurl</AvatarUrl>
</Content>
</CurrentStatus>
</Author>
<Categories>
<BasicArticleVersionCategory>
<Category>
<Id />
<Name>name</Name>
<Description>description</Description>
<ArticleCollection>
<Id />
<EnableHelpfulness />
<DefaultArticleId />
<ThemeId />
</ArticleCollection>
<HasChildren />
<SortOrder />
<DefaultArticleId />
</Category>
<SortOrder>61</SortOrder>
</BasicArticleVersionCategory>
<BasicArticleVersionCategory>
<Category>
<Id />
<Name>name</Name>
<Description>description</Description>
<ArticleCollection>
<Id />
<EnableHelpfulness />
<DefaultArticleId />
<ThemeId />
</ArticleCollection>
<HasChildren />
<SortOrder />
<DefaultArticleId />
</Category>
<SortOrder>18</SortOrder>
</BasicArticleVersionCategory>
</Categories>
<ArticleCollection>
<Id>fe65240b-044c-4292-9946-f10e0361ecff</Id>
<EnableHelpfulness>true</EnableHelpfulness>
<Name>name</Name>
<UrlKey>urlkey</UrlKey>
<Description>description</Description>
<Group>
<Id>8</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated>2012-01-16T00: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>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContainerId>
<Container>
<ContainerId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContainerId>
<ContainerTypeId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ContainerTypeId>
<HtmlName>htmlname</HtmlName>
<Url>url</Url>
<AvatarUrl>avatarurl</AvatarUrl>
</Container>
</Group>
<Url>url</Url>
<CreatedBy>
<Id>7</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
<CurrentStatus>
<Id>e3715662-2528-4ba1-84a7-bfcd9d548f80</Id>
<Body>body</Body>
<CreatedDate />
<ReplyCount>4</ReplyCount>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
</CurrentStatus>
</CreatedBy>
<Prefix>prefix</Prefix>
<DefaultType>
<Id>27</Id>
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</DefaultType>
<DefaultArticleId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</DefaultArticleId>
<ThemeId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ThemeId>
</ArticleCollection>
<Tags>
<string>string</string>
<string>string</string>
</Tags>
<MetaTitle>metatitle</MetaTitle>
<MetaDescription>metadescription</MetaDescription>
<MetaKeywords>metakeywords</MetaKeywords>
</ArticleVersion>
<ResolvedArticleVersion>
<Id>49fec544-6df7-4a82-872b-f8be586d5e9e</Id>
<Identifier>identifier</Identifier>
<UrlKey>urlkey</UrlKey>
<Title>title</Title>
<Type>
<Id>32</Id>
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</Type>
<Url>url</Url>
<Version>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</Version>
<CreateDate>2012-01-04T00:00:00</CreateDate>
<PublishGroup>
<Id>52</Id>
<Name>name</Name>
<ArticleCollection>
<Id>fe65240b-044c-4292-9946-f10e0361ecff</Id>
<EnableHelpfulness>true</EnableHelpfulness>
<Name>name</Name>
<UrlKey>urlkey</UrlKey>
<Description>description</Description>
<Group>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated />
<Description>description</Description>
<Key>key</Key>
<Name>name</Name>
<Url>url</Url>
<TotalMembers />
<HasGroups>true</HasGroups>
<GroupCount />
<GroupType>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContainerId>
</Group>
<Url>url</Url>
<CreatedBy>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
</CreatedBy>
<Prefix>prefix</Prefix>
<DefaultType>
<Id />
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</DefaultType>
<DefaultArticleId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</DefaultArticleId>
<ThemeId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ThemeId>
</ArticleCollection>
<CreateDate>2012-05-02T00:00:00</CreateDate>
<PublishDate>2012-06-04T00:00:00</PublishDate>
<PublishEndDate>2011-05-28T00:00:00</PublishEndDate>
<IsPublished>true</IsPublished>
<IsDeleted>true</IsDeleted>
<DeleteDate>2011-12-09T00:00:00</DeleteDate>
<PublishedVersionCount>19</PublishedVersionCount>
<UnpublishedVersionCount>112</UnpublishedVersionCount>
</PublishGroup>
<ReadyToPublish>true</ReadyToPublish>
<IsPublished>true</IsPublished>
<IsPendingReview>true</IsPendingReview>
<PublishDate>2012-03-29T00:00:00</PublishDate>
<PublishEndDate>2012-04-19T00:00:00</PublishEndDate>
<LastUpdateDate>2012-01-16T00:00:00</LastUpdateDate>
<SuppressNotifications>true</SuppressNotifications>
<Author>
<Id>18</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
<CurrentStatus>
<Id>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</Id>
<Author>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
</Author>
<Body>body</Body>
<CreatedDate>2012-01-04T00:00:00</CreatedDate>
<ReplyCount>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>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContainerId>
</Group>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
<Content>
<ContentId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContentId>
<ContentTypeId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContentTypeId>
<CreatedDate>2012-05-02T00:00:00</CreatedDate>
<HtmlName>htmlname</HtmlName>
<HtmlDescription>htmldescription</HtmlDescription>
<Url>url</Url>
<AvatarUrl>avatarurl</AvatarUrl>
</Content>
</CurrentStatus>
</Author>
<Categories>
<BasicArticleVersionCategory>
<Category>
<Id />
<Name>name</Name>
<Description>description</Description>
<ArticleCollection>
<Id />
<EnableHelpfulness />
<DefaultArticleId />
<ThemeId />
</ArticleCollection>
<HasChildren />
<SortOrder />
<DefaultArticleId />
</Category>
<SortOrder>76</SortOrder>
</BasicArticleVersionCategory>
<BasicArticleVersionCategory>
<Category>
<Id />
<Name>name</Name>
<Description>description</Description>
<ArticleCollection>
<Id />
<EnableHelpfulness />
<DefaultArticleId />
<ThemeId />
</ArticleCollection>
<HasChildren />
<SortOrder />
<DefaultArticleId />
</Category>
<SortOrder>6</SortOrder>
</BasicArticleVersionCategory>
</Categories>
<ArticleCollection>
<Id>fe65240b-044c-4292-9946-f10e0361ecff</Id>
<EnableHelpfulness>true</EnableHelpfulness>
<Name>name</Name>
<UrlKey>urlkey</UrlKey>
<Description>description</Description>
<Group>
<Id>7</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated>2012-06-04T00:00:00</DateCreated>
<Description>description</Description>
<Key>key</Key>
<Name>name</Name>
<ParentGroupId>25</ParentGroupId>
<Url>url</Url>
<TotalMembers>8</TotalMembers>
<HasGroups>true</HasGroups>
<GroupCount>4</GroupCount>
<GroupType>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContainerId>
<Container>
<ContainerId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContainerId>
<ContainerTypeId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ContainerTypeId>
<HtmlName>htmlname</HtmlName>
<Url>url</Url>
<AvatarUrl>avatarurl</AvatarUrl>
</Container>
</Group>
<Url>url</Url>
<CreatedBy>
<Id>32</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
<CurrentStatus>
<Id>e3715662-2528-4ba1-84a7-bfcd9d548f80</Id>
<Body>body</Body>
<CreatedDate />
<ReplyCount>27</ReplyCount>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
</CurrentStatus>
</CreatedBy>
<Prefix>prefix</Prefix>
<DefaultType>
<Id>52</Id>
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</DefaultType>
<DefaultArticleId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</DefaultArticleId>
<ThemeId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ThemeId>
</ArticleCollection>
<Tags>
<string>string</string>
<string>string</string>
</Tags>
<MetaTitle>metatitle</MetaTitle>
<MetaDescription>metadescription</MetaDescription>
<MetaKeywords>metakeywords</MetaKeywords>
</ResolvedArticleVersion>
<Author>
<Id>8</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
<CurrentStatus>
<Id>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</Id>
<Author>
<Id>112</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
<CurrentStatus>
<Id>49fec544-6df7-4a82-872b-f8be586d5e9e</Id>
<Body>body</Body>
<CreatedDate />
<ReplyCount>19</ReplyCount>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
</CurrentStatus>
</Author>
<Body>body</Body>
<CreatedDate>2011-05-28T00:00:00</CreatedDate>
<ReplyCount>61</ReplyCount>
<Group>
<Id>25</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated>2011-12-09T00:00:00</DateCreated>
<Description>description</Description>
<Key>key</Key>
<Name>name</Name>
<ParentGroupId>18</ParentGroupId>
<Url>url</Url>
<TotalMembers>76</TotalMembers>
<HasGroups>true</HasGroups>
<GroupCount>6</GroupCount>
<GroupType>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>fe65240b-044c-4292-9946-f10e0361ecff</ContainerId>
<Container>
<ContainerId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContainerId>
<ContainerTypeId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContainerTypeId>
<HtmlName>htmlname</HtmlName>
<Url>url</Url>
<AvatarUrl>avatarurl</AvatarUrl>
</Container>
</Group>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
<Content>
<CreatedByUser>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
</CreatedByUser>
<ContentId>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>
<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>
</CurrentStatus>
</Author>
<HelpfulnessResponseType>
<Id>4</Id>
<RequireMessage>true</RequireMessage>
<Name>name</Name>
<CreateDate>2012-04-19T00:00:00</CreateDate>
<User>
<Id>27</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
<CurrentStatus>
<Id>6cdcf200-3bad-476d-af45-97b52545c337</Id>
<Author>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
</Author>
<Body>body</Body>
<CreatedDate>2012-01-16T00: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>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>fe65240b-044c-4292-9946-f10e0361ecff</ContainerId>
</Group>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>6cdcf200-3bad-476d-af45-97b52545c337</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
<Content>
<ContentId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ContentId>
<ContentTypeId>e3715662-2528-4ba1-84a7-bfcd9d548f80</ContentTypeId>
<CreatedDate>2012-01-04T00:00:00</CreatedDate>
<HtmlName>htmlname</HtmlName>
<HtmlDescription>htmldescription</HtmlDescription>
<Url>url</Url>
<AvatarUrl>avatarurl</AvatarUrl>
</Content>
</CurrentStatus>
</User>
<ArticleCollection>
<Id>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</Id>
<EnableHelpfulness>true</EnableHelpfulness>
<Name>name</Name>
<UrlKey>urlkey</UrlKey>
<Description>description</Description>
<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>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContainerId>
<Container>
<ContainerId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContainerId>
<ContainerTypeId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContainerTypeId>
<HtmlName>htmlname</HtmlName>
<Url>url</Url>
<AvatarUrl>avatarurl</AvatarUrl>
</Container>
</Group>
<Url>url</Url>
<CreatedBy>
<Id>18</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>61</ReplyCount>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>fe65240b-044c-4292-9946-f10e0361ecff</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
</CurrentStatus>
</CreatedBy>
<Prefix>prefix</Prefix>
<DefaultType>
<Id>76</Id>
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</DefaultType>
<DefaultArticleId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</DefaultArticleId>
<ThemeId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ThemeId>
</ArticleCollection>
</HelpfulnessResponseType>
<ResolvedByVersionIds>
<guid>e3715662-2528-4ba1-84a7-bfcd9d548f80</guid>
<guid>6cdcf200-3bad-476d-af45-97b52545c337</guid>
</ResolvedByVersionIds>
</Helpfulness>
<Helpfulness>
<Id>6</Id>
<IsHelpful>true</IsHelpful>
<IsIgnored />
<CreateDate>2012-06-04T00:00:00</CreateDate>
<ResolvedDate>2011-05-28T00:00:00</ResolvedDate>
<Article>
<Id>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</Id>
<Identifier>identifier</Identifier>
<UrlKey>urlkey</UrlKey>
<Title>title</Title>
<Type>
<Id>25</Id>
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</Type>
<Url>url</Url>
<Version>44df201a-07e6-42eb-96c7-8ce7ce35aab6</Version>
<CreateDate>2011-12-09T00:00:00</CreateDate>
<IsPublished>true</IsPublished>
<PublishDate>2012-03-29T00:00:00</PublishDate>
<PublishEndDate>2012-04-19T00:00:00</PublishEndDate>
<LastUpdateDate>2012-01-16T00:00:00</LastUpdateDate>
<Author>
<Id>4</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-01-04T00:00:00</CreatedDate>
<ReplyCount>8</ReplyCount>
<Group>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated />
<Description>description</Description>
<Key>key</Key>
<Name>name</Name>
<Url>url</Url>
<TotalMembers />
<HasGroups>true</HasGroups>
<GroupCount />
<GroupType>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContainerId>
</Group>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
<Content>
<ContentId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContentId>
<ContentTypeId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContentTypeId>
<CreatedDate>2012-05-02T00:00:00</CreatedDate>
<HtmlName>htmlname</HtmlName>
<HtmlDescription>htmldescription</HtmlDescription>
<Url>url</Url>
<AvatarUrl>avatarurl</AvatarUrl>
</Content>
</CurrentStatus>
</Author>
<Categories>
<BasicArticleVersionCategory>
<Category>
<Id />
<Name>name</Name>
<Description>description</Description>
<ArticleCollection>
<Id />
<EnableHelpfulness />
<DefaultArticleId />
<ThemeId />
</ArticleCollection>
<HasChildren />
<SortOrder />
<DefaultArticleId />
</Category>
<SortOrder>7</SortOrder>
</BasicArticleVersionCategory>
<BasicArticleVersionCategory>
<Category>
<Id />
<Name>name</Name>
<Description>description</Description>
<ArticleCollection>
<Id />
<EnableHelpfulness />
<DefaultArticleId />
<ThemeId />
</ArticleCollection>
<HasChildren />
<SortOrder />
<DefaultArticleId />
</Category>
<SortOrder>27</SortOrder>
</BasicArticleVersionCategory>
</Categories>
<ArticleCollection>
<Id>e3715662-2528-4ba1-84a7-bfcd9d548f80</Id>
<EnableHelpfulness>true</EnableHelpfulness>
<Name>name</Name>
<UrlKey>urlkey</UrlKey>
<Description>description</Description>
<Group>
<Id>112</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated>2012-06-04T00: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>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>6cdcf200-3bad-476d-af45-97b52545c337</ContainerId>
<Container>
<ContainerId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContainerId>
<ContainerTypeId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContainerTypeId>
<HtmlName>htmlname</HtmlName>
<Url>url</Url>
<AvatarUrl>avatarurl</AvatarUrl>
</Container>
</Group>
<Url>url</Url>
<CreatedBy>
<Id>18</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
<CurrentStatus>
<Id>49fec544-6df7-4a82-872b-f8be586d5e9e</Id>
<Body>body</Body>
<CreatedDate />
<ReplyCount>61</ReplyCount>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
</CurrentStatus>
</CreatedBy>
<Prefix>prefix</Prefix>
<DefaultType>
<Id>76</Id>
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</DefaultType>
<DefaultArticleId>fe65240b-044c-4292-9946-f10e0361ecff</DefaultArticleId>
<ThemeId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ThemeId>
</ArticleCollection>
<PublishGroup>
<Id>6</Id>
<Name>name</Name>
<ArticleCollection>
<Id>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</Id>
<EnableHelpfulness>true</EnableHelpfulness>
<Name>name</Name>
<UrlKey>urlkey</UrlKey>
<Description>description</Description>
<Group>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated />
<Description>description</Description>
<Key>key</Key>
<Name>name</Name>
<Url>url</Url>
<TotalMembers />
<HasGroups>true</HasGroups>
<GroupCount />
<GroupType>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ContainerId>
</Group>
<Url>url</Url>
<CreatedBy>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
</CreatedBy>
<Prefix>prefix</Prefix>
<DefaultType>
<Id />
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</DefaultType>
<DefaultArticleId>e3715662-2528-4ba1-84a7-bfcd9d548f80</DefaultArticleId>
<ThemeId>6cdcf200-3bad-476d-af45-97b52545c337</ThemeId>
</ArticleCollection>
<CreateDate>2011-05-28T00:00:00</CreateDate>
<PublishDate>2011-12-09T00:00:00</PublishDate>
<PublishEndDate>2012-03-29T00:00:00</PublishEndDate>
<IsPublished>true</IsPublished>
<IsDeleted>true</IsDeleted>
<DeleteDate>2012-04-19T00:00:00</DeleteDate>
<PublishedVersionCount>25</PublishedVersionCount>
<UnpublishedVersionCount>8</UnpublishedVersionCount>
</PublishGroup>
<SuppressNotifications>true</SuppressNotifications>
<Tags>
<string>string</string>
<string>string</string>
</Tags>
<MetaTitle>metatitle</MetaTitle>
<MetaDescription>metadescription</MetaDescription>
<MetaKeywords>metakeywords</MetaKeywords>
<ActiveVersionCount>4</ActiveVersionCount>
</Article>
<ArticleVersion>
<Id>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</Id>
<Identifier>identifier</Identifier>
<UrlKey>urlkey</UrlKey>
<Title>title</Title>
<Type>
<Id>7</Id>
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</Type>
<Url>url</Url>
<Version>44df201a-07e6-42eb-96c7-8ce7ce35aab6</Version>
<CreateDate>2012-01-16T00:00:00</CreateDate>
<PublishGroup>
<Id>27</Id>
<Name>name</Name>
<ArticleCollection>
<Id>49fec544-6df7-4a82-872b-f8be586d5e9e</Id>
<EnableHelpfulness>true</EnableHelpfulness>
<Name>name</Name>
<UrlKey>urlkey</UrlKey>
<Description>description</Description>
<Group>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated />
<Description>description</Description>
<Key>key</Key>
<Name>name</Name>
<Url>url</Url>
<TotalMembers />
<HasGroups>true</HasGroups>
<GroupCount />
<GroupType>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContainerId>
</Group>
<Url>url</Url>
<CreatedBy>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
</CreatedBy>
<Prefix>prefix</Prefix>
<DefaultType>
<Id />
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</DefaultType>
<DefaultArticleId>fe65240b-044c-4292-9946-f10e0361ecff</DefaultArticleId>
<ThemeId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ThemeId>
</ArticleCollection>
<CreateDate>2012-01-04T00:00:00</CreateDate>
<PublishDate>2012-05-02T00:00:00</PublishDate>
<PublishEndDate>2012-06-04T00:00:00</PublishEndDate>
<IsPublished>true</IsPublished>
<IsDeleted>true</IsDeleted>
<DeleteDate>2011-05-28T00:00:00</DeleteDate>
<PublishedVersionCount>32</PublishedVersionCount>
<UnpublishedVersionCount>52</UnpublishedVersionCount>
</PublishGroup>
<ReadyToPublish>true</ReadyToPublish>
<IsPublished>true</IsPublished>
<IsPendingReview>true</IsPendingReview>
<PublishDate>2011-12-09T00:00:00</PublishDate>
<PublishEndDate>2012-03-29T00:00:00</PublishEndDate>
<LastUpdateDate>2012-04-19T00:00:00</LastUpdateDate>
<SuppressNotifications>true</SuppressNotifications>
<Author>
<Id>112</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-01-16T00:00:00</CreatedDate>
<ReplyCount>19</ReplyCount>
<Group>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated />
<Description>description</Description>
<Key>key</Key>
<Name>name</Name>
<Url>url</Url>
<TotalMembers />
<HasGroups>true</HasGroups>
<GroupCount />
<GroupType>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContainerId>
</Group>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
<Content>
<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>
</Content>
</CurrentStatus>
</Author>
<Categories>
<BasicArticleVersionCategory>
<Category>
<Id />
<Name>name</Name>
<Description>description</Description>
<ArticleCollection>
<Id />
<EnableHelpfulness />
<DefaultArticleId />
<ThemeId />
</ArticleCollection>
<HasChildren />
<SortOrder />
<DefaultArticleId />
</Category>
<SortOrder>61</SortOrder>
</BasicArticleVersionCategory>
<BasicArticleVersionCategory>
<Category>
<Id />
<Name>name</Name>
<Description>description</Description>
<ArticleCollection>
<Id />
<EnableHelpfulness />
<DefaultArticleId />
<ThemeId />
</ArticleCollection>
<HasChildren />
<SortOrder />
<DefaultArticleId />
</Category>
<SortOrder>18</SortOrder>
</BasicArticleVersionCategory>
</Categories>
<ArticleCollection>
<Id>49fec544-6df7-4a82-872b-f8be586d5e9e</Id>
<EnableHelpfulness>true</EnableHelpfulness>
<Name>name</Name>
<UrlKey>urlkey</UrlKey>
<Description>description</Description>
<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>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContainerId>
<Container>
<ContainerId>fe65240b-044c-4292-9946-f10e0361ecff</ContainerId>
<ContainerTypeId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContainerTypeId>
<HtmlName>htmlname</HtmlName>
<Url>url</Url>
<AvatarUrl>avatarurl</AvatarUrl>
</Container>
</Group>
<Url>url</Url>
<CreatedBy>
<Id>7</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
<CurrentStatus>
<Id>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</Id>
<Body>body</Body>
<CreatedDate />
<ReplyCount>4</ReplyCount>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
</CurrentStatus>
</CreatedBy>
<Prefix>prefix</Prefix>
<DefaultType>
<Id>27</Id>
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</DefaultType>
<DefaultArticleId>e3715662-2528-4ba1-84a7-bfcd9d548f80</DefaultArticleId>
<ThemeId>6cdcf200-3bad-476d-af45-97b52545c337</ThemeId>
</ArticleCollection>
<Tags>
<string>string</string>
<string>string</string>
</Tags>
<MetaTitle>metatitle</MetaTitle>
<MetaDescription>metadescription</MetaDescription>
<MetaKeywords>metakeywords</MetaKeywords>
</ArticleVersion>
<ResolvedArticleVersion>
<Id>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</Id>
<Identifier>identifier</Identifier>
<UrlKey>urlkey</UrlKey>
<Title>title</Title>
<Type>
<Id>32</Id>
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</Type>
<Url>url</Url>
<Version>44df201a-07e6-42eb-96c7-8ce7ce35aab6</Version>
<CreateDate>2012-06-04T00:00:00</CreateDate>
<PublishGroup>
<Id>52</Id>
<Name>name</Name>
<ArticleCollection>
<Id>49fec544-6df7-4a82-872b-f8be586d5e9e</Id>
<EnableHelpfulness>true</EnableHelpfulness>
<Name>name</Name>
<UrlKey>urlkey</UrlKey>
<Description>description</Description>
<Group>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated />
<Description>description</Description>
<Key>key</Key>
<Name>name</Name>
<Url>url</Url>
<TotalMembers />
<HasGroups>true</HasGroups>
<GroupCount />
<GroupType>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContainerId>
</Group>
<Url>url</Url>
<CreatedBy>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
</CreatedBy>
<Prefix>prefix</Prefix>
<DefaultType>
<Id />
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</DefaultType>
<DefaultArticleId>fe65240b-044c-4292-9946-f10e0361ecff</DefaultArticleId>
<ThemeId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ThemeId>
</ArticleCollection>
<CreateDate>2011-05-28T00:00:00</CreateDate>
<PublishDate>2011-12-09T00:00:00</PublishDate>
<PublishEndDate>2012-03-29T00:00:00</PublishEndDate>
<IsPublished>true</IsPublished>
<IsDeleted>true</IsDeleted>
<DeleteDate>2012-04-19T00:00:00</DeleteDate>
<PublishedVersionCount>19</PublishedVersionCount>
<UnpublishedVersionCount>112</UnpublishedVersionCount>
</PublishGroup>
<ReadyToPublish>true</ReadyToPublish>
<IsPublished>true</IsPublished>
<IsPendingReview>true</IsPendingReview>
<PublishDate>2012-01-16T00:00:00</PublishDate>
<PublishEndDate>2012-01-04T00:00:00</PublishEndDate>
<LastUpdateDate>2012-05-02T00:00:00</LastUpdateDate>
<SuppressNotifications>true</SuppressNotifications>
<Author>
<Id>18</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-06-04T00: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>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContainerId>
</Group>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
<Content>
<ContentId>6cdcf200-3bad-476d-af45-97b52545c337</ContentId>
<ContentTypeId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContentTypeId>
<CreatedDate>2011-05-28T00:00:00</CreatedDate>
<HtmlName>htmlname</HtmlName>
<HtmlDescription>htmldescription</HtmlDescription>
<Url>url</Url>
<AvatarUrl>avatarurl</AvatarUrl>
</Content>
</CurrentStatus>
</Author>
<Categories>
<BasicArticleVersionCategory>
<Category>
<Id />
<Name>name</Name>
<Description>description</Description>
<ArticleCollection>
<Id />
<EnableHelpfulness />
<DefaultArticleId />
<ThemeId />
</ArticleCollection>
<HasChildren />
<SortOrder />
<DefaultArticleId />
</Category>
<SortOrder>76</SortOrder>
</BasicArticleVersionCategory>
<BasicArticleVersionCategory>
<Category>
<Id />
<Name>name</Name>
<Description>description</Description>
<ArticleCollection>
<Id />
<EnableHelpfulness />
<DefaultArticleId />
<ThemeId />
</ArticleCollection>
<HasChildren />
<SortOrder />
<DefaultArticleId />
</Category>
<SortOrder>6</SortOrder>
</BasicArticleVersionCategory>
</Categories>
<ArticleCollection>
<Id>49fec544-6df7-4a82-872b-f8be586d5e9e</Id>
<EnableHelpfulness>true</EnableHelpfulness>
<Name>name</Name>
<UrlKey>urlkey</UrlKey>
<Description>description</Description>
<Group>
<Id>7</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated>2011-12-09T00:00:00</DateCreated>
<Description>description</Description>
<Key>key</Key>
<Name>name</Name>
<ParentGroupId>25</ParentGroupId>
<Url>url</Url>
<TotalMembers>8</TotalMembers>
<HasGroups>true</HasGroups>
<GroupCount>4</GroupCount>
<GroupType>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>9f5a6721-639d-4e1d-ab6a-ce63b7750f46</ContainerId>
<Container>
<ContainerId>fe65240b-044c-4292-9946-f10e0361ecff</ContainerId>
<ContainerTypeId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContainerTypeId>
<HtmlName>htmlname</HtmlName>
<Url>url</Url>
<AvatarUrl>avatarurl</AvatarUrl>
</Container>
</Group>
<Url>url</Url>
<CreatedBy>
<Id>32</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
<CurrentStatus>
<Id>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</Id>
<Body>body</Body>
<CreatedDate />
<ReplyCount>27</ReplyCount>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
</CurrentStatus>
</CreatedBy>
<Prefix>prefix</Prefix>
<DefaultType>
<Id>52</Id>
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</DefaultType>
<DefaultArticleId>e3715662-2528-4ba1-84a7-bfcd9d548f80</DefaultArticleId>
<ThemeId>6cdcf200-3bad-476d-af45-97b52545c337</ThemeId>
</ArticleCollection>
<Tags>
<string>string</string>
<string>string</string>
</Tags>
<MetaTitle>metatitle</MetaTitle>
<MetaDescription>metadescription</MetaDescription>
<MetaKeywords>metakeywords</MetaKeywords>
</ResolvedArticleVersion>
<Author>
<Id>8</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
<CurrentStatus>
<Id>44df201a-07e6-42eb-96c7-8ce7ce35aab6</Id>
<Author>
<Id>112</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>19</ReplyCount>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
</CurrentStatus>
</Author>
<Body>body</Body>
<CreatedDate>2012-03-29T00:00:00</CreatedDate>
<ReplyCount>61</ReplyCount>
<Group>
<Id>25</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated>2012-04-19T00:00:00</DateCreated>
<Description>description</Description>
<Key>key</Key>
<Name>name</Name>
<ParentGroupId>18</ParentGroupId>
<Url>url</Url>
<TotalMembers>76</TotalMembers>
<HasGroups>true</HasGroups>
<GroupCount>6</GroupCount>
<GroupType>grouptype</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>
<ContentId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
<Content>
<CreatedByUser>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
</CreatedByUser>
<ContentId>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>
<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>
<HelpfulnessResponseType>
<Id>4</Id>
<RequireMessage>true</RequireMessage>
<Name>name</Name>
<CreateDate>2012-01-04T00:00:00</CreateDate>
<User>
<Id>27</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-05-02T00:00:00</CreatedDate>
<ReplyCount>7</ReplyCount>
<Group>
<Id />
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated />
<Description>description</Description>
<Key>key</Key>
<Name>name</Name>
<Url>url</Url>
<TotalMembers />
<HasGroups>true</HasGroups>
<GroupCount />
<GroupType>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContainerId>
</Group>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>9ba1ec43-dc34-4e27-a579-4a0855144e2f</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
<Content>
<ContentId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ContentId>
<ContentTypeId>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</ContentTypeId>
<CreatedDate>2012-06-04T00:00:00</CreatedDate>
<HtmlName>htmlname</HtmlName>
<HtmlDescription>htmldescription</HtmlDescription>
<Url>url</Url>
<AvatarUrl>avatarurl</AvatarUrl>
</Content>
</CurrentStatus>
</User>
<ArticleCollection>
<Id>e3715662-2528-4ba1-84a7-bfcd9d548f80</Id>
<EnableHelpfulness>true</EnableHelpfulness>
<Name>name</Name>
<UrlKey>urlkey</UrlKey>
<Description>description</Description>
<Group>
<Id>112</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DateCreated>2011-05-28T00: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>grouptype</GroupType>
<EnableGroupMessages>true</EnableGroupMessages>
<EnableContact>true</EnableContact>
<SearchUniqueId>searchuniqueid</SearchUniqueId>
<ExtendedAttributes />
<ContainerId>6cdcf200-3bad-476d-af45-97b52545c337</ContainerId>
<Container>
<ContainerId>b04540ec-eb38-4fa1-b7bb-e3fde05401b4</ContainerId>
<ContainerTypeId>44df201a-07e6-42eb-96c7-8ce7ce35aab6</ContainerTypeId>
<HtmlName>htmlname</HtmlName>
<Url>url</Url>
<AvatarUrl>avatarurl</AvatarUrl>
</Container>
</Group>
<Url>url</Url>
<CreatedBy>
<Id>18</Id>
<AvatarUrl>avatarurl</AvatarUrl>
<DisplayName>displayname</DisplayName>
<ProfileUrl>profileurl</ProfileUrl>
<Username>username</Username>
<CurrentStatus>
<Id>49fec544-6df7-4a82-872b-f8be586d5e9e</Id>
<Body>body</Body>
<CreatedDate />
<ReplyCount>61</ReplyCount>
<AttachedUrl>attachedurl</AttachedUrl>
<ContentId>49fec544-6df7-4a82-872b-f8be586d5e9e</ContentId>
<ContentType>56f1a3ec-14bb-45c6-949f-ee7776d68c78</ContentType>
<Url>url</Url>
<IsPublished>true</IsPublished>
</CurrentStatus>
</CreatedBy>
<Prefix>prefix</Prefix>
<DefaultType>
<Id>76</Id>
<Name>name</Name>
<ImageUrl>imageurl</ImageUrl>
</DefaultType>
<DefaultArticleId>fe65240b-044c-4292-9946-f10e0361ecff</DefaultArticleId>
<ThemeId>2d525bad-c4df-470d-a193-a1c6d66e5c3e</ThemeId>
</ArticleCollection>
</HelpfulnessResponseType>
<ResolvedByVersionIds>
<guid>bd519379-b61f-4e2f-b0f9-c0f28c5cceb1</guid>
<guid>9ba1ec43-dc34-4e27-a579-4a0855144e2f</guid>
</ResolvedByVersionIds>
</Helpfulness>
</Helpfulness>
<Errors>
<Message>string</Message>
<Message>string</Message>
</Errors>
</Response>