Optional
configuration: Configurationsummary Retrieves the Activity with the specified key and activity type
Optional
key: stringThe id of the object this activity is associated with
Optional
type: ActivityTypeThe type of activity being requested contactCreated invited onboarded readyForPayouts firstPayout firstPayment
Optional
limit: numberA limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25
Optional
page: number1-based page index for paginated results
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfig = {}Override http request option.
summary Retrieves the Task Activity with the specified key and activity type
Optional
type: ActivityTypeThe type of activity being requested contactCreated invited onboarded readyForPayouts firstPayout firstPayment
Optional
limit: numberA limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25
Optional
page: number1-based page index for paginated results
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfig = {}Override http request option.
summary Create or update an Activity
Optional
key: stringThe id of the object this activity is associated with
Optional
type: ActivityTypeSpecifies the type of the activity contactCreated invited onboarded readyForPayouts firstPayout firstPayment
Optional
status: ActivityStatusSpecifies the status of the activity unknown started pending completed needsAttention failed notStarted
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfig = {}Override http request option.
summary update activity task status
Optional
activityTaskUpdateDeets: ActivityTaskUpdateDeetsOptional
options: RawAxiosRequestConfig = {}Override http request option.
ActivityApi - axios parameter creator export