Skip to content

Commit

Permalink
docs: data integrity slow and programmatic filters [DHIS2-16223] (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbee authored Mar 13, 2024
1 parent e33b2d9 commit 992628f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/developer/web-api/data-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,18 @@ Additional results can be filtered using a `section` parameter.

The `section` filter will return all exact matches which have the specified section.

Furthermore, to filter (select) only checks marked as `isSlow` use `slow=true`,

GET /api/dataIntegrity?slow=true

or to filter (select) only checks that are not performed via database query
(programmed checks) use `programmatic=true`:

GET /api/dataIntegrity?programmatic=true

The `slow`, `programmatic` and `section` filters can be combined in which case
all conditions must be met.

### Running data integrity summaries { #webapi_data_integrity_run_summary }

Since version 2.38, data integrity checks have two levels of specificity:
Expand Down

0 comments on commit 992628f

Please sign in to comment.