List interactions

View as Markdown
Retrieve all interactions occurring with the Moveworks AI Assistant.

Authentication

Authorizationstring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

$filterstringOptional
Filter interactions by a condition. This API supports the standard odata query language on all string and integer attributes
$selectstringOptional
Select which properties to include in the response for the interactions.
$orderbystringOptional
Order interactions by specific fields.
$topintegerOptional
Specify the number of interactions results to return.
$skipintegerOptional
Skip the first n interaction results.

Response

Successfully retrieved list of interactions
@odata.contextstring or null
URL to the metadata of the response.
valuelist of objects or null

Errors