Hi All,
To make a long story short, I find Monday.com reporting and 3rd party apps to be incredibly lackluster. The data I want to gather and manipulate is in the Activity Log, but exporting that to excel gives me way more data than I want, so I want to customize what I pull. Which is how I arrived here.
Below is my command in linux, minus the key (for obvious reasons). The only return I get is {} from Monday.com instead of the data I want. I know I haven’t put more filters on the command yet. I wanted to see what it pulls first before filtering. Can anyone assist?
Does the cookie need to be changed? If so, where do I gather that data? I’m using the example command provided on Monday.com for cURL.
curl --location --request POST ‘https://api.monday.com/v2’ \\
–header 'Authorization: ’ \\
–header ‘Content-Type: application/json’ \\
–header ‘Cookie: __cfduid=d4512e647bd3dd90706f5673d6041f7c51618840981’ \\
–data-raw '{“query”: "query { boards (ids: 1476816006) { activity_logs
(from: "2022-05-1T00:00:00Z) (to: "2022-05-6T00:00:00Z) (column_ids: ) { id event data }}}"}’ > data.txt