Hi all,
I want to get all tracked entities’ names of a specific tracker program and org- unit and its descendants. I tried this API but it giving an error.
Thanks
Hi all,
I want to get all tracked entities’ names of a specific tracker program and org- unit and its descendants. I tried this API but it giving an error.
Thanks
The fields parameter in the request needs to be modified a bit because the result doesn’t return ‘name’ directly; for example, fields=attributes[displayName,value]
will return the names from the TE attributes.
Here’s a slight modification:
Hope this helps!