GET Saved request

Returns the saved request details.

Resource url:

  • https://api.wsdlotphp.com/rest/request/v1/get/[API_TOKEN]/[REQUEST_ID][RESPONSE_FORMAT]

Parameters:

Example request:

  • http://api.wsdltophp.com/rest/request/v1/get/53d5dbf25871fddb417ca10105ee06ba2022f2a2/846.json

Example response:

{ "error_code":0, "error":false, "error_reason":null, "output_format":"json", "data":{ "soapcall":{ "id":"846", "title":"Request sent on 13 February 2014 at 22h58m46s", "description":"Call of PayPalServiceGet::GetBalance, nouvelle version PSR-2 de WsdlToPhp", "created":"1392328700", "packagename":"PayPal", "servicename":"PayPalServiceGet", "methodname":"GetBalance" }, "requests":{ "soapoptions":{ "wsdl_url":"https:\/\/www.paypalobjects.com\/wsdl\/PayPalSvc.wsdl", "location":"https:\/\/api-3t.paypal.com\/2.0\/" }, "soapheaders":{ "namespace":{ "1":"urn:ebay:api:PayPalAPI" }, "name":{ "1":"RequesterCredentials" }, "mustunderstand":{ "1":"0" }, "actor":{ "1":"" }, "data_type":{ "1":"PayPalStructCustomSecurityHeaderType" }, "data":{ "1":{ "1":"", "2":"", "3":{ "1":"", "2":"", "3":"", "4":"*************************", "5":"*************************", "6":"**************************************************", "7":"", "8":"" } } } }, "httpheaders":{ "name":[""], "value":[""] }, "parameters":{ "1":{ "1":{ "1":"1", "2":"VALUE_RETURNALL", "3":"", "4":"109", "5":"" } } } } } }