The SubmissionListPanel works fine so far, however, I would like to add some fields from the submission_settings table, that the apiUrl used in the panel does not fetch. Is there a way to adjust the API call (or the SubmissionListpanel) in the importexport-Plugin to include my extra fields and also an additional filter to filter by those fields?
I kind of tried to extend the Submission Schema so the API Response includes the additional fields by setting apiSummary => true for my field for the submission schema but this does not work. Not sure how to extend the Schema in a way so that the API Response used in the SubmissionListPanel includes the fields I need.