POST api/v2.0/Answer/Recommend?answerKey={answerKey}
Acts as a toggle for recommending an answer. A POST request will recommend while DELETE will remove the recommendation. An answer recommendation refers to the answer being "Helpful" in a Q and A thread.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| answerKey |
unique identifier for the Answer to recommend/un-recommend |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The answer for which the requester’s recommendation was added or removed
Answer| Name | Description | Type | Additional information |
|---|---|---|---|
| AnswerKey |
Unique identifier of the answer. |
globally unique identifier |
None. |
| ParentKey |
Unique identifier of the answer's parent question. |
globally unique identifier |
None. |
| IsBestAnswer |
True if this answer has been designated as best answer for the root question. False if this answer has not been designated as best answer for the root question. |
boolean |
None. |
| BestAnswerOn |
DateTime in UTC when this answer had been designated as best answer for the root question. Omitted when this answer has not been designated as best answer. |
date |
None. |
| Content |
HTML Body of the item |
string |
None. |
| PublishedOn |
DateTime in UTC when the item was published |
date |
None. |
| Community |
Community to which the item was published |
Community |
None. |
| Author |
Author to which the item should be attributed |
ContactConcise |
None. |
| Attachments |
Attachments included with this item. |
Collection of DocumentAttachment |
None. |
| IsAnonymous |
True if author attribution is to indicate item was submitted anonymously, False if the author attribution indicates who authored the item. Omitted when item is attributed to its author. |
boolean |
None. |
| Creator |
When item is posted anonymously, indicates the actual author of the item. Omitted when item is attributed to its author. |
ContactConcise |
None. |
| EditedOn |
DateTime in UTC when the item was last edited. Omitted if item has not been edited. |
date |
None. |
| EditedBy |
Indicates contact that last edited this item. Omitted if item has not been edited. |
ContactConcise |
None. |
| IsModerated |
Indicates whether the item is currently moderated. Omitted when the item is not in moderation. |
boolean |
None. |
| RecommendationCount |
Number of contacts who have recommended this item. |
integer |
None. |
| HasRecommended |
If the current contact has recommended this item |
boolean |
None. |
| Tags |
All of the tags indexed for the item. This includes user tags and admin based tags. |
Collection of ItemTagResponse |
None. |
| UserPermissions |
Permissions for actions the current user can take on the item. |
Collection of string |
None. |
Response Formats
application/json, text/json
{
"AnswerKey": "6ea95676-f834-4a40-a418-ec4d6866878c",
"ParentKey": "3a3380ad-7bd4-47b9-b616-e920ed7eb37b",
"IsBestAnswer": true,
"BestAnswerOn": "2026-06-09T10:27:51.8717519Z",
"Content": "sample string 5",
"PublishedOn": "2026-06-09T10:27:51.8717519Z",
"Community": null,
"Author": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "9c9c62d6-3ecb-4511-91cc-50d71398e1ff",
"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-06-09T10:27:51.8717519Z",
"UpdatedByContactKey": "9fdf22fe-cc9a-407e-83e7-39de4c829b7b",
"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-06-09T10:27:51.8717519Z"
},
"Attachments": [
{
"DocumentAttachmentKey": "dc77edc8-ff9b-4e08-8b67-5970dfec99e3",
"DocumentKey": "8113ae20-8f9f-463b-b835-b216ee128474",
"FileName": "sample string 3",
"UploadedByContact": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "9c9c62d6-3ecb-4511-91cc-50d71398e1ff",
"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-06-09T10:27:51.8717519Z",
"UpdatedByContactKey": "9fdf22fe-cc9a-407e-83e7-39de4c829b7b",
"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-06-09T10:27:51.8717519Z"
},
"CreatedOn": "2026-06-09T10:27:51.8717519Z",
"FileExtension": "sample string 5",
"FileSizeInBytes": 1,
"Width": 1,
"Height": 1,
"DurationSeconds": 1,
"DownloadUrl": "sample string 6",
"IconUrl": "sample string 7",
"Status": "sample string 8"
},
{
"DocumentAttachmentKey": "dc77edc8-ff9b-4e08-8b67-5970dfec99e3",
"DocumentKey": "8113ae20-8f9f-463b-b835-b216ee128474",
"FileName": "sample string 3",
"UploadedByContact": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "9c9c62d6-3ecb-4511-91cc-50d71398e1ff",
"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-06-09T10:27:51.8717519Z",
"UpdatedByContactKey": "9fdf22fe-cc9a-407e-83e7-39de4c829b7b",
"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-06-09T10:27:51.8717519Z"
},
"CreatedOn": "2026-06-09T10:27:51.8717519Z",
"FileExtension": "sample string 5",
"FileSizeInBytes": 1,
"Width": 1,
"Height": 1,
"DurationSeconds": 1,
"DownloadUrl": "sample string 6",
"IconUrl": "sample string 7",
"Status": "sample string 8"
}
],
"IsAnonymous": true,
"Creator": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "9c9c62d6-3ecb-4511-91cc-50d71398e1ff",
"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-06-09T10:27:51.8717519Z",
"UpdatedByContactKey": "9fdf22fe-cc9a-407e-83e7-39de4c829b7b",
"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-06-09T10:27:51.8717519Z"
},
"EditedOn": "2026-06-09T10:27:51.8717519Z",
"EditedBy": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "9c9c62d6-3ecb-4511-91cc-50d71398e1ff",
"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-06-09T10:27:51.8717519Z",
"UpdatedByContactKey": "9fdf22fe-cc9a-407e-83e7-39de4c829b7b",
"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-06-09T10:27:51.8717519Z"
},
"IsModerated": true,
"RecommendationCount": 10,
"HasRecommended": true,
"Tags": [
{
"Tag": "sample string 1",
"TagType": "sample string 2"
},
{
"Tag": "sample string 1",
"TagType": "sample string 2"
}
],
"UserPermissions": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
<Answer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent.QuestionAndAnswer">
<Attachments xmlns:d2p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ResourceLibrary" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent">
<d2p1:DocumentAttachment>
<d2p1:CreatedOn>2026-06-09T06:27:51.8717519-04:00</d2p1:CreatedOn>
<d2p1:DocumentAttachmentKey>dc77edc8-ff9b-4e08-8b67-5970dfec99e3</d2p1:DocumentAttachmentKey>
<d2p1:DocumentKey>8113ae20-8f9f-463b-b835-b216ee128474</d2p1:DocumentKey>
<d2p1:DownloadUrl>sample string 6</d2p1:DownloadUrl>
<d2p1:DurationSeconds>1</d2p1:DurationSeconds>
<d2p1:FileExtension>sample string 5</d2p1:FileExtension>
<d2p1:FileName>sample string 3</d2p1:FileName>
<d2p1:FileSizeInBytes>1</d2p1:FileSizeInBytes>
<d2p1:Height>1</d2p1:Height>
<d2p1:IconUrl>sample string 7</d2p1:IconUrl>
<d2p1:Status>sample string 8</d2p1:Status>
<d2p1:UploadedByContact xmlns:d4p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
<d4p1:AMSDirectoryOptOut>true</d4p1:AMSDirectoryOptOut>
<d4p1:AgreedToTermsDateTime>2026-06-09T06:27:51.8717519-04:00</d4p1:AgreedToTermsDateTime>
<d4p1:CompanyLegacyContactKey>sample string 20</d4p1:CompanyLegacyContactKey>
<d4p1:CompanyName>sample string 12</d4p1:CompanyName>
<d4p1:CompanyTitle>sample string 13</d4p1:CompanyTitle>
<d4p1:ContactKey>9c9c62d6-3ecb-4511-91cc-50d71398e1ff</d4p1:ContactKey>
<d4p1:ContactStatusCode>sample string 8</d4p1:ContactStatusCode>
<d4p1:Designation>sample string 15</d4p1:Designation>
<d4p1:DisplayName>sample string 6</d4p1:DisplayName>
<d4p1:EmailAddress>sample string 7</d4p1:EmailAddress>
<d4p1:FirstName>sample string 4</d4p1:FirstName>
<d4p1:HLContactMeOptOut>true</d4p1:HLContactMeOptOut>
<d4p1:HLDirectoryOptOut>true</d4p1:HLDirectoryOptOut>
<d4p1:InformalName>sample string 17</d4p1:InformalName>
<d4p1:IsCompany>true</d4p1:IsCompany>
<d4p1:LargePictureUrl>sample string 24</d4p1:LargePictureUrl>
<d4p1:LastName>sample string 5</d4p1:LastName>
<d4p1:LegacyContactKey>sample string 16</d4p1:LegacyContactKey>
<d4p1:LinkToProfile>sample string 1</d4p1:LinkToProfile>
<d4p1:MiddleName>sample string 18</d4p1:MiddleName>
<d4p1:PictureUrl>sample string 2</d4p1:PictureUrl>
<d4p1:PrefixCode>sample string 9</d4p1:PrefixCode>
<d4p1:SuffixCode>sample string 14</d4p1:SuffixCode>
<d4p1:UpdatedByContactKey>9fdf22fe-cc9a-407e-83e7-39de4c829b7b</d4p1:UpdatedByContactKey>
<d4p1:UpdatedOn>2026-06-09T06:27:51.8717519-04:00</d4p1:UpdatedOn>
</d2p1:UploadedByContact>
<d2p1:Width>1</d2p1:Width>
</d2p1:DocumentAttachment>
<d2p1:DocumentAttachment>
<d2p1:CreatedOn>2026-06-09T06:27:51.8717519-04:00</d2p1:CreatedOn>
<d2p1:DocumentAttachmentKey>dc77edc8-ff9b-4e08-8b67-5970dfec99e3</d2p1:DocumentAttachmentKey>
<d2p1:DocumentKey>8113ae20-8f9f-463b-b835-b216ee128474</d2p1:DocumentKey>
<d2p1:DownloadUrl>sample string 6</d2p1:DownloadUrl>
<d2p1:DurationSeconds>1</d2p1:DurationSeconds>
<d2p1:FileExtension>sample string 5</d2p1:FileExtension>
<d2p1:FileName>sample string 3</d2p1:FileName>
<d2p1:FileSizeInBytes>1</d2p1:FileSizeInBytes>
<d2p1:Height>1</d2p1:Height>
<d2p1:IconUrl>sample string 7</d2p1:IconUrl>
<d2p1:Status>sample string 8</d2p1:Status>
<d2p1:UploadedByContact xmlns:d4p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
<d4p1:AMSDirectoryOptOut>true</d4p1:AMSDirectoryOptOut>
<d4p1:AgreedToTermsDateTime>2026-06-09T06:27:51.8717519-04:00</d4p1:AgreedToTermsDateTime>
<d4p1:CompanyLegacyContactKey>sample string 20</d4p1:CompanyLegacyContactKey>
<d4p1:CompanyName>sample string 12</d4p1:CompanyName>
<d4p1:CompanyTitle>sample string 13</d4p1:CompanyTitle>
<d4p1:ContactKey>9c9c62d6-3ecb-4511-91cc-50d71398e1ff</d4p1:ContactKey>
<d4p1:ContactStatusCode>sample string 8</d4p1:ContactStatusCode>
<d4p1:Designation>sample string 15</d4p1:Designation>
<d4p1:DisplayName>sample string 6</d4p1:DisplayName>
<d4p1:EmailAddress>sample string 7</d4p1:EmailAddress>
<d4p1:FirstName>sample string 4</d4p1:FirstName>
<d4p1:HLContactMeOptOut>true</d4p1:HLContactMeOptOut>
<d4p1:HLDirectoryOptOut>true</d4p1:HLDirectoryOptOut>
<d4p1:InformalName>sample string 17</d4p1:InformalName>
<d4p1:IsCompany>true</d4p1:IsCompany>
<d4p1:LargePictureUrl>sample string 24</d4p1:LargePictureUrl>
<d4p1:LastName>sample string 5</d4p1:LastName>
<d4p1:LegacyContactKey>sample string 16</d4p1:LegacyContactKey>
<d4p1:LinkToProfile>sample string 1</d4p1:LinkToProfile>
<d4p1:MiddleName>sample string 18</d4p1:MiddleName>
<d4p1:PictureUrl>sample string 2</d4p1:PictureUrl>
<d4p1:PrefixCode>sample string 9</d4p1:PrefixCode>
<d4p1:SuffixCode>sample string 14</d4p1:SuffixCode>
<d4p1:UpdatedByContactKey>9fdf22fe-cc9a-407e-83e7-39de4c829b7b</d4p1:UpdatedByContactKey>
<d4p1:UpdatedOn>2026-06-09T06:27:51.8717519-04:00</d4p1:UpdatedOn>
</d2p1:UploadedByContact>
<d2p1:Width>1</d2p1:Width>
</d2p1:DocumentAttachment>
</Attachments>
<Author xmlns:d2p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent">
<d2p1:AMSDirectoryOptOut>true</d2p1:AMSDirectoryOptOut>
<d2p1:AgreedToTermsDateTime>2026-06-09T06:27:51.8717519-04:00</d2p1:AgreedToTermsDateTime>
<d2p1:CompanyLegacyContactKey>sample string 20</d2p1:CompanyLegacyContactKey>
<d2p1:CompanyName>sample string 12</d2p1:CompanyName>
<d2p1:CompanyTitle>sample string 13</d2p1:CompanyTitle>
<d2p1:ContactKey>9c9c62d6-3ecb-4511-91cc-50d71398e1ff</d2p1:ContactKey>
<d2p1:ContactStatusCode>sample string 8</d2p1:ContactStatusCode>
<d2p1:Designation>sample string 15</d2p1:Designation>
<d2p1:DisplayName>sample string 6</d2p1:DisplayName>
<d2p1:EmailAddress>sample string 7</d2p1:EmailAddress>
<d2p1:FirstName>sample string 4</d2p1:FirstName>
<d2p1:HLContactMeOptOut>true</d2p1:HLContactMeOptOut>
<d2p1:HLDirectoryOptOut>true</d2p1:HLDirectoryOptOut>
<d2p1:InformalName>sample string 17</d2p1:InformalName>
<d2p1:IsCompany>true</d2p1:IsCompany>
<d2p1:LargePictureUrl>sample string 24</d2p1:LargePictureUrl>
<d2p1:LastName>sample string 5</d2p1:LastName>
<d2p1:LegacyContactKey>sample string 16</d2p1:LegacyContactKey>
<d2p1:LinkToProfile>sample string 1</d2p1:LinkToProfile>
<d2p1:MiddleName>sample string 18</d2p1:MiddleName>
<d2p1:PictureUrl>sample string 2</d2p1:PictureUrl>
<d2p1:PrefixCode>sample string 9</d2p1:PrefixCode>
<d2p1:SuffixCode>sample string 14</d2p1:SuffixCode>
<d2p1:UpdatedByContactKey>9fdf22fe-cc9a-407e-83e7-39de4c829b7b</d2p1:UpdatedByContactKey>
<d2p1:UpdatedOn>2026-06-09T06:27:51.8717519-04:00</d2p1:UpdatedOn>
</Author>
<Community xmlns:d2p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent" />
<Content xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent">sample string 5</Content>
<Creator xmlns:d2p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent">
<d2p1:AMSDirectoryOptOut>true</d2p1:AMSDirectoryOptOut>
<d2p1:AgreedToTermsDateTime>2026-06-09T06:27:51.8717519-04:00</d2p1:AgreedToTermsDateTime>
<d2p1:CompanyLegacyContactKey>sample string 20</d2p1:CompanyLegacyContactKey>
<d2p1:CompanyName>sample string 12</d2p1:CompanyName>
<d2p1:CompanyTitle>sample string 13</d2p1:CompanyTitle>
<d2p1:ContactKey>9c9c62d6-3ecb-4511-91cc-50d71398e1ff</d2p1:ContactKey>
<d2p1:ContactStatusCode>sample string 8</d2p1:ContactStatusCode>
<d2p1:Designation>sample string 15</d2p1:Designation>
<d2p1:DisplayName>sample string 6</d2p1:DisplayName>
<d2p1:EmailAddress>sample string 7</d2p1:EmailAddress>
<d2p1:FirstName>sample string 4</d2p1:FirstName>
<d2p1:HLContactMeOptOut>true</d2p1:HLContactMeOptOut>
<d2p1:HLDirectoryOptOut>true</d2p1:HLDirectoryOptOut>
<d2p1:InformalName>sample string 17</d2p1:InformalName>
<d2p1:IsCompany>true</d2p1:IsCompany>
<d2p1:LargePictureUrl>sample string 24</d2p1:LargePictureUrl>
<d2p1:LastName>sample string 5</d2p1:LastName>
<d2p1:LegacyContactKey>sample string 16</d2p1:LegacyContactKey>
<d2p1:LinkToProfile>sample string 1</d2p1:LinkToProfile>
<d2p1:MiddleName>sample string 18</d2p1:MiddleName>
<d2p1:PictureUrl>sample string 2</d2p1:PictureUrl>
<d2p1:PrefixCode>sample string 9</d2p1:PrefixCode>
<d2p1:SuffixCode>sample string 14</d2p1:SuffixCode>
<d2p1:UpdatedByContactKey>9fdf22fe-cc9a-407e-83e7-39de4c829b7b</d2p1:UpdatedByContactKey>
<d2p1:UpdatedOn>2026-06-09T06:27:51.8717519-04:00</d2p1:UpdatedOn>
</Creator>
<EditedBy xmlns:d2p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent">
<d2p1:AMSDirectoryOptOut>true</d2p1:AMSDirectoryOptOut>
<d2p1:AgreedToTermsDateTime>2026-06-09T06:27:51.8717519-04:00</d2p1:AgreedToTermsDateTime>
<d2p1:CompanyLegacyContactKey>sample string 20</d2p1:CompanyLegacyContactKey>
<d2p1:CompanyName>sample string 12</d2p1:CompanyName>
<d2p1:CompanyTitle>sample string 13</d2p1:CompanyTitle>
<d2p1:ContactKey>9c9c62d6-3ecb-4511-91cc-50d71398e1ff</d2p1:ContactKey>
<d2p1:ContactStatusCode>sample string 8</d2p1:ContactStatusCode>
<d2p1:Designation>sample string 15</d2p1:Designation>
<d2p1:DisplayName>sample string 6</d2p1:DisplayName>
<d2p1:EmailAddress>sample string 7</d2p1:EmailAddress>
<d2p1:FirstName>sample string 4</d2p1:FirstName>
<d2p1:HLContactMeOptOut>true</d2p1:HLContactMeOptOut>
<d2p1:HLDirectoryOptOut>true</d2p1:HLDirectoryOptOut>
<d2p1:InformalName>sample string 17</d2p1:InformalName>
<d2p1:IsCompany>true</d2p1:IsCompany>
<d2p1:LargePictureUrl>sample string 24</d2p1:LargePictureUrl>
<d2p1:LastName>sample string 5</d2p1:LastName>
<d2p1:LegacyContactKey>sample string 16</d2p1:LegacyContactKey>
<d2p1:LinkToProfile>sample string 1</d2p1:LinkToProfile>
<d2p1:MiddleName>sample string 18</d2p1:MiddleName>
<d2p1:PictureUrl>sample string 2</d2p1:PictureUrl>
<d2p1:PrefixCode>sample string 9</d2p1:PrefixCode>
<d2p1:SuffixCode>sample string 14</d2p1:SuffixCode>
<d2p1:UpdatedByContactKey>9fdf22fe-cc9a-407e-83e7-39de4c829b7b</d2p1:UpdatedByContactKey>
<d2p1:UpdatedOn>2026-06-09T06:27:51.8717519-04:00</d2p1:UpdatedOn>
</EditedBy>
<EditedOn xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent">2026-06-09T06:27:51.8717519-04:00</EditedOn>
<HasRecommended xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent">true</HasRecommended>
<IsAnonymous xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent">true</IsAnonymous>
<IsModerated xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent">true</IsModerated>
<PublishedOn xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent">2026-06-09T06:27:51.8717519-04:00</PublishedOn>
<RecommendationCount xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent">10</RecommendationCount>
<Tags xmlns:d2p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.Tagging" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent">
<d2p1:ItemTagResponse>
<d2p1:Tag>sample string 1</d2p1:Tag>
<d2p1:TagType>sample string 2</d2p1:TagType>
</d2p1:ItemTagResponse>
<d2p1:ItemTagResponse>
<d2p1:Tag>sample string 1</d2p1:Tag>
<d2p1:TagType>sample string 2</d2p1:TagType>
</d2p1:ItemTagResponse>
</Tags>
<UserPermissions xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</UserPermissions>
<AnswerKey>6ea95676-f834-4a40-a418-ec4d6866878c</AnswerKey>
<BestAnswerOn>2026-06-09T06:27:51.8717519-04:00</BestAnswerOn>
<IsBestAnswer>true</IsBestAnswer>
<ParentKey>3a3380ad-7bd4-47b9-b616-e920ed7eb37b</ParentKey>
</Answer>