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

    Scene

    {
        "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
    }
    Built with