1. Idea's Stories Object

Idea's Stories Object

Idea's stories object differs from the stories object in Management API.

Properties

  • name

    string

    The complete name provided for the story

  • id

    number

    The numeric ID

  • full_slug

    string

    The full slug of the story, combining the parent folder(s) and the designated story slug

Example Object
{
  "stories": [
    {
      "id": 987654321,
      "name": "My first idea",
      "full_slug": "new-ideas/my-first-idea"
    }
  ]
}