REST request fails for one entity - Cases

I am making a request for cases and it consistently fails.

Using Postman I send the request http://[server]/sdata/crmj/sagecrm2/-/Cases and I get the following response

{
    "$diagnoses": [
        {
            "$severity""Error",
            "$applicationCode""sdata947330",
            "$message""BadRequest ",
            "$stackTrace""sdata947330",
            "status""BAD_REQUEST",
            "$sdataCode""ApplicationDiagnosis"
        }
    ]
}

If I query company or people there is no issue but Cases always fails. In CustomTables the Cases record has SDataAccess set to "Y" and I am using the ADMIN account which has full access to cases.

Additional information

  • Running CRM 7.3 SP3
  • The Case translations have been changed