API for retreiving all document initiated per user #368
-
Hello Team, Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@dilshadMNS currently we don't have that API filter param - but probably for your use case it would be best to use webhooks (submission.created) https://www.docuseal.co/docs/api#submission-webhook - this webhook returns the "created_by_user" which you can store in your application database - so that you can load/filter all submissions directly in your app to build an API for your angular frontend. |
Beta Was this translation helpful? Give feedback.
@dilshadMNS currently we don't have that API filter param - but probably for your use case it would be best to use webhooks (submission.created) https://www.docuseal.co/docs/api#submission-webhook - this webhook returns the "created_by_user" which you can store in your application database - so that you can load/filter all submissions directly in your app to build an API for your angular frontend.