Skip to content

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

1
2
3
4
5
6
7
8
{
  "Events": [
    "string"
  ],
  "ObjectId": "string",
  "ObjectType": "string",
  "UserId": "string"
}

Response Example (200)

Response Type /definitions/activitySubscription

1
2
3
4
5
6
7
8
{
  "Events": [
    "string"
  ],
  "ObjectId": "string",
  "ObjectType": "string",
  "UserId": "string"
}

Auto generated by Pydio Cells Enterprise Distribution v4.4.13 on 7-May-2025