Get Interaction
Get a specific interaction.
Path parameters
Response
Successful Response
Example response
{
"description": "Minimal click interaction (query_snapshot and document_score optional)",
"execution_id": "exec_minimal_123",
"feature_id": "doc_abc123",
"interaction_type": [
"click"
],
"position": 2,
"session_id": "sess_minimal"
}Changes
Changed in 2 of the 34 revisions of this API.51
- ●
added the new
add_to_projectenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
downloadenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
playenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
ratingenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
saveenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
- ○
the endpoint scheme security
BearerAuth AND NamespaceHeaderwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○