Skip to main content

We recently expanded our support for subitems in activity log queries 😎

Now, when you query activity logs, the update_column_value and create_pulse events will contain the parent_board_id and parent_item_id properties. This change will not apply retroactively, but all queries moving forward will contain the new information!

Hello!

The API is not returning any logs for subitems columns changes, despite these changes being visible in the Monday interface. Could you please confirm if the logs should also include entries for changes made to subitem columns?

At present, I am only getting logs when a subitem is created, as demonstrated by the following entry:

          {
            "id": "efee9d30-dd15-4095-9c1e-65827d6312ae",
            "event": "update_column_value",
            "created_at": "17138974420245986",
            "data": "{\\"board_id\\":6510122962,\\"group_id\\":\\"topics\\",\\"is_top_group\\":true,\\"pulse_id\\":6510123108,\\"pulse_name\\":\\"Item 2\\",\\"column_id\\":\\"subitems__1\\",\\"column_type\\":\\"subtasks\\",\\"column_title\\":\\"Subitems\\",\\"value\\":{\\"linkedPulseIds\\":[{\\"linkedPulseId\\":6510432651}],\\"changed_at\\":\\"2024-04-23T18:37:21.000Z\\"},\\"previous_value\\":{},\\"is_column_with_hide_permissions\\":false,\\"textual_value\\":\\"novo teste\\"}"
          },