GET a list of reports from a specified BI Serverget {protocol}://{base-url}/integration/v2/bi/server/{server_id}/report/GET a range of report objects by ID.Path Paramsserver_idintegerrequiredID of the containing serverQuery ParamsoidsarrayList of object ids to be usedoidsADD integer | stringkeyFieldstringenumDefaults to idField to use as an identifier of the resource (id, or external_id)idexternal_idAllowed:idexternal_idlimitintegerDefaults to 100Specifies the number of objects to be fetched in one paginated request.offsetintegerDefaults to 0Specifies the number of objects to be skipped in one request. Used together with Limit parameter to fetch paginated requests.Responses 200A list of Connection reports 400Malformed Request 401Unauthorized bad/missing token 403Forbidden User cannot edit this resource 404The specified resource was not found 500Internal Server ErrorUpdated about 1 month ago