Also the query string parameters for size and date created don't seem to work, I still get those fields in the Json response
Sample call:
'http://localhost/J%3A/My%20Recordings?j ... ize_column'
Response:
Code: Select all
{
"results": [{
"type": "folder",
"name": "MBHBA-music_data",
"size": "",
"date_modified": "131253694229441539"
}, {
"type": "file",
"name": "MBHBA-music.aup",
"size": "", <<------------ invalid json
"size": "5205",
"date_modified": "131253707813107688"
}]
}