POST api/v2.0/Blogs/GetLatestEntries
Retrieves the Blog Entries that meet the filter conditions.
Request Information
URI Parameters
None.
Body Parameters
Conditions that specify what Blog Entries to return.
GetBlogsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| MaxRecords | integer |
None. |
|
| CommunityKeyFilter | globally unique identifier |
None. |
|
| IgnoreStaffBlogs | boolean |
None. |
|
| MaxDaysOld | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MaxRecords": 1,
"CommunityKeyFilter": "f2d2a6a9-70a2-48c2-9edb-62a09154e25c",
"IgnoreStaffBlogs": true,
"MaxDaysOld": 4
}
application/xml, text/xml
Sample:
<GetBlogsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.Request"> <CommunityKeyFilter>f2d2a6a9-70a2-48c2-9edb-62a09154e25c</CommunityKeyFilter> <IgnoreStaffBlogs>true</IgnoreStaffBlogs> <MaxDaysOld>4</MaxDaysOld> <MaxRecords>1</MaxRecords> </GetBlogsRequest>
Response Information
Resource Description
Collection of Blog| Name | Description | Type | Additional information |
|---|---|---|---|
| Author | ContactConcise |
None. |
|
| BlogKey | globally unique identifier |
None. |
|
| Community | Community |
None. |
|
| CreatedOn | date |
None. |
|
| BlogText | string |
None. |
|
| IsPublished | boolean |
None. |
|
| LinkToReadBlog | string |
None. |
|
| PublishedOn | date |
None. |
|
| BlogTitle | string |
None. |
|
| UpdatedOn | date |
None. |
|
| ViewPermission | string |
None. |
|
| CommentPermission | string |
None. |
|
| ViewCount | integer |
None. |
|
| RatingCount | integer |
None. |
|
| CommentCount | integer |
None. |
|
| Comments | Collection of Comment |
None. |
|
| RelatedLinks | Collection of RelatedLink |
None. |
|
| ContactsWhoRecommend | Collection of ContactConcise |
None. |
|
| AuthenticatedUserRecommends | boolean |
None. |
|
| AuthenticatedUserFavorite | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Author": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "669c3de9-25ab-487a-b1cf-421108f96e20",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"DisplayName": "sample string 6",
"EmailAddress": "sample string 7",
"ContactStatusCode": "sample string 8",
"PrefixCode": "sample string 9",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedByContactKey": "f6405a7f-2183-4f01-84fd-4e8e40df8473",
"CompanyName": "sample string 12",
"CompanyTitle": "sample string 13",
"SuffixCode": "sample string 14",
"Designation": "sample string 15",
"LegacyContactKey": "sample string 16",
"InformalName": "sample string 17",
"MiddleName": "sample string 18",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 20",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"LargePictureUrl": "sample string 24",
"AgreedToTermsDateTime": "2026-09-04T02:54:02.2738372Z"
},
"BlogKey": "73936362-7720-4c36-a44d-11cbc8b07852",
"Community": null,
"CreatedOn": "2026-09-04T02:54:02.2738372Z",
"BlogText": "sample string 3",
"IsPublished": true,
"LinkToReadBlog": "sample string 5",
"PublishedOn": "2026-09-04T02:54:02.2738372Z",
"BlogTitle": "sample string 7",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z",
"ViewPermission": "sample string 9",
"CommentPermission": "sample string 10",
"ViewCount": 11,
"RatingCount": 12,
"CommentCount": 13,
"Comments": [
{
"CommentKey": "4a1baec9-0748-47c0-a0f0-771a7f16b498",
"CommentBody": "sample string 2",
"CommentAuthor": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "669c3de9-25ab-487a-b1cf-421108f96e20",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"DisplayName": "sample string 6",
"EmailAddress": "sample string 7",
"ContactStatusCode": "sample string 8",
"PrefixCode": "sample string 9",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedByContactKey": "f6405a7f-2183-4f01-84fd-4e8e40df8473",
"CompanyName": "sample string 12",
"CompanyTitle": "sample string 13",
"SuffixCode": "sample string 14",
"Designation": "sample string 15",
"LegacyContactKey": "sample string 16",
"InformalName": "sample string 17",
"MiddleName": "sample string 18",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 20",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"LargePictureUrl": "sample string 24",
"AgreedToTermsDateTime": "2026-09-04T02:54:02.2738372Z"
},
"IsOfficial": true,
"ItemKey": "13df4187-f1d6-4c3b-a285-037e046e9318",
"CreatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z"
},
{
"CommentKey": "4a1baec9-0748-47c0-a0f0-771a7f16b498",
"CommentBody": "sample string 2",
"CommentAuthor": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "669c3de9-25ab-487a-b1cf-421108f96e20",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"DisplayName": "sample string 6",
"EmailAddress": "sample string 7",
"ContactStatusCode": "sample string 8",
"PrefixCode": "sample string 9",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedByContactKey": "f6405a7f-2183-4f01-84fd-4e8e40df8473",
"CompanyName": "sample string 12",
"CompanyTitle": "sample string 13",
"SuffixCode": "sample string 14",
"Designation": "sample string 15",
"LegacyContactKey": "sample string 16",
"InformalName": "sample string 17",
"MiddleName": "sample string 18",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 20",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"LargePictureUrl": "sample string 24",
"AgreedToTermsDateTime": "2026-09-04T02:54:02.2738372Z"
},
"IsOfficial": true,
"ItemKey": "13df4187-f1d6-4c3b-a285-037e046e9318",
"CreatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z"
}
],
"RelatedLinks": [
{
"RelatedLinkKey": "65fd6ea8-fc16-4cfb-941c-6d015681389e",
"ItemKey": "e368b452-aca2-4ce6-922a-2b9eb5b21b8f",
"Url": "sample string 3",
"Contributor": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "669c3de9-25ab-487a-b1cf-421108f96e20",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"DisplayName": "sample string 6",
"EmailAddress": "sample string 7",
"ContactStatusCode": "sample string 8",
"PrefixCode": "sample string 9",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedByContactKey": "f6405a7f-2183-4f01-84fd-4e8e40df8473",
"CompanyName": "sample string 12",
"CompanyTitle": "sample string 13",
"SuffixCode": "sample string 14",
"Designation": "sample string 15",
"LegacyContactKey": "sample string 16",
"InformalName": "sample string 17",
"MiddleName": "sample string 18",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 20",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"LargePictureUrl": "sample string 24",
"AgreedToTermsDateTime": "2026-09-04T02:54:02.2738372Z"
},
"CreatedOn": "2026-09-04T02:54:02.2738372Z"
},
{
"RelatedLinkKey": "65fd6ea8-fc16-4cfb-941c-6d015681389e",
"ItemKey": "e368b452-aca2-4ce6-922a-2b9eb5b21b8f",
"Url": "sample string 3",
"Contributor": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "669c3de9-25ab-487a-b1cf-421108f96e20",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"DisplayName": "sample string 6",
"EmailAddress": "sample string 7",
"ContactStatusCode": "sample string 8",
"PrefixCode": "sample string 9",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedByContactKey": "f6405a7f-2183-4f01-84fd-4e8e40df8473",
"CompanyName": "sample string 12",
"CompanyTitle": "sample string 13",
"SuffixCode": "sample string 14",
"Designation": "sample string 15",
"LegacyContactKey": "sample string 16",
"InformalName": "sample string 17",
"MiddleName": "sample string 18",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 20",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"LargePictureUrl": "sample string 24",
"AgreedToTermsDateTime": "2026-09-04T02:54:02.2738372Z"
},
"CreatedOn": "2026-09-04T02:54:02.2738372Z"
}
],
"ContactsWhoRecommend": [
{
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "669c3de9-25ab-487a-b1cf-421108f96e20",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"DisplayName": "sample string 6",
"EmailAddress": "sample string 7",
"ContactStatusCode": "sample string 8",
"PrefixCode": "sample string 9",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedByContactKey": "f6405a7f-2183-4f01-84fd-4e8e40df8473",
"CompanyName": "sample string 12",
"CompanyTitle": "sample string 13",
"SuffixCode": "sample string 14",
"Designation": "sample string 15",
"LegacyContactKey": "sample string 16",
"InformalName": "sample string 17",
"MiddleName": "sample string 18",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 20",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"LargePictureUrl": "sample string 24",
"AgreedToTermsDateTime": "2026-09-04T02:54:02.2738372Z"
},
{
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "669c3de9-25ab-487a-b1cf-421108f96e20",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"DisplayName": "sample string 6",
"EmailAddress": "sample string 7",
"ContactStatusCode": "sample string 8",
"PrefixCode": "sample string 9",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedByContactKey": "f6405a7f-2183-4f01-84fd-4e8e40df8473",
"CompanyName": "sample string 12",
"CompanyTitle": "sample string 13",
"SuffixCode": "sample string 14",
"Designation": "sample string 15",
"LegacyContactKey": "sample string 16",
"InformalName": "sample string 17",
"MiddleName": "sample string 18",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 20",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"LargePictureUrl": "sample string 24",
"AgreedToTermsDateTime": "2026-09-04T02:54:02.2738372Z"
}
],
"AuthenticatedUserRecommends": true,
"AuthenticatedUserFavorite": true
},
{
"Author": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "669c3de9-25ab-487a-b1cf-421108f96e20",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"DisplayName": "sample string 6",
"EmailAddress": "sample string 7",
"ContactStatusCode": "sample string 8",
"PrefixCode": "sample string 9",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedByContactKey": "f6405a7f-2183-4f01-84fd-4e8e40df8473",
"CompanyName": "sample string 12",
"CompanyTitle": "sample string 13",
"SuffixCode": "sample string 14",
"Designation": "sample string 15",
"LegacyContactKey": "sample string 16",
"InformalName": "sample string 17",
"MiddleName": "sample string 18",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 20",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"LargePictureUrl": "sample string 24",
"AgreedToTermsDateTime": "2026-09-04T02:54:02.2738372Z"
},
"BlogKey": "73936362-7720-4c36-a44d-11cbc8b07852",
"Community": null,
"CreatedOn": "2026-09-04T02:54:02.2738372Z",
"BlogText": "sample string 3",
"IsPublished": true,
"LinkToReadBlog": "sample string 5",
"PublishedOn": "2026-09-04T02:54:02.2738372Z",
"BlogTitle": "sample string 7",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z",
"ViewPermission": "sample string 9",
"CommentPermission": "sample string 10",
"ViewCount": 11,
"RatingCount": 12,
"CommentCount": 13,
"Comments": [
{
"CommentKey": "4a1baec9-0748-47c0-a0f0-771a7f16b498",
"CommentBody": "sample string 2",
"CommentAuthor": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "669c3de9-25ab-487a-b1cf-421108f96e20",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"DisplayName": "sample string 6",
"EmailAddress": "sample string 7",
"ContactStatusCode": "sample string 8",
"PrefixCode": "sample string 9",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedByContactKey": "f6405a7f-2183-4f01-84fd-4e8e40df8473",
"CompanyName": "sample string 12",
"CompanyTitle": "sample string 13",
"SuffixCode": "sample string 14",
"Designation": "sample string 15",
"LegacyContactKey": "sample string 16",
"InformalName": "sample string 17",
"MiddleName": "sample string 18",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 20",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"LargePictureUrl": "sample string 24",
"AgreedToTermsDateTime": "2026-09-04T02:54:02.2738372Z"
},
"IsOfficial": true,
"ItemKey": "13df4187-f1d6-4c3b-a285-037e046e9318",
"CreatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z"
},
{
"CommentKey": "4a1baec9-0748-47c0-a0f0-771a7f16b498",
"CommentBody": "sample string 2",
"CommentAuthor": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "669c3de9-25ab-487a-b1cf-421108f96e20",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"DisplayName": "sample string 6",
"EmailAddress": "sample string 7",
"ContactStatusCode": "sample string 8",
"PrefixCode": "sample string 9",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedByContactKey": "f6405a7f-2183-4f01-84fd-4e8e40df8473",
"CompanyName": "sample string 12",
"CompanyTitle": "sample string 13",
"SuffixCode": "sample string 14",
"Designation": "sample string 15",
"LegacyContactKey": "sample string 16",
"InformalName": "sample string 17",
"MiddleName": "sample string 18",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 20",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"LargePictureUrl": "sample string 24",
"AgreedToTermsDateTime": "2026-09-04T02:54:02.2738372Z"
},
"IsOfficial": true,
"ItemKey": "13df4187-f1d6-4c3b-a285-037e046e9318",
"CreatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z"
}
],
"RelatedLinks": [
{
"RelatedLinkKey": "65fd6ea8-fc16-4cfb-941c-6d015681389e",
"ItemKey": "e368b452-aca2-4ce6-922a-2b9eb5b21b8f",
"Url": "sample string 3",
"Contributor": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "669c3de9-25ab-487a-b1cf-421108f96e20",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"DisplayName": "sample string 6",
"EmailAddress": "sample string 7",
"ContactStatusCode": "sample string 8",
"PrefixCode": "sample string 9",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedByContactKey": "f6405a7f-2183-4f01-84fd-4e8e40df8473",
"CompanyName": "sample string 12",
"CompanyTitle": "sample string 13",
"SuffixCode": "sample string 14",
"Designation": "sample string 15",
"LegacyContactKey": "sample string 16",
"InformalName": "sample string 17",
"MiddleName": "sample string 18",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 20",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"LargePictureUrl": "sample string 24",
"AgreedToTermsDateTime": "2026-09-04T02:54:02.2738372Z"
},
"CreatedOn": "2026-09-04T02:54:02.2738372Z"
},
{
"RelatedLinkKey": "65fd6ea8-fc16-4cfb-941c-6d015681389e",
"ItemKey": "e368b452-aca2-4ce6-922a-2b9eb5b21b8f",
"Url": "sample string 3",
"Contributor": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "669c3de9-25ab-487a-b1cf-421108f96e20",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"DisplayName": "sample string 6",
"EmailAddress": "sample string 7",
"ContactStatusCode": "sample string 8",
"PrefixCode": "sample string 9",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedByContactKey": "f6405a7f-2183-4f01-84fd-4e8e40df8473",
"CompanyName": "sample string 12",
"CompanyTitle": "sample string 13",
"SuffixCode": "sample string 14",
"Designation": "sample string 15",
"LegacyContactKey": "sample string 16",
"InformalName": "sample string 17",
"MiddleName": "sample string 18",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 20",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"LargePictureUrl": "sample string 24",
"AgreedToTermsDateTime": "2026-09-04T02:54:02.2738372Z"
},
"CreatedOn": "2026-09-04T02:54:02.2738372Z"
}
],
"ContactsWhoRecommend": [
{
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "669c3de9-25ab-487a-b1cf-421108f96e20",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"DisplayName": "sample string 6",
"EmailAddress": "sample string 7",
"ContactStatusCode": "sample string 8",
"PrefixCode": "sample string 9",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedByContactKey": "f6405a7f-2183-4f01-84fd-4e8e40df8473",
"CompanyName": "sample string 12",
"CompanyTitle": "sample string 13",
"SuffixCode": "sample string 14",
"Designation": "sample string 15",
"LegacyContactKey": "sample string 16",
"InformalName": "sample string 17",
"MiddleName": "sample string 18",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 20",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"LargePictureUrl": "sample string 24",
"AgreedToTermsDateTime": "2026-09-04T02:54:02.2738372Z"
},
{
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "669c3de9-25ab-487a-b1cf-421108f96e20",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"DisplayName": "sample string 6",
"EmailAddress": "sample string 7",
"ContactStatusCode": "sample string 8",
"PrefixCode": "sample string 9",
"UpdatedOn": "2026-09-04T02:54:02.2738372Z",
"UpdatedByContactKey": "f6405a7f-2183-4f01-84fd-4e8e40df8473",
"CompanyName": "sample string 12",
"CompanyTitle": "sample string 13",
"SuffixCode": "sample string 14",
"Designation": "sample string 15",
"LegacyContactKey": "sample string 16",
"InformalName": "sample string 17",
"MiddleName": "sample string 18",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 20",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"LargePictureUrl": "sample string 24",
"AgreedToTermsDateTime": "2026-09-04T02:54:02.2738372Z"
}
],
"AuthenticatedUserRecommends": true,
"AuthenticatedUserFavorite": true
}
]
application/xml, text/xml
Sample:
<ArrayOfBlog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
<Blog>
<AuthenticatedUserFavorite>true</AuthenticatedUserFavorite>
<AuthenticatedUserRecommends>true</AuthenticatedUserRecommends>
<Author>
<AMSDirectoryOptOut>true</AMSDirectoryOptOut>
<AgreedToTermsDateTime>2026-09-03T22:54:02.2738372-04:00</AgreedToTermsDateTime>
<CompanyLegacyContactKey>sample string 20</CompanyLegacyContactKey>
<CompanyName>sample string 12</CompanyName>
<CompanyTitle>sample string 13</CompanyTitle>
<ContactKey>669c3de9-25ab-487a-b1cf-421108f96e20</ContactKey>
<ContactStatusCode>sample string 8</ContactStatusCode>
<Designation>sample string 15</Designation>
<DisplayName>sample string 6</DisplayName>
<EmailAddress>sample string 7</EmailAddress>
<FirstName>sample string 4</FirstName>
<HLContactMeOptOut>true</HLContactMeOptOut>
<HLDirectoryOptOut>true</HLDirectoryOptOut>
<InformalName>sample string 17</InformalName>
<IsCompany>true</IsCompany>
<LargePictureUrl>sample string 24</LargePictureUrl>
<LastName>sample string 5</LastName>
<LegacyContactKey>sample string 16</LegacyContactKey>
<LinkToProfile>sample string 1</LinkToProfile>
<MiddleName>sample string 18</MiddleName>
<PictureUrl>sample string 2</PictureUrl>
<PrefixCode>sample string 9</PrefixCode>
<SuffixCode>sample string 14</SuffixCode>
<UpdatedByContactKey>f6405a7f-2183-4f01-84fd-4e8e40df8473</UpdatedByContactKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</Author>
<BlogKey>73936362-7720-4c36-a44d-11cbc8b07852</BlogKey>
<BlogText>sample string 3</BlogText>
<BlogTitle>sample string 7</BlogTitle>
<CommentCount>13</CommentCount>
<CommentPermission>sample string 10</CommentPermission>
<Comments>
<Comment>
<CommentAuthor>
<AMSDirectoryOptOut>true</AMSDirectoryOptOut>
<AgreedToTermsDateTime>2026-09-03T22:54:02.2738372-04:00</AgreedToTermsDateTime>
<CompanyLegacyContactKey>sample string 20</CompanyLegacyContactKey>
<CompanyName>sample string 12</CompanyName>
<CompanyTitle>sample string 13</CompanyTitle>
<ContactKey>669c3de9-25ab-487a-b1cf-421108f96e20</ContactKey>
<ContactStatusCode>sample string 8</ContactStatusCode>
<Designation>sample string 15</Designation>
<DisplayName>sample string 6</DisplayName>
<EmailAddress>sample string 7</EmailAddress>
<FirstName>sample string 4</FirstName>
<HLContactMeOptOut>true</HLContactMeOptOut>
<HLDirectoryOptOut>true</HLDirectoryOptOut>
<InformalName>sample string 17</InformalName>
<IsCompany>true</IsCompany>
<LargePictureUrl>sample string 24</LargePictureUrl>
<LastName>sample string 5</LastName>
<LegacyContactKey>sample string 16</LegacyContactKey>
<LinkToProfile>sample string 1</LinkToProfile>
<MiddleName>sample string 18</MiddleName>
<PictureUrl>sample string 2</PictureUrl>
<PrefixCode>sample string 9</PrefixCode>
<SuffixCode>sample string 14</SuffixCode>
<UpdatedByContactKey>f6405a7f-2183-4f01-84fd-4e8e40df8473</UpdatedByContactKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</CommentAuthor>
<CommentBody>sample string 2</CommentBody>
<CommentKey>4a1baec9-0748-47c0-a0f0-771a7f16b498</CommentKey>
<CreatedOn>2026-09-03T22:54:02.2738372-04:00</CreatedOn>
<IsOfficial>true</IsOfficial>
<ItemKey>13df4187-f1d6-4c3b-a285-037e046e9318</ItemKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</Comment>
<Comment>
<CommentAuthor>
<AMSDirectoryOptOut>true</AMSDirectoryOptOut>
<AgreedToTermsDateTime>2026-09-03T22:54:02.2738372-04:00</AgreedToTermsDateTime>
<CompanyLegacyContactKey>sample string 20</CompanyLegacyContactKey>
<CompanyName>sample string 12</CompanyName>
<CompanyTitle>sample string 13</CompanyTitle>
<ContactKey>669c3de9-25ab-487a-b1cf-421108f96e20</ContactKey>
<ContactStatusCode>sample string 8</ContactStatusCode>
<Designation>sample string 15</Designation>
<DisplayName>sample string 6</DisplayName>
<EmailAddress>sample string 7</EmailAddress>
<FirstName>sample string 4</FirstName>
<HLContactMeOptOut>true</HLContactMeOptOut>
<HLDirectoryOptOut>true</HLDirectoryOptOut>
<InformalName>sample string 17</InformalName>
<IsCompany>true</IsCompany>
<LargePictureUrl>sample string 24</LargePictureUrl>
<LastName>sample string 5</LastName>
<LegacyContactKey>sample string 16</LegacyContactKey>
<LinkToProfile>sample string 1</LinkToProfile>
<MiddleName>sample string 18</MiddleName>
<PictureUrl>sample string 2</PictureUrl>
<PrefixCode>sample string 9</PrefixCode>
<SuffixCode>sample string 14</SuffixCode>
<UpdatedByContactKey>f6405a7f-2183-4f01-84fd-4e8e40df8473</UpdatedByContactKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</CommentAuthor>
<CommentBody>sample string 2</CommentBody>
<CommentKey>4a1baec9-0748-47c0-a0f0-771a7f16b498</CommentKey>
<CreatedOn>2026-09-03T22:54:02.2738372-04:00</CreatedOn>
<IsOfficial>true</IsOfficial>
<ItemKey>13df4187-f1d6-4c3b-a285-037e046e9318</ItemKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</Comment>
</Comments>
<Community i:nil="true" />
<ContactsWhoRecommend>
<ContactConcise>
<AMSDirectoryOptOut>true</AMSDirectoryOptOut>
<AgreedToTermsDateTime>2026-09-03T22:54:02.2738372-04:00</AgreedToTermsDateTime>
<CompanyLegacyContactKey>sample string 20</CompanyLegacyContactKey>
<CompanyName>sample string 12</CompanyName>
<CompanyTitle>sample string 13</CompanyTitle>
<ContactKey>669c3de9-25ab-487a-b1cf-421108f96e20</ContactKey>
<ContactStatusCode>sample string 8</ContactStatusCode>
<Designation>sample string 15</Designation>
<DisplayName>sample string 6</DisplayName>
<EmailAddress>sample string 7</EmailAddress>
<FirstName>sample string 4</FirstName>
<HLContactMeOptOut>true</HLContactMeOptOut>
<HLDirectoryOptOut>true</HLDirectoryOptOut>
<InformalName>sample string 17</InformalName>
<IsCompany>true</IsCompany>
<LargePictureUrl>sample string 24</LargePictureUrl>
<LastName>sample string 5</LastName>
<LegacyContactKey>sample string 16</LegacyContactKey>
<LinkToProfile>sample string 1</LinkToProfile>
<MiddleName>sample string 18</MiddleName>
<PictureUrl>sample string 2</PictureUrl>
<PrefixCode>sample string 9</PrefixCode>
<SuffixCode>sample string 14</SuffixCode>
<UpdatedByContactKey>f6405a7f-2183-4f01-84fd-4e8e40df8473</UpdatedByContactKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</ContactConcise>
<ContactConcise>
<AMSDirectoryOptOut>true</AMSDirectoryOptOut>
<AgreedToTermsDateTime>2026-09-03T22:54:02.2738372-04:00</AgreedToTermsDateTime>
<CompanyLegacyContactKey>sample string 20</CompanyLegacyContactKey>
<CompanyName>sample string 12</CompanyName>
<CompanyTitle>sample string 13</CompanyTitle>
<ContactKey>669c3de9-25ab-487a-b1cf-421108f96e20</ContactKey>
<ContactStatusCode>sample string 8</ContactStatusCode>
<Designation>sample string 15</Designation>
<DisplayName>sample string 6</DisplayName>
<EmailAddress>sample string 7</EmailAddress>
<FirstName>sample string 4</FirstName>
<HLContactMeOptOut>true</HLContactMeOptOut>
<HLDirectoryOptOut>true</HLDirectoryOptOut>
<InformalName>sample string 17</InformalName>
<IsCompany>true</IsCompany>
<LargePictureUrl>sample string 24</LargePictureUrl>
<LastName>sample string 5</LastName>
<LegacyContactKey>sample string 16</LegacyContactKey>
<LinkToProfile>sample string 1</LinkToProfile>
<MiddleName>sample string 18</MiddleName>
<PictureUrl>sample string 2</PictureUrl>
<PrefixCode>sample string 9</PrefixCode>
<SuffixCode>sample string 14</SuffixCode>
<UpdatedByContactKey>f6405a7f-2183-4f01-84fd-4e8e40df8473</UpdatedByContactKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</ContactConcise>
</ContactsWhoRecommend>
<CreatedOn>2026-09-03T22:54:02.2738372-04:00</CreatedOn>
<IsPublished>true</IsPublished>
<LinkToReadBlog>sample string 5</LinkToReadBlog>
<PublishedOn>2026-09-03T22:54:02.2738372-04:00</PublishedOn>
<RatingCount>12</RatingCount>
<RelatedLinks>
<RelatedLink>
<Contributor>
<AMSDirectoryOptOut>true</AMSDirectoryOptOut>
<AgreedToTermsDateTime>2026-09-03T22:54:02.2738372-04:00</AgreedToTermsDateTime>
<CompanyLegacyContactKey>sample string 20</CompanyLegacyContactKey>
<CompanyName>sample string 12</CompanyName>
<CompanyTitle>sample string 13</CompanyTitle>
<ContactKey>669c3de9-25ab-487a-b1cf-421108f96e20</ContactKey>
<ContactStatusCode>sample string 8</ContactStatusCode>
<Designation>sample string 15</Designation>
<DisplayName>sample string 6</DisplayName>
<EmailAddress>sample string 7</EmailAddress>
<FirstName>sample string 4</FirstName>
<HLContactMeOptOut>true</HLContactMeOptOut>
<HLDirectoryOptOut>true</HLDirectoryOptOut>
<InformalName>sample string 17</InformalName>
<IsCompany>true</IsCompany>
<LargePictureUrl>sample string 24</LargePictureUrl>
<LastName>sample string 5</LastName>
<LegacyContactKey>sample string 16</LegacyContactKey>
<LinkToProfile>sample string 1</LinkToProfile>
<MiddleName>sample string 18</MiddleName>
<PictureUrl>sample string 2</PictureUrl>
<PrefixCode>sample string 9</PrefixCode>
<SuffixCode>sample string 14</SuffixCode>
<UpdatedByContactKey>f6405a7f-2183-4f01-84fd-4e8e40df8473</UpdatedByContactKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</Contributor>
<CreatedOn>2026-09-03T22:54:02.2738372-04:00</CreatedOn>
<ItemKey>e368b452-aca2-4ce6-922a-2b9eb5b21b8f</ItemKey>
<RelatedLinkKey>65fd6ea8-fc16-4cfb-941c-6d015681389e</RelatedLinkKey>
<Url>sample string 3</Url>
</RelatedLink>
<RelatedLink>
<Contributor>
<AMSDirectoryOptOut>true</AMSDirectoryOptOut>
<AgreedToTermsDateTime>2026-09-03T22:54:02.2738372-04:00</AgreedToTermsDateTime>
<CompanyLegacyContactKey>sample string 20</CompanyLegacyContactKey>
<CompanyName>sample string 12</CompanyName>
<CompanyTitle>sample string 13</CompanyTitle>
<ContactKey>669c3de9-25ab-487a-b1cf-421108f96e20</ContactKey>
<ContactStatusCode>sample string 8</ContactStatusCode>
<Designation>sample string 15</Designation>
<DisplayName>sample string 6</DisplayName>
<EmailAddress>sample string 7</EmailAddress>
<FirstName>sample string 4</FirstName>
<HLContactMeOptOut>true</HLContactMeOptOut>
<HLDirectoryOptOut>true</HLDirectoryOptOut>
<InformalName>sample string 17</InformalName>
<IsCompany>true</IsCompany>
<LargePictureUrl>sample string 24</LargePictureUrl>
<LastName>sample string 5</LastName>
<LegacyContactKey>sample string 16</LegacyContactKey>
<LinkToProfile>sample string 1</LinkToProfile>
<MiddleName>sample string 18</MiddleName>
<PictureUrl>sample string 2</PictureUrl>
<PrefixCode>sample string 9</PrefixCode>
<SuffixCode>sample string 14</SuffixCode>
<UpdatedByContactKey>f6405a7f-2183-4f01-84fd-4e8e40df8473</UpdatedByContactKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</Contributor>
<CreatedOn>2026-09-03T22:54:02.2738372-04:00</CreatedOn>
<ItemKey>e368b452-aca2-4ce6-922a-2b9eb5b21b8f</ItemKey>
<RelatedLinkKey>65fd6ea8-fc16-4cfb-941c-6d015681389e</RelatedLinkKey>
<Url>sample string 3</Url>
</RelatedLink>
</RelatedLinks>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
<ViewCount>11</ViewCount>
<ViewPermission>sample string 9</ViewPermission>
</Blog>
<Blog>
<AuthenticatedUserFavorite>true</AuthenticatedUserFavorite>
<AuthenticatedUserRecommends>true</AuthenticatedUserRecommends>
<Author>
<AMSDirectoryOptOut>true</AMSDirectoryOptOut>
<AgreedToTermsDateTime>2026-09-03T22:54:02.2738372-04:00</AgreedToTermsDateTime>
<CompanyLegacyContactKey>sample string 20</CompanyLegacyContactKey>
<CompanyName>sample string 12</CompanyName>
<CompanyTitle>sample string 13</CompanyTitle>
<ContactKey>669c3de9-25ab-487a-b1cf-421108f96e20</ContactKey>
<ContactStatusCode>sample string 8</ContactStatusCode>
<Designation>sample string 15</Designation>
<DisplayName>sample string 6</DisplayName>
<EmailAddress>sample string 7</EmailAddress>
<FirstName>sample string 4</FirstName>
<HLContactMeOptOut>true</HLContactMeOptOut>
<HLDirectoryOptOut>true</HLDirectoryOptOut>
<InformalName>sample string 17</InformalName>
<IsCompany>true</IsCompany>
<LargePictureUrl>sample string 24</LargePictureUrl>
<LastName>sample string 5</LastName>
<LegacyContactKey>sample string 16</LegacyContactKey>
<LinkToProfile>sample string 1</LinkToProfile>
<MiddleName>sample string 18</MiddleName>
<PictureUrl>sample string 2</PictureUrl>
<PrefixCode>sample string 9</PrefixCode>
<SuffixCode>sample string 14</SuffixCode>
<UpdatedByContactKey>f6405a7f-2183-4f01-84fd-4e8e40df8473</UpdatedByContactKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</Author>
<BlogKey>73936362-7720-4c36-a44d-11cbc8b07852</BlogKey>
<BlogText>sample string 3</BlogText>
<BlogTitle>sample string 7</BlogTitle>
<CommentCount>13</CommentCount>
<CommentPermission>sample string 10</CommentPermission>
<Comments>
<Comment>
<CommentAuthor>
<AMSDirectoryOptOut>true</AMSDirectoryOptOut>
<AgreedToTermsDateTime>2026-09-03T22:54:02.2738372-04:00</AgreedToTermsDateTime>
<CompanyLegacyContactKey>sample string 20</CompanyLegacyContactKey>
<CompanyName>sample string 12</CompanyName>
<CompanyTitle>sample string 13</CompanyTitle>
<ContactKey>669c3de9-25ab-487a-b1cf-421108f96e20</ContactKey>
<ContactStatusCode>sample string 8</ContactStatusCode>
<Designation>sample string 15</Designation>
<DisplayName>sample string 6</DisplayName>
<EmailAddress>sample string 7</EmailAddress>
<FirstName>sample string 4</FirstName>
<HLContactMeOptOut>true</HLContactMeOptOut>
<HLDirectoryOptOut>true</HLDirectoryOptOut>
<InformalName>sample string 17</InformalName>
<IsCompany>true</IsCompany>
<LargePictureUrl>sample string 24</LargePictureUrl>
<LastName>sample string 5</LastName>
<LegacyContactKey>sample string 16</LegacyContactKey>
<LinkToProfile>sample string 1</LinkToProfile>
<MiddleName>sample string 18</MiddleName>
<PictureUrl>sample string 2</PictureUrl>
<PrefixCode>sample string 9</PrefixCode>
<SuffixCode>sample string 14</SuffixCode>
<UpdatedByContactKey>f6405a7f-2183-4f01-84fd-4e8e40df8473</UpdatedByContactKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</CommentAuthor>
<CommentBody>sample string 2</CommentBody>
<CommentKey>4a1baec9-0748-47c0-a0f0-771a7f16b498</CommentKey>
<CreatedOn>2026-09-03T22:54:02.2738372-04:00</CreatedOn>
<IsOfficial>true</IsOfficial>
<ItemKey>13df4187-f1d6-4c3b-a285-037e046e9318</ItemKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</Comment>
<Comment>
<CommentAuthor>
<AMSDirectoryOptOut>true</AMSDirectoryOptOut>
<AgreedToTermsDateTime>2026-09-03T22:54:02.2738372-04:00</AgreedToTermsDateTime>
<CompanyLegacyContactKey>sample string 20</CompanyLegacyContactKey>
<CompanyName>sample string 12</CompanyName>
<CompanyTitle>sample string 13</CompanyTitle>
<ContactKey>669c3de9-25ab-487a-b1cf-421108f96e20</ContactKey>
<ContactStatusCode>sample string 8</ContactStatusCode>
<Designation>sample string 15</Designation>
<DisplayName>sample string 6</DisplayName>
<EmailAddress>sample string 7</EmailAddress>
<FirstName>sample string 4</FirstName>
<HLContactMeOptOut>true</HLContactMeOptOut>
<HLDirectoryOptOut>true</HLDirectoryOptOut>
<InformalName>sample string 17</InformalName>
<IsCompany>true</IsCompany>
<LargePictureUrl>sample string 24</LargePictureUrl>
<LastName>sample string 5</LastName>
<LegacyContactKey>sample string 16</LegacyContactKey>
<LinkToProfile>sample string 1</LinkToProfile>
<MiddleName>sample string 18</MiddleName>
<PictureUrl>sample string 2</PictureUrl>
<PrefixCode>sample string 9</PrefixCode>
<SuffixCode>sample string 14</SuffixCode>
<UpdatedByContactKey>f6405a7f-2183-4f01-84fd-4e8e40df8473</UpdatedByContactKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</CommentAuthor>
<CommentBody>sample string 2</CommentBody>
<CommentKey>4a1baec9-0748-47c0-a0f0-771a7f16b498</CommentKey>
<CreatedOn>2026-09-03T22:54:02.2738372-04:00</CreatedOn>
<IsOfficial>true</IsOfficial>
<ItemKey>13df4187-f1d6-4c3b-a285-037e046e9318</ItemKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</Comment>
</Comments>
<Community i:nil="true" />
<ContactsWhoRecommend>
<ContactConcise>
<AMSDirectoryOptOut>true</AMSDirectoryOptOut>
<AgreedToTermsDateTime>2026-09-03T22:54:02.2738372-04:00</AgreedToTermsDateTime>
<CompanyLegacyContactKey>sample string 20</CompanyLegacyContactKey>
<CompanyName>sample string 12</CompanyName>
<CompanyTitle>sample string 13</CompanyTitle>
<ContactKey>669c3de9-25ab-487a-b1cf-421108f96e20</ContactKey>
<ContactStatusCode>sample string 8</ContactStatusCode>
<Designation>sample string 15</Designation>
<DisplayName>sample string 6</DisplayName>
<EmailAddress>sample string 7</EmailAddress>
<FirstName>sample string 4</FirstName>
<HLContactMeOptOut>true</HLContactMeOptOut>
<HLDirectoryOptOut>true</HLDirectoryOptOut>
<InformalName>sample string 17</InformalName>
<IsCompany>true</IsCompany>
<LargePictureUrl>sample string 24</LargePictureUrl>
<LastName>sample string 5</LastName>
<LegacyContactKey>sample string 16</LegacyContactKey>
<LinkToProfile>sample string 1</LinkToProfile>
<MiddleName>sample string 18</MiddleName>
<PictureUrl>sample string 2</PictureUrl>
<PrefixCode>sample string 9</PrefixCode>
<SuffixCode>sample string 14</SuffixCode>
<UpdatedByContactKey>f6405a7f-2183-4f01-84fd-4e8e40df8473</UpdatedByContactKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</ContactConcise>
<ContactConcise>
<AMSDirectoryOptOut>true</AMSDirectoryOptOut>
<AgreedToTermsDateTime>2026-09-03T22:54:02.2738372-04:00</AgreedToTermsDateTime>
<CompanyLegacyContactKey>sample string 20</CompanyLegacyContactKey>
<CompanyName>sample string 12</CompanyName>
<CompanyTitle>sample string 13</CompanyTitle>
<ContactKey>669c3de9-25ab-487a-b1cf-421108f96e20</ContactKey>
<ContactStatusCode>sample string 8</ContactStatusCode>
<Designation>sample string 15</Designation>
<DisplayName>sample string 6</DisplayName>
<EmailAddress>sample string 7</EmailAddress>
<FirstName>sample string 4</FirstName>
<HLContactMeOptOut>true</HLContactMeOptOut>
<HLDirectoryOptOut>true</HLDirectoryOptOut>
<InformalName>sample string 17</InformalName>
<IsCompany>true</IsCompany>
<LargePictureUrl>sample string 24</LargePictureUrl>
<LastName>sample string 5</LastName>
<LegacyContactKey>sample string 16</LegacyContactKey>
<LinkToProfile>sample string 1</LinkToProfile>
<MiddleName>sample string 18</MiddleName>
<PictureUrl>sample string 2</PictureUrl>
<PrefixCode>sample string 9</PrefixCode>
<SuffixCode>sample string 14</SuffixCode>
<UpdatedByContactKey>f6405a7f-2183-4f01-84fd-4e8e40df8473</UpdatedByContactKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</ContactConcise>
</ContactsWhoRecommend>
<CreatedOn>2026-09-03T22:54:02.2738372-04:00</CreatedOn>
<IsPublished>true</IsPublished>
<LinkToReadBlog>sample string 5</LinkToReadBlog>
<PublishedOn>2026-09-03T22:54:02.2738372-04:00</PublishedOn>
<RatingCount>12</RatingCount>
<RelatedLinks>
<RelatedLink>
<Contributor>
<AMSDirectoryOptOut>true</AMSDirectoryOptOut>
<AgreedToTermsDateTime>2026-09-03T22:54:02.2738372-04:00</AgreedToTermsDateTime>
<CompanyLegacyContactKey>sample string 20</CompanyLegacyContactKey>
<CompanyName>sample string 12</CompanyName>
<CompanyTitle>sample string 13</CompanyTitle>
<ContactKey>669c3de9-25ab-487a-b1cf-421108f96e20</ContactKey>
<ContactStatusCode>sample string 8</ContactStatusCode>
<Designation>sample string 15</Designation>
<DisplayName>sample string 6</DisplayName>
<EmailAddress>sample string 7</EmailAddress>
<FirstName>sample string 4</FirstName>
<HLContactMeOptOut>true</HLContactMeOptOut>
<HLDirectoryOptOut>true</HLDirectoryOptOut>
<InformalName>sample string 17</InformalName>
<IsCompany>true</IsCompany>
<LargePictureUrl>sample string 24</LargePictureUrl>
<LastName>sample string 5</LastName>
<LegacyContactKey>sample string 16</LegacyContactKey>
<LinkToProfile>sample string 1</LinkToProfile>
<MiddleName>sample string 18</MiddleName>
<PictureUrl>sample string 2</PictureUrl>
<PrefixCode>sample string 9</PrefixCode>
<SuffixCode>sample string 14</SuffixCode>
<UpdatedByContactKey>f6405a7f-2183-4f01-84fd-4e8e40df8473</UpdatedByContactKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</Contributor>
<CreatedOn>2026-09-03T22:54:02.2738372-04:00</CreatedOn>
<ItemKey>e368b452-aca2-4ce6-922a-2b9eb5b21b8f</ItemKey>
<RelatedLinkKey>65fd6ea8-fc16-4cfb-941c-6d015681389e</RelatedLinkKey>
<Url>sample string 3</Url>
</RelatedLink>
<RelatedLink>
<Contributor>
<AMSDirectoryOptOut>true</AMSDirectoryOptOut>
<AgreedToTermsDateTime>2026-09-03T22:54:02.2738372-04:00</AgreedToTermsDateTime>
<CompanyLegacyContactKey>sample string 20</CompanyLegacyContactKey>
<CompanyName>sample string 12</CompanyName>
<CompanyTitle>sample string 13</CompanyTitle>
<ContactKey>669c3de9-25ab-487a-b1cf-421108f96e20</ContactKey>
<ContactStatusCode>sample string 8</ContactStatusCode>
<Designation>sample string 15</Designation>
<DisplayName>sample string 6</DisplayName>
<EmailAddress>sample string 7</EmailAddress>
<FirstName>sample string 4</FirstName>
<HLContactMeOptOut>true</HLContactMeOptOut>
<HLDirectoryOptOut>true</HLDirectoryOptOut>
<InformalName>sample string 17</InformalName>
<IsCompany>true</IsCompany>
<LargePictureUrl>sample string 24</LargePictureUrl>
<LastName>sample string 5</LastName>
<LegacyContactKey>sample string 16</LegacyContactKey>
<LinkToProfile>sample string 1</LinkToProfile>
<MiddleName>sample string 18</MiddleName>
<PictureUrl>sample string 2</PictureUrl>
<PrefixCode>sample string 9</PrefixCode>
<SuffixCode>sample string 14</SuffixCode>
<UpdatedByContactKey>f6405a7f-2183-4f01-84fd-4e8e40df8473</UpdatedByContactKey>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
</Contributor>
<CreatedOn>2026-09-03T22:54:02.2738372-04:00</CreatedOn>
<ItemKey>e368b452-aca2-4ce6-922a-2b9eb5b21b8f</ItemKey>
<RelatedLinkKey>65fd6ea8-fc16-4cfb-941c-6d015681389e</RelatedLinkKey>
<Url>sample string 3</Url>
</RelatedLink>
</RelatedLinks>
<UpdatedOn>2026-09-03T22:54:02.2738372-04:00</UpdatedOn>
<ViewCount>11</ViewCount>
<ViewPermission>sample string 9</ViewPermission>
</Blog>
</ArrayOfBlog>