v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Content - Posts

Get All Posts

This endpoint retrieves all posts.<br><br><h3>Required Scope</h3>content:read or content:write

get/api/v2/content/posts

Query parameters

nextstring

Retrieves the next batch of posts. This value expires after 2 minutes if a request has not been made during that time.

limitinteger

The maximum number of posts to display per page. A maximum of 1000 is allowed.

filter[start_date]string date

Filter criteria that returns posts created from this date on. Format yyyy-mm-dd.

filter[end_date]string date

Filter criteria that returns posts created before this date. Format yyyy-mm-dd.

filter[modified_before]string date

Filter criteria that returns posts modified before this date. Format yyyy-mm-dd.

filter[modified_after]string date

Filter criteria that returns posts modified after this date. Format yyyy-mm-dd.

filter[internal_only]boolean

Filter criteria that only returns posts internal to the organization.

Response

Success

Example response

{
  "data": [
    {
      "attributes": {
        "groups-with-access": [],
        "groups-with-access-ids": []
      }
    }
  ]
}