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

Path Parameters

group
integer
required

Group ID

type
enum<string>
required

Type of content list to return

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

Sorting method for the content list

Available options:
activity,
publish

Response

200 - application/json

A list of content IDs for a specific group

ids
integer[]