Hi,
Our company has recently started integrating with a client who uses Fibery.
We need to retrieve the changelog of a workflow state field (e.g., ToDo → In Progress → QA → Done), essentially the history of the states of a ticket, including when it was opened and when it moved through different states, along with the assignee at each state.
I’m having trouble finding documentation to support this.
I asked the client, and they mentioned the History report.
Additionally, there is an activity log in the UI, but we couldn’t query it using the API.
Currently, we are using the REST API with the “fibery.entity/query” command.
Is there a “fibery.entity/history” command, since there is a “history/disabled?”: false option in the fibery/meta object?
Thanks for your help.