Retrieve all articles created via the Create Article endpoint
true
if you want Byword to return the most recent articles first.API
), or by the associated user in the UI (UI
).cursor=0
and another with cursor=100
. These two calls combined would return all 200 articles.
nextCursor
value for subsequent requests.newest
to true
to get the most recently created articles first.mode
parameter lets you choose between articles created via API or through the UI.