Hi I am trying to get the raw data for an event using the dashboard rest api that Amplitude offers. I am completely new to Amplitude and REST APIs. I have an event that want to group it by two properties and get the raw data for lets say 3 days. The expected output in a csv format should look like below:
" keywords; Amplitude] User ID"," 2021-06-09"," 2021-06-10"," 2021-06-11",
" vaccine; AhL67nr8JDA","0","0","1",
" important themes; C1VzZXJQcm9ma","0","1","0",
" broadband; agxzfnViZX","1","0","0",
" oklahoma; Y2VyGSC1VzZX","1","1","0"
,where keywords and User ID are the two properties that I group by the data on. I see such a data in the breakdown table in Amplitude UI but don’t know how I can extract this data using the REST API.
Any help is appreciated.