POST /a/activity/subscribe
Manage subscriptions to other users/nodes feeds
Body Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| Events | List of events to listen to | array | |
| ObjectId | If of the owner | string | |
| ObjectType | Type of owner | #/definitions/activityOwnerType | |
| UserId | Id of the user for this subscription | string |
Body Example
{
"Events": [
"string"
],
"ObjectId": "string",
"ObjectType": "string",
"UserId": "string"
}
Response Example (200)
Response Type /definitions/activitySubscription
{
"Events": [
"string"
],
"ObjectId": "string",
"ObjectType": "string",
"UserId": "string"
}