Magidoc

activities
Query

Arguments

#

limit = 100

Non-null

The number of results to fetch (default 10, max 1000)

offset

Non-null

The offset to use to fetch

account

Non-null

The accounts associated with the Activity

includeChildrenAccounts

Non-null

If account is a parent, also include child accounts

excludeParentAccount

Non-null

If account is a parent, use this option to exclude it from the results. Use in combination with includeChildrenAccounts.

includeHostedAccounts

Non-null

If account is a host, also include hosted accounts

dateFrom

Only return activities that were created after this date

dateTo

Only return activities that were created before this date

type

Only return activities that are of this class/type

timeline

Non-null

If true, return the timeline of activities for this account

Response

#

Returns ActivityCollection !.

Example

#