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": "fe5dddf9-ac25-49c0-9914-90831eb9e8ed",
  "Title": "sample string 2",
  "HasBestAnswer": true,
  "HasReplied": true,
  "BestAnswerOn": "2025-11-04T03:32:07.6620221Z",
  "IsThreadClosed": true,
  "ThreadClosedOn": "2025-11-04T03:32:07.6620221Z",
  "ThreadClosedBy": {
    "LinkToProfile": "sample string 1",
    "PictureUrl": "sample string 2",
    "ContactKey": "d71d86a9-df17-4073-bb23-14e141f0eddf",
    "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": "2025-11-04T03:32:07.6620221Z",
    "UpdatedByContactKey": "e0cb5c51-b27e-402a-a0b4-a295039ea083",
    "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": "2025-11-04T03:32:07.6620221Z"
  },
  "IsFollowing": true,
  "Content": "sample string 9",
  "PublishedOn": "2025-11-04T03:32:07.6620221Z",
  "Community": null,
  "Author": {
    "LinkToProfile": "sample string 1",
    "PictureUrl": "sample string 2",
    "ContactKey": "d71d86a9-df17-4073-bb23-14e141f0eddf",
    "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": "2025-11-04T03:32:07.6620221Z",
    "UpdatedByContactKey": "e0cb5c51-b27e-402a-a0b4-a295039ea083",
    "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": "2025-11-04T03:32:07.6620221Z"
  },
  "Attachments": [
    {
      "DocumentAttachmentKey": "41b51403-c86c-4ec8-b5a8-1755336c3155",
      "DocumentKey": "c5b1487a-5c37-49ce-affe-7a8152b53620",
      "FileName": "sample string 3",
      "UploadedByContact": {
        "LinkToProfile": "sample string 1",
        "PictureUrl": "sample string 2",
        "ContactKey": "d71d86a9-df17-4073-bb23-14e141f0eddf",
        "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": "2025-11-04T03:32:07.6620221Z",
        "UpdatedByContactKey": "e0cb5c51-b27e-402a-a0b4-a295039ea083",
        "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": "2025-11-04T03:32:07.6620221Z"
      },
      "CreatedOn": "2025-11-04T03:32:07.6620221Z",
      "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": "41b51403-c86c-4ec8-b5a8-1755336c3155",
      "DocumentKey": "c5b1487a-5c37-49ce-affe-7a8152b53620",
      "FileName": "sample string 3",
      "UploadedByContact": {
        "LinkToProfile": "sample string 1",
        "PictureUrl": "sample string 2",
        "ContactKey": "d71d86a9-df17-4073-bb23-14e141f0eddf",
        "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": "2025-11-04T03:32:07.6620221Z",
        "UpdatedByContactKey": "e0cb5c51-b27e-402a-a0b4-a295039ea083",
        "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": "2025-11-04T03:32:07.6620221Z"
      },
      "CreatedOn": "2025-11-04T03:32:07.6620221Z",
      "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": "d71d86a9-df17-4073-bb23-14e141f0eddf",
    "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": "2025-11-04T03:32:07.6620221Z",
    "UpdatedByContactKey": "e0cb5c51-b27e-402a-a0b4-a295039ea083",
    "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": "2025-11-04T03:32:07.6620221Z"
  },
  "EditedOn": "2025-11-04T03:32:07.6620221Z",
  "EditedBy": {
    "LinkToProfile": "sample string 1",
    "PictureUrl": "sample string 2",
    "ContactKey": "d71d86a9-df17-4073-bb23-14e141f0eddf",
    "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": "2025-11-04T03:32:07.6620221Z",
    "UpdatedByContactKey": "e0cb5c51-b27e-402a-a0b4-a295039ea083",
    "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": "2025-11-04T03:32:07.6620221Z"
  },
  "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
Sample not available.
text/xml
Sample not available.