I have a quick question.
I feel kinda dumb for asking, because I’m almost certain there is a simple solution.
How can I GET the subbmissions for a specific form?
Sure - I can POST submissions via /api/inbox/submit/, as stated in the docs, but how can I read those submissions?
There seems to be a way, because in Cockpits User Role configuration (/system/users/roles/role/) I can find a toggle specifically meant to control exactly that:
There is no api endpoint to get the form submission. I didn’t implement it because of possible privacy data leaks if the api access isn’t setup correctly. So the only option right now, is to setup a custom api endpoint which returns the inbox submissions
Okay, makes sense. However, GETting form submissions can indeed be pretty important. In my specific case, the goal is to connect a service desk solution to a specific form, so that form submissions can create tickets in said desk. But let’s not get too deep into that