Question
REST API V6 - retreving the status of all documents from all users in the account
I'm looking to create an Adobe sign intergration which monitors for signed documents. Once signed they will be downloaded and archived.
I’ve tried using
- POST /search
- GET /agreements
It looks like they only return documents for the authenticated user. It is possible to get all documents for all users using this API? Should I be looking at a different API or am I just doing something wrong?
