Skip to content

Idea Stories Object

  • 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"
}
]
}