Based on the this sourcecode I'm not able to retrieve the data from the API into XDocument
.
I retrieve the error message
{"The remote server returned an error: (400) Bad Request."}
Question:
I don't know what to do?
XDocument xml = XDocument.Parse(new
WebClient().DownloadString("http://api.arbetsformedlingen.se/af/v0/platsannonser/matchning?lanid=1&kommunid=180&yrkesid=2419&1&antalrader=10000"));