rest API v11_1 filter not working with link relation(cases)

Using below URL

{{url}}/rest/v11_1/Accounts/4bb0263d-257c-4e27-8d37-4fa8c0a507a1/link/cases/filter

And POST following data

{"filter":[{"date_entered":{"$lt":"2018-12-03 07:41:31"}}]}

Result obtained

{
    "error": "not_found",
    "error_message": "Could not find the related bean"
}

Any one help me what is wrong with this rest call.

Although this api call working {{url}}/rest/v11_1/Accounts/4bb0263d-257c-4e27-8d37-4fa8c0a507a1/link/cases

 

Parents Reply Children