Restapi cannot get null

Restapi cannot return null, and the returned JSON is missing the key
11



What I want is “data:null”. Cuba deleted all null data when converting it into JSON. What should I do? The version of Cuba is 7.1

Can you help me???

Add returnNulls=true parameter to your request.
See CUBA REST OpenAPI docs.