Hello. Is it possible and how to get Process Instance Authorizations records through the REST API or somehow implement it through the web interface?
You should find a match for your request at https://docs.camunda.org/manual/latest/reference/rest/authorization/
Thanks. The resulting JSON file does contain the information I need (“resourceType”: 8). I supposed there would be an explicit REST API request. Thanks again.