GET api/User/Dialog
Retrieves the dialog information 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 with a list of dialogs if successful, a 404 Not Found if no dialogs are found, or a 401 Unauthorized if the bearer token is invalid.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.