activities
Query

Arguments

#

account

Non-null

The accounts associated with the Activity

dateFrom

Only return activities that were created after this date

dateTo

Only return activities that were created before this date

excludeParentAccount

Non-null

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

includeChildrenAccounts

Non-null

If account is a parent, also include child accounts

includeHostedAccounts

Non-null

If account is a host, also include hosted accounts

limit

Non-null

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

Default: 100

offset

Non-null

The offset to use to fetch

type

Only return activities that are of this class/type

Response

#

Returns ActivityCollection !.

Example

#

3