Docs

List Documents

Retrieves documents from Edusign.

GET

Query

Arguments
string

Query param for pagination, starts at page "0" and displays "limit" documents per page, with a maximum of 500.

string

Query param for pagination, maximum of 500 documents per page.

string

Retrieve documents based on a recipient resource ID : - Student ID - Professor ID - External ID - Admin ID (a user with the 'admin' rights in Edusign)

string

Retrieve documents based on its signature state : - "completed" : All recipients have signed the document - "pending" : At least one signature is still pending - "expired" : The signature link is no longer available - "refused" : The recipient(s) have refused to sign

string

Retrieve documents created after the provided date (format YYYY-MM-DDThh:mm:ss, ISO 8601)

string

Retrieve documents created before the provided date (format YYYY-MM-DDThh:mm:ss, ISO 8601)

Uncommon arguments
string

Retrieve or not the HTML version of the document. <strong style="color:gold">WARNING</strong> : The weight of the HTML template can have an impact on the payload size and request speed, depending on the quantity of documents to retrieve.

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.