I just want get part of a trackerentity ’ attribute ,how to use the fields filter to get?
for example ,an entity with attribute name,age,sex, I just want got the age,sex, no name, how to get by api ?
I just want get part of a trackerentity ’ attribute ,how to use the fields filter to get?
for example ,an entity with attribute name,age,sex, I just want got the age,sex, no name, how to get by api ?
Hi @linxd
The API endpoint will return the attributes that are set as ‘display in list’, if you don’t want the API to return a certain attribute, you can unselect the ‘display in list’ option in the program metadata configuration.
I think that is reffering to display in tracker app( when search), can’t control the attribute invisible in api return.