我有一个问题,我想对包含的数据应用过滤器,但它不起作用
这是场景
接口:
/patient/257?include=patientdiagnosis&filter[patientdiagnosis.IsDeleted]=0
或者
/patient/257?include=patientdiagnosis&filter[patientdiagnosis.IsDeleted]=false
但作为回应,我没有得到过滤器数据
包含的数据
"included": [ { "type": "patient-diagnosis", "id": "17", "attributes": { "PatientDiagnosisId": 17, "PatientID": 257, "ICDID": 2, "IsActive": false, "DiagnosisDate": "0001-01-01T00:00:00", "CreatedDate": "2017-08-25T03:37:46.0239768", "CreatedBy": 1, "UpdatedBy": null, **"IsDeleted": true**, "DeletedBy": null },