The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsonl/reply/GetAnalyticsInfo HTTP/1.1
Host: team.evovoice.io
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"month":"\/Date(-62135596800000-0000)\/","type":"String","op":"String","apiKey":"String","userId":"String","ip":"String"}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"months":["String"],"result":{"id":0,"dateTime":"\/Date(-62135596800000-0000)\/","browser":"String","device":"String","bot":"String","op":"String","userId":"String","userName":"String","apiKey":"String","ip":"String"},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}