Summary
We would like to know the default Transaction Isolation level for REST API (specially GET requests) in Strapi v4.25.24.
Why is it needed?
We are using GET requests on REST API as export mechanism for our data and need to understand how users updating the same exported content can affect the exported data.
Additionally, we would like to know if this can be customized in the Strapi system and if it can be defined per GET request.
Suggested solution(s)
Apart from having a Strapi global setting, it may be useful let the REST API requests decide its transaction isolation level by adding an attribute in the request.
Related issue(s)/PR(s)
No response
Summary
We would like to know the default Transaction Isolation level for REST API (specially GET requests) in Strapi v4.25.24.
Why is it needed?
We are using GET requests on REST API as export mechanism for our data and need to understand how users updating the same exported content can affect the exported data.
Additionally, we would like to know if this can be customized in the Strapi system and if it can be defined per GET request.
Suggested solution(s)
Apart from having a Strapi global setting, it may be useful let the REST API requests decide its transaction isolation level by adding an attribute in the request.
Related issue(s)/PR(s)
No response