ActivityView
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/ActivityView.jsoncreatedBystring
externalIdstring
kindstringrequired
occurredAtdate-timerequired
orgUuidstring
payload object
property name*any
personUuidstringrequired
recordedAtdate-timerequired
refs object
campaignUuidstring
cardUuidstring
contentUuidstring
correctsActivityUuidstring
eventUuidstring
formUuidstring
importJobUuidstring
sourcestringrequired
tenantIdstringrequired
uuidstringrequired
ActivityView
{
"$schema": "https://example.com/schemas/ActivityView.json",
"createdBy": "string",
"externalId": "string",
"kind": "string",
"occurredAt": "2024-07-29T15:51:28.071Z",
"orgUuid": "string",
"payload": {},
"personUuid": "string",
"recordedAt": "2024-07-29T15:51:28.071Z",
"refs": {
"campaignUuid": "string",
"cardUuid": "string",
"contentUuid": "string",
"correctsActivityUuid": "string",
"eventUuid": "string",
"formUuid": "string",
"importJobUuid": "string"
},
"source": "string",
"tenantId": "string",
"uuid": "string"
}