v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Copy of Get Groups

get/site/{site_name}/

Path parameters

site_namestring required

The unique identifier of the target site.

Query parameters

limitinteger

The number of posts to retrieve.

offsetinteger
contentboolean

This endpoint enforces a maximum of 50 posts per request due to the heavier payload (when content=true only)

Headers

Authorizationstring
x-duda-access-tokenstring

Response

200

limitinteger
offsetinteger
total_responsesinteger

Example response

{
  "results": [
    {
      "id": "String",
      "path": "String",
      "status": "PUBLISHED",
      "creation_date": "String",
      "publish_date": "String",
      "title": "String",
      "author_name": "String",
      "meta_title": "String",
      "description": "String",
      "schedule_publish_date": "String",
      "tags": [
        "String"
      ],
      "no_index": true,
      "main_image": {
        "url": "String"
      },
      "thumbnail": {
        "url": "String"
      },
      "content": "<div data-rss-type=\"text\">\r\n  <div>\r\n    <p>\r\n      \n                    \n    There are so many good reasons to communicate with site visitors...."
    }
  ],
  "limit": 1,
  "total_responses": 1
}