I have setup a private corpus called devoxx_corpus1. I can successfully run :
curl -u "username":"password" -G -d "ids=[\"/graphs/wikipedia/en-20120601/concepts/Java_(programming_language)\"]" "https://gateway.watsonplatform.net/concept-insights/api/v2/corpora/eve6tionsto1/devoxx_corpus1/conceptual_search"
But not able to run the same command after adding document_fields={\"user_fields\":1}
which is very important to add while doing conceptualSearch in my project.
Can you please give me the correct syntax to run the curl command with the above concept and document_fields
.