• Page API
      • Get Page
        GET
    • Schemas
      • Document
      • Scene
      • ResultsByScene
      • ResultsByAnswer
      • Actor
      • AuditRecord
      • Page
      • Playlist
      • ProjectID
      • Timing

    Page

    {
        "_id": "string",
        "scene_archive": {},
        "created": {
            "at": "string",
            "by": {
                "first_name": "John",
                "id": 1234,
                "last_name": "Smith",
                "username": "jsmith@example.com"
            }
        },
        "updated": {
            "at": "string",
            "by": {
                "first_name": "John",
                "id": 1234,
                "last_name": "Smith",
                "username": "jsmith@example.com"
            }
        },
        "locked": {
            "value": true
        },
        "defaults": {
            "presentation": {
                "controller": {
                    "vote_visibility": {
                        "scene": "string",
                        "scene_result": "string"
                    },
                    "stack_mode": "string"
                }
            },
            "content": {
                "show": {
                    "media": {
                        "controller": {
                            "medium": {
                                "id": null,
                                "uri": "string"
                            },
                            "small": {
                                "id": null,
                                "uri": "string"
                            }
                        },
                        "screen": {
                            "id": null,
                            "uri": "string"
                        }
                    }
                },
                "sponsor": {
                    "media": {
                        "controller": {
                            "medium": {},
                            "small": {}
                        },
                        "screen": {}
                    },
                    "href": {
                        "controller": "string"
                    }
                }
            }
        },
        "replay": {
            "enabled": true
        },
        "auto_advance": {
            "enabled": true
        },
        "scenes": [
            {
                "id": "string",
                "type": "string",
                "template_id": "string",
                "presentation": {
                    "controller_product": {
                        "id": "string",
                        "name": "string"
                    },
                    "screen_product": {
                        "id": "string",
                        "name": "string"
                    },
                    "themeset_id": null,
                    "themes": {
                        "controller": {
                            "field_name": null
                        }
                    }
                },
                "timing": {
                    "main": 0,
                    "result": 0,
                    "include": null
                },
                "content": {
                    "offers": [
                        "string"
                    ],
                    "question": {
                        "text": "string"
                    },
                    "answers": [
                        {
                            "text": "string",
                            "correct": true,
                            "id": "string"
                        }
                    ],
                    "background": {
                        "media": {
                            "screen": {
                                "uri": "string"
                            }
                        }
                    },
                    "sponsor": {
                        "media": {
                            "screen": {
                                "uri": "string"
                            },
                            "controller": {
                                "small": {
                                    "uri": "string"
                                },
                                "medium": {
                                    "uri": "string"
                                }
                            }
                        },
                        "href": {
                            "controller": "string"
                        }
                    },
                    "show": {
                        "media": {
                            "screen": {
                                "uri": "string"
                            },
                            "controller": {
                                "small": {
                                    "uri": "string"
                                },
                                "medium": {
                                    "uri": "string"
                                }
                            }
                        }
                    },
                    "foreground": {
                        "media": {
                            "screen": {
                                "uri": "string"
                            }
                        }
                    }
                },
                "mixins": [
                    "string"
                ],
                "archived": true
            }
        ],
        "protected": {
            "enabled": true,
            "trigger": "string"
        },
        "state": "string",
        "min_selections": 0,
        "max_selections": 0,
        "name": "string",
        "facebook_authentication_required": true,
        "deployment_id": 0,
        "version": 0,
        "activated": true,
        "open": true,
        "deleted": true,
        "deployment_key": "string",
        "id": "string"
    }
    Built with