POST /a/activity/stream

Load the the feeds of the currently logged user

Body Parameters

Name Description Type Required
AsDigest Compute a digest of all unread activities boolean
BoxName Target inbox or outbox for the given object string
Context Define the context of the stream #/definitions/activityStreamContext
ContextData Value for the context (e.g. User Id, Node Id) string
Language string
Limit Limit the number of results string
Offset Start listing at a given position string
PointOfView Provide context for building the human-readable strings of each activity #/definitions/activitySummaryPointOfView
StreamFilter Json-encoded filter string
UnreadCountOnly Count last activities that were not loaded yet boolean

Body Example

{
  "AsDigest": true,
  "BoxName": "string",
  "Context": "string",
  "ContextData": "string",
  "Language": "string",
  "Limit": "string",
  "Offset": "string",
  "PointOfView": "string",
  "StreamFilter": "string",
  "UnreadCountOnly": true
}

Response Example (200)

Response Type /definitions/activityObject

{
  "@context": "string",
  "accuracy": "[Unknown Type number]",
  "actor": "[Recursive structure]",
  "altitude": "[Unknown Type number]",
  "anyOf": "[Recursive structure]",
  "attachment": "[Recursive structure]",
  "attributedTo": "[Recursive structure]",
  "audience": "[Recursive structure]",
  "bcc": "[Recursive structure]",
  "bto": "[Recursive structure]",
  "cc": "[Recursive structure]",
  "closed": "string",
  "content": "[Recursive structure]",
  "context": "[Recursive structure]",
  "current": "[Recursive structure]",
  "deleted": "string",
  "duration": "string",
  "endTime": "string",
  "first": "[Recursive structure]",
  "formerType": "string",
  "generator": "[Recursive structure]",
  "height": 10,
  "href": "string",
  "hreflang": "string",
  "icon": "[Recursive structure]",
  "id": "string",
  "image": "[Recursive structure]",
  "inReplyTo": "[Recursive structure]",
  "instrument": "[Recursive structure]",
  "items": [
    "[Recursive structure]"
  ],
  "last": "[Recursive structure]",
  "latitude": "[Unknown Type number]",
  "location": "[Recursive structure]",
  "longitude": "[Unknown Type number]",
  "markdown": "string",
  "mediaType": "string",
  "name": "string",
  "next": "[Recursive structure]",
  "object": "[Recursive structure]",
  "oneOf": "[Recursive structure]",
  "origin": "[Recursive structure]",
  "partOf": "[Recursive structure]",
  "prev": "[Recursive structure]",
  "preview": "[Recursive structure]",
  "published": "string",
  "radius": "[Unknown Type number]",
  "rel": "string",
  "relationship": "[Recursive structure]",
  "replies": "[Recursive structure]",
  "result": "[Recursive structure]",
  "startTime": "string",
  "subject": "[Recursive structure]",
  "summary": "string",
  "tag": "[Recursive structure]",
  "target": "[Recursive structure]",
  "to": "[Recursive structure]",
  "totalItems": 10,
  "type": "string",
  "units": "string",
  "updated": "string",
  "url": "[Recursive structure]",
  "width": 10
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top