ArchAstro.V1.ActivityFeed (archastro v0.2.0)

Copy Markdown

ActivityFeed API resource.

Summary

Functions

list(client, params \\ %ArchAstro.Types.Operations.GetApiV1ActivityFeed.Params{})

List activity feed entries

Returns a cursor-paginated list of activity feed entries visible to the authenticated user. Entries are ordered from newest to oldest by default. Use before_cursor to page backward and after_cursor to page forward.

Results are scoped to the caller's app. All filter params are optional and can be combined. Passing multiple values in an array filter returns entries matching any of the supplied values (OR semantics).

Invalid kind or level values return a 400 error listing the accepted values rather than being silently ignored.

Successful response