RESTCallTraceServer
This class represents the RESTful interface to the call trace server.
The following resources are applicable:
/call/trace/instance
GET
This method returns the call trace for the specified context.
Parameters
| name | description | type | default |
|---|---|---|---|
| type | The context type (Conversation, Endpoint, Message, Link) | query | Conversation |
| value | The context value | query |
Response Body
| element: | CallTrace |
| media types: | application/json |
The call trace for the context