DELETE api/v2.0/Question/Recommend?questionKey={questionKey}
Acts as a toggle for recommending a question. A POST request will recommend while DELETE will remove the recommendation. A question recommendation refers to "I have this question too" listed under a question in a Q&A thread.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| questionKey |
unique identifier for the Question to recommend/un-recommend |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The question for which the requester’s recommendation was added or removed
Question| Name | Description | Type | Additional information |
|---|---|---|---|
| QuestionKey |
Unique identifier of the question |
globally unique identifier |
None. |
| Title |
Plaintext Title of the question |
string |
None. |
| HasBestAnswer |
True if a best answer has been designated for this question. False if no best answer has been designated for this question. |
boolean |
None. |
| HasReplied |
True if the current user has created an answer to the question. |
boolean |
None. |
| BestAnswerOn |
DateTime in UTC when best answer for this question was designated. Omitted when no best answer has been designated. |
date |
None. |
| IsThreadClosed |
True if thread is closed and any subsequent answers submitted are rejected. False if thread is available to receive answers. |
boolean |
None. |
| ThreadClosedOn |
DateTime in UTC when thread was closed to any further submitted answers. Omitted when thread is open. |
date |
None. |
| ThreadClosedBy |
DateTime in UTC when this thread was closed to any further submitted answers. Omitted when thread is open. |
ContactConcise |
None. |
| IsFollowing |
Indicates whether the current user is following the question thread. |
boolean |
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
{
"QuestionKey": "8460d676-7ff0-4622-9861-778b84d2febe",
"Title": "sample string 2",
"HasBestAnswer": true,
"HasReplied": true,
"BestAnswerOn": "2026-06-10T22:11:32.337418Z",
"IsThreadClosed": true,
"ThreadClosedOn": "2026-06-10T22:11:32.337418Z",
"ThreadClosedBy": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "3abd6e11-c8cf-43a1-9909-2ef71170ea18",
"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-10T22:11:32.337418Z",
"UpdatedByContactKey": "0d10e534-db34-4112-b047-26cb173b37f4",
"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-10T22:11:32.337418Z"
},
"IsFollowing": true,
"Content": "sample string 9",
"PublishedOn": "2026-06-10T22:11:32.337418Z",
"Community": null,
"Author": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "3abd6e11-c8cf-43a1-9909-2ef71170ea18",
"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-10T22:11:32.337418Z",
"UpdatedByContactKey": "0d10e534-db34-4112-b047-26cb173b37f4",
"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-10T22:11:32.337418Z"
},
"Attachments": [
{
"DocumentAttachmentKey": "442da11a-93ae-41f5-89de-1a845c94bf1a",
"DocumentKey": "63aa0618-7dbd-4d65-9439-c3355e741ecb",
"FileName": "sample string 3",
"UploadedByContact": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "3abd6e11-c8cf-43a1-9909-2ef71170ea18",
"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-10T22:11:32.337418Z",
"UpdatedByContactKey": "0d10e534-db34-4112-b047-26cb173b37f4",
"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-10T22:11:32.337418Z"
},
"CreatedOn": "2026-06-10T22:11:32.337418Z",
"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": "442da11a-93ae-41f5-89de-1a845c94bf1a",
"DocumentKey": "63aa0618-7dbd-4d65-9439-c3355e741ecb",
"FileName": "sample string 3",
"UploadedByContact": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "3abd6e11-c8cf-43a1-9909-2ef71170ea18",
"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-10T22:11:32.337418Z",
"UpdatedByContactKey": "0d10e534-db34-4112-b047-26cb173b37f4",
"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-10T22:11:32.337418Z"
},
"CreatedOn": "2026-06-10T22:11:32.337418Z",
"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": "3abd6e11-c8cf-43a1-9909-2ef71170ea18",
"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-10T22:11:32.337418Z",
"UpdatedByContactKey": "0d10e534-db34-4112-b047-26cb173b37f4",
"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-10T22:11:32.337418Z"
},
"EditedOn": "2026-06-10T22:11:32.337418Z",
"EditedBy": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "3abd6e11-c8cf-43a1-9909-2ef71170ea18",
"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-10T22:11:32.337418Z",
"UpdatedByContactKey": "0d10e534-db34-4112-b047-26cb173b37f4",
"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-10T22:11:32.337418Z"
},
"IsModerated": true,
"RecommendationCount": 14,
"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
<Question 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-10T18:11:32.337418-04:00</d2p1:CreatedOn>
<d2p1:DocumentAttachmentKey>442da11a-93ae-41f5-89de-1a845c94bf1a</d2p1:DocumentAttachmentKey>
<d2p1:DocumentKey>63aa0618-7dbd-4d65-9439-c3355e741ecb</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-10T18:11:32.337418-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>3abd6e11-c8cf-43a1-9909-2ef71170ea18</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>0d10e534-db34-4112-b047-26cb173b37f4</d4p1:UpdatedByContactKey>
<d4p1:UpdatedOn>2026-06-10T18:11:32.337418-04:00</d4p1:UpdatedOn>
</d2p1:UploadedByContact>
<d2p1:Width>1</d2p1:Width>
</d2p1:DocumentAttachment>
<d2p1:DocumentAttachment>
<d2p1:CreatedOn>2026-06-10T18:11:32.337418-04:00</d2p1:CreatedOn>
<d2p1:DocumentAttachmentKey>442da11a-93ae-41f5-89de-1a845c94bf1a</d2p1:DocumentAttachmentKey>
<d2p1:DocumentKey>63aa0618-7dbd-4d65-9439-c3355e741ecb</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-10T18:11:32.337418-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>3abd6e11-c8cf-43a1-9909-2ef71170ea18</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>0d10e534-db34-4112-b047-26cb173b37f4</d4p1:UpdatedByContactKey>
<d4p1:UpdatedOn>2026-06-10T18:11:32.337418-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-10T18:11:32.337418-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>3abd6e11-c8cf-43a1-9909-2ef71170ea18</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>0d10e534-db34-4112-b047-26cb173b37f4</d2p1:UpdatedByContactKey>
<d2p1:UpdatedOn>2026-06-10T18:11:32.337418-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 9</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-10T18:11:32.337418-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>3abd6e11-c8cf-43a1-9909-2ef71170ea18</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>0d10e534-db34-4112-b047-26cb173b37f4</d2p1:UpdatedByContactKey>
<d2p1:UpdatedOn>2026-06-10T18:11:32.337418-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-10T18:11:32.337418-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>3abd6e11-c8cf-43a1-9909-2ef71170ea18</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>0d10e534-db34-4112-b047-26cb173b37f4</d2p1:UpdatedByContactKey>
<d2p1:UpdatedOn>2026-06-10T18:11:32.337418-04:00</d2p1:UpdatedOn>
</EditedBy>
<EditedOn xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent">2026-06-10T18:11:32.337418-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-10T18:11:32.337418-04:00</PublishedOn>
<RecommendationCount xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ContributedContent">14</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>
<BestAnswerOn>2026-06-10T18:11:32.337418-04:00</BestAnswerOn>
<HasBestAnswer>true</HasBestAnswer>
<HasReplied>true</HasReplied>
<IsFollowing>true</IsFollowing>
<IsThreadClosed>true</IsThreadClosed>
<QuestionKey>8460d676-7ff0-4622-9861-778b84d2febe</QuestionKey>
<ThreadClosedBy xmlns:d2p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
<d2p1:AMSDirectoryOptOut>true</d2p1:AMSDirectoryOptOut>
<d2p1:AgreedToTermsDateTime>2026-06-10T18:11:32.337418-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>3abd6e11-c8cf-43a1-9909-2ef71170ea18</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>0d10e534-db34-4112-b047-26cb173b37f4</d2p1:UpdatedByContactKey>
<d2p1:UpdatedOn>2026-06-10T18:11:32.337418-04:00</d2p1:UpdatedOn>
</ThreadClosedBy>
<ThreadClosedOn>2026-06-10T18:11:32.337418-04:00</ThreadClosedOn>
<Title>sample string 2</Title>
</Question>