GET api/Dialog

Retrieves a list of dialogs for the authenticated user.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

An representing the result of the operation. Returns an response if the bearer token is invalid or if the user lacks the necessary rights. Returns a response if no dialogs are found for the user. Returns an response with the list of dialogs if the operation is successful. Returns a response with an error message if an exception occurs during the operation.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.