Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

5.1.1 Retrieve Entries in a Channel #25

Copy link
Copy link

Description

@EdwardHinkle
Issue body actions

GET

Retrieve the entries in a given channel.

Parameters:

action=timeline
channel={uid}
after={cursor}
before={cursor}
The response will include a property items with an array of post objects. See #Posts for documentation on the format of items.

{ "items": [ { ... }, { ... } ], "paging": { "after": "xxxxx", "before": "xxxxx" } }

See #Paging for more details on the paging mechanism.

https://indieweb.org/Microsub-spec#Retrieve_Entries_in_a_Channel

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

Morty Proxy This is a proxified and sanitized view of the page, visit original site.