Get desktop application:
View/edit binary Protocol Buffers messages
ActivityFeed service provides information about the recent activity events happened in the system.
Lists the recent activity events, sorted by locally observed time (newest first).
The request to list the events.
Optional. The size of the page. The default is defined by the server.
Optional. The page token for requesting next pages.
Optional. If we want events from trusted peers only. All peers by default.
Optional. If we want events only from specific user accounts. Multiple accounts are filtered following OR logic.
Optional. If we want certain types of events. Some of the currently supported event types are: - KeyDelegation - Change - Comment - DagPB Multiple types are filtered following OR logic.
Optional. If we want events only from specific resource IDs
Optional. If we want to include link events. These blobs (usually documents or comments), link (mention) to another resource (currently only account mentions supported). We can add these blobs to the feed result by providing a list of resources iris we want links to aggregated as a logical OR. These link events are also treated as ogical OR when grouped with other filters. Unlike filters (users, event_types) that are grouped under a logic AND. filter_users(u1 OR u2 ...) AND filter_event_type(et1 OR et2 ...) OR add_linked_resource(lr1 OR lr2 ...)
The response with the list of events.
The list of events.
The token to request the next page.
Description of the event occurred in the system.
Used in:
Union type of different event types. Eventually we'll have more event types.
Event type describing the appearance of a new blob in the system.
The ID of the user account that has caused the event.
Timestamp of the event as per the event itself.
Locally perceived time of the event. I.e. time when we have received the event on our machine.
The event describing the
Used in:
The CID of the blob that was created.
The type of the blob that was created. Defined as string for extensibility. Some of the currently supported blob types are: - KeyDelegation - Change - Comment - DagPB
The user account ID that has created the blob.
The resource ID that the blob is related to.