No description
type ActivityResponse {
  data: [Activity]!
  limit: Int64!
  total: Int64!
  page: Int64!
}

Fields

data
[Activity]!
__
limit
Int64!
The maximum number of activities to retrieve (limit: 300).
total
Int64!
The total number of available activities in the dataset.
page
Int64!
The page number from which activities are being pulled.

Returned By

getActivity