Docs

List Events

Retrieves events from Edusign.

GET

Query

Arguments
stringrequired

Query param for pagination, starts at page "1" and displays events per page (default: 1)

string

Maximum number of events to return per page (default and max: 1000)

string

Filter events starting from this date (format: YYYY-MM-DD, ISO 8601)

string

Filter events ending before this date (format: YYYY-MM-DD, ISO 8601) <br><strong>Note:</strong> When both start and end dates are provided, events will be filtered to include only those occurring within this date range.

string

Show only events assigned to this specific student (use internal Edusign student ID)

string

Show only events assigned to this specific professor (use internal Edusign professor ID)

string

Filter events by external API IDs (JSON array as string, e.g., '["api1","api2"]')

Uncommon arguments
string

When set to true, returns simplified event data with only id, name, apiId, and apiType fields for faster loading

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.