Idea's Stories Object
Idea's stories object differs from the stories object in Management API.
Properties
-
name
stringThe complete name provided for the story
-
id
numberThe numeric ID
-
full_slug
stringThe 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"
}
]
}