1. The Links Object

The Links Object

The Links Object contains nested Link Objects, with each key presenting the uuid of a story (a content entry) or folder.

Properties

  • Multiple uuid

    string

    One key per story or folder, with each key constituting the uuid of the content entry

Example Object
{
  "links": {
    "c337e7a3-3899-4abc-86bb-732592e3c3a4": {
      "id": 460950252,
      "uuid": "c337e7a3-3899-4abc-86bb-732592e3c3a4",
      "slug": "website-a",
      "path": null,
      "parent_id": null,
      "name": "Website A",
      "is_folder": true,
      "published": false,
      "is_startpage": false,
      "position": 0,
      "real_path": "/website-a"
    },
    "3ce5d163-3bb4-41ef-9e1a-709d7c4848ff": {
      "id": 460947950,
      "uuid": "3ce5d163-3bb4-41ef-9e1a-709d7c4848ff",
      "slug": "website-a/home",
      "path": "the-real-path",
      "parent_id": 460950252,
      "name": "Home",
      "is_folder": false,
      "published": true,
      "is_startpage": false,
      "position": 10,
      "real_path": "/the-real-path"
    },
    "7ad8af26-9551-493c-bf9d-e5aace43d94c": {
      "id": 461119531,
      "uuid": "7ad8af26-9551-493c-bf9d-e5aace43d94c",
      "slug": "website-a/landing-page-a",
      "path": null,
      "parent_id": 460950252,
      "name": "Landing Page A",
      "is_folder": false,
      "published": true,
      "is_startpage": false,
      "position": 10,
      "real_path": "/website-a/landing-page-a"
    }
  }
}