How to get disabled records in list type field

Dear Friends,
Right now List type fields are showing only enabled records, in report filters.
But I want to show also disabled records.
I am using below code but its not working,

“get_query”: function(){ return {‘filters’: {
“enabled”: 0
}}}

Please help.