Returns all reportsget https://{serverURL}/api/reportsThis endpoint returns all reports. This is results of reports that have been executed in the past.Query Paramsmaxint64Defaults to 25Maximum number of records to returnoffsetint64Defaults to 0Offset records, the number of records to skip, for paginating requestssortstringDefaults to nameSort order, the name of the property to sort bydirectionstringenumDefaults to ascSort direction, use 'desc' to reverse sortascdescAllowed:ascdescphrasestringSearch phrase for partial matches on name or descriptionnamestringFilter by namereportTypestringIf specified will return an exact match on report type code, accepts multiple valuescategorystringIf specified will return an exact match on categoryResponses 200Successful Request 4XXError Codes 5XXError CodesUpdated over 2 years ago