Skip to content

5.1.1 Retrieve Entries in a Channel #25

@EdwardHinkle

Description

@EdwardHinkle

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions