You need to sign in to do that
Don't have an account?

sample code for getting reports using HttpWebRequest(Rest Api)
Hi
We are new to the salesforce and we are trying to integrate our App to salesforce.
Right now we are trying to fetch the particular reports data from salesforce using HttpWebrequest(Rest Api) using c# code.
we are implementing asynchronous report call with post request body to get the data but we are unable to get and it is throwing exception that is
[{"message":"The request body is either invalid or incomplete.","errorCode":"JSON_PARSER_ERROR"}]
So please provide us with sample code for fetching the reports with asynchronous call and also tell us how to send post request body for asynchronous report call for fetching reports data.
Regards
vinod
We are new to the salesforce and we are trying to integrate our App to salesforce.
Right now we are trying to fetch the particular reports data from salesforce using HttpWebrequest(Rest Api) using c# code.
we are implementing asynchronous report call with post request body to get the data but we are unable to get and it is throwing exception that is
[{"message":"The request body is either invalid or incomplete.","errorCode":"JSON_PARSER_ERROR"}]
So please provide us with sample code for fetching the reports with asynchronous call and also tell us how to send post request body for asynchronous report call for fetching reports data.
Regards
vinod