Parameters
name type required description
report_sid string yes The unique identifier for the report
body object no Acceptable keys in body: start, page, limit, filters
Example
Resource/reports/5a6db90c-1897-4916-b8bb-31dea098d050Try It!
Authentication

Append your key and the token obtained from either Access/exchange-token or Access/impersonate to the querystring (key=mykey&token=kj123khb123hb123hb123jh123) or to the headers (Authorization:Bearer kj123khb123hb123hb123jh123) of your request.

Post Data
{"start": 0 , "filters" : [{"paramname":"RequestID","field":"Request|ID","data":{"comparison":"Greater_Than","type":"string","value":"1"}}],"persist": true, "page":1, "limit": 10}
Response
Returns the output of the report