Not getting logs/records in Activity Logs API response for Updates posted ( create_update event)

Not getting logs/records in Activity Logs query response for Updates posted ( create_update event) on items.

Below is example Query we are using:

query {
  boards (ids: 1234567890) {
    activity_logs (from: "2022-06-12T00:00:00Z", to: "2022-06-15T00:00:00Z") {
      id
      event
      data
    }
  }
}

Kindly help us know how we can get the logs for Updates posted using Activity Logs query.

Hello there @Yash!

The creation of an update is an event that can not be queried via activity logs.

Cheers,
Matias

Hi @Matias.Monday,

Thank you for input.

If you look at the query, I am expecting all the records in response of the query, where in query I am not filtering based on any event and just querying records between the from and to duration. As activity log API doesn’t supports filtering by event type I am expecting query to return records/result for create_update events as well, which is the event for any updates posted on Item or Subitem.

Hello again @Yash.

If I understand correctly, you want to see in the activity_logs, the events of creating an update or replying to one.

These events are not retrievable via API using the activity log. You will not see them there with other events.

Hello @Yash ,
The Board Email Reports got you back with this case.
It’s the unique app that provides reports on item updates. The types of reports:
On a board/project level:

  1. New and updated tasks
  2. Status updates
  3. Budget, Costs, Revenue changes
  4. Timeline and deadline overdue
  5. Time Tracking changes

On an item/task level:

  • Updates by a specific employee
  • Updates mentioning a specific employee
  • Updates containing attachments
  • Status updates
  • Last updates

An example:

The message in my inbox with xls-attachment where you can find updates details:

I hope you’ll find them helpful.