Can you please help us for below API Details
-
For Items, we are seeing fields/attributes like Creator but not like last updated by. So can you please let us know if there is any field to identify who updated the Items last ?
-
How can we query the list of Items applying the filter on fields/attributes like created_at, creator/creator_id, updated_at
There is an API for Querying items by column values, but that gives error while used with these attributes. Example :query {
items_by_column_values (board_id: 20178755, column_id: “updated_at”, column_value: “2021-03-23”) {
id
name
}
}
-
For updates and Activity log API, is below understanding correct ?
For retrieval of updates on Items, For updates performed within Board the Activity log API is to be used and for updates done outside of the Board Updates API should be used" -
For Activity Log and Updates Query API, we don’t see filter possibility. is it possible to retrieve the updates/Activity log performed after a specific time ?
Thank you in advance 🙂
