Row-level permission to allow pulling data from the server only for specific submissions

Hi @andrea_ageon, this is possible with the API v2 data endpoint. If you have given a user row-level permissions to only see their own submissions for example, then if they visit (with their token):

https://<kf url>/api/v2/assets/<asset uid>/data.json

They will only see submissions by them. Additionally if they export data to XLS they will only export their submissions.

If you are wanting to do more granular filtering through the API, you can refer to the thread here:

3 Likes