← Back to team overview

dhis2-devs team mailing list archive

GET /api/trackedEntityAttributes filter=code:eq:<code value> attributes that have empty code are also returned

 

Me again...

I'm querying TrackedEntityAttributes.  Some have been created through web
API and have a code value and some have been created through the UI and
have an empty code

I'm using:

    ?filter=code:eq:<code value>

which always returns the TrackedEntityAttributes that were created through
the UI (no code).

Any TEAs matching <code value> are also returned.

Thanks

A

Follow ups