With GET /repositories/< repository >/items/< item >
you can get information about items in a repository, in my case I am retrieving a workspace.
In the response there's one tag named 'history', but this is not the comment you enter when committing a workspace.
Sub-type: Workspace
workspace {
...
history (string, optional),
...
}
Can I find this history I am looking for through the API? Or at least a timestamp of when the workspace was committed?