The curl command for the API
and this code return a JSON that the field inside is XML from some reason
{"id":3985,"rev":28,"fields":{"Microsoft.VSTS.TCM.LocalDataSource":"<NewDataSet><xs:schema id='NewDataSet' xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:msdata='urn:schemas-microsoft-com:xml-msdata'><xs:element name='NewDataSet' msdata:IsDataSet='true' msdata:Locale=''><xs:complexType> <xs:choice minOccurs='0' maxOccurs = 'unbounded'><xs:element name='Table1'><xs:complexType><xs:sequence><xs:element name='PatientIDType' type='xs:string' minOccurs='0' /><xs:element name='PatientFile' type='xs:string' minOccurs='0' /></xs:sequence></xs:complexType></xs:element></xs:choice></xs:complexType></xs:element></xs:schema><Table1><PatientIDType>Identity N0</PatientIDType><PatientFile>335277730</PatientFile></Table1><Table1><PatientIDType>Passport N0</PatientIDType><PatientFile>335277731</PatientFile></Table1><Table1><PatientIDType>Random ID</PatientIDType><PatientFile>335277732</PatientFile></Table1><Table1><PatientIDType>Identity N0</PatientIDType><PatientFile>335277733</PatientFile></Table1></NewDataSet>"},"url":"http://0.0.0.0:8080/tfs/DefaultCollection/_apis/wit/workItems/3985"}
How can the API return from the request only the "Microsoft.VSTS.TCM.LocalDataSource" ?
and return instead XML format in JSON format ?