Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
I'm trying to come up with an API request to pull the activity feed you see on the admin homepage, where you can see who modified theme files, added blog posts etc... Basically what you see at mystore.com/admin/activity
It would appear the StaffMemberPrivateData object is what I'm looking for but having the worst time trying to piece together how I should format this request. Any help is appreciated.
Looks like one has to have read_home access scope to be able to access these objects, which is an undocumented scope. I am afraid this a private API unlikely accessible for usage by third parties.