List posts
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
includeChannel
array of objects
An array of channel ids.
includeChannel ADD string
pageNumber
int32
Defaults to 1
The page number, starting at 1.
pageSize
int32
Defaults to 10
The number of items in one page of results.
layout
string
Filters by the given layout. Available layouts are:
POSTARTICLE
state
string
Filters by the given state. Available states are:
PUBLISHEDREVIEWDRAFTSHARED_DRAFT
``200 A list of Posts.
Updated about 1 year ago
ShellNodeRubyPHPPython
Base URL
xxxxxxxxxx
curl --request GET \
--url 'https://api.happeo.com/posts?pageNumber=1&pageSize=10' \
--header 'accept: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
``200
Updatedabout 1 year ago