Get a single Ask AI answer by ID
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
siteQuestionAnswerIdstringRequired
The unique id of the site question answer
Responses
200
OK
application/json
objectstring · enumRequiredPossible values:
idstringRequired
The ID of the site question answer.
topicsstring[]Required
The IDs of the associated site topics.
responseIdstringRequired
The response identifier for this answer.
languagestringRequired
ISO language code of the question.
answeredstring · enumRequiredPossible values:
Whether the response answered the question.
helpfulnessstring · enumRequiredPossible values:
Helpfulness of the response for the end user need.
relevancestring · enumRequiredPossible values:
Relevance classification of the user question.
channelone ofRequired
or
createdAtstring · date-timeRequired
updatedAtstring · date-timeOptional
get/orgs/{organizationId}/sites/{siteId}/answers/{siteQuestionAnswerId}
200
OK
Last updated
Was this helpful?