In the events endpoint we have createdByUserInfo and lastUpdatedByUserInfo, and each section in json has uid,firstName,surname,username attached to it. When I was pulling a particularly dataElement heavy program in json form, the original MB size was 72.9MB. When I systematically removed all createdByUserInfo and lastUpdatedByUserInfo, the MB size when down to 22 MB.
Questions are:
- Do we use dataElement specific createdByUserInfo and lastUpdatedByUserInfo somewhere in analytics?
- Is there a way to pull events in general with dataValues but omitting createdByUserInfo and lastUpdatedByUserInfo?