Posts

List posts

Returns posts for a workspace with pagination. Each item includes the same post detail fields as GET /posts/{id}.

get/posts

Query parameters

workspaceIdstring required
pageIdstring
campaignIdstring

Filter by campaign ID, or no-campaign for posts not assigned to any campaign

offsetinteger
limitinteger

Response

List of post details with pagination

Changes