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"
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top