Skip to main content
GET
/
content
/
global
/
{type}
/
{sorting}
List global post IDs
curl --request GET \
  --url https://api.example.com/content/global/{type}/{sorting}
{
  "ids": [
    1
  ]
}

Path Parameters

type
enum<string>
required

Type of content list to return

Available options:
feed,
highlighted,
draft,
scheduled,
bookmarked,
organization
sorting
enum<string>
required

Sorting method for the content list

Available options:
activity,
publish

Response

200 - application/json

A list of content IDs.

ids
integer[]