Create WebCapture app

Create WebCapture app

This guide require a Integration template, read this guide to create integration template.


Description:

When all is running well you can finally create your app. 

1- Send POST request to: {{base_url}}/developer/apps

2- In Body > Raw (json):

  1. {

        "name": "EkstraBladet",

        "type": "webcapture2",

        "header": "EkstraBladed App Properties",

        "app_description_link": "https://nordicscreen.com/webpage-app/",

        "icon": "https://ekstrabladet.dk/assets/svg/ekstrabladet.svg?v2",

        "style": {

            "backgroundColor": "#ffffff"

        },

        "settings": {

            "template": {

                "type": "string",

                "label": "Template",

                "default": "2a9869aa-30ae-46bb-ad7b-fe628f1791aa",

                "required": true,

                "visible": false,

                "order": 1

            }

        },

        "translations": {},

        "persist_app_across_slides": true,

        "visible": true

    }



In above, you can change name, header, app_description_link, icon, style, settings->template->default = template_id

And after that your app will be created in the Nordicscreen store which you can use to display regular screenshots on your screens.

.


    • Related Articles

    • Create Integration template

      1. Create Integration Template Description: To create an app this step is the starting point, which allows you to give a name to your app, what is the type of your app and what parameters your app needs to bring proper data to q-play screens. For a ...
    • Webcapture Script functions

      Settings usage in webcapture script Settings defined in the settings array on a webcapture integration, are converted to variables, that can then be used in the script functions. Example: "username" setting is converted to "$username" which can then ...
    • Understand app types

      This guide outlines the different types of apps available in Q-Play. An app is used to display content within a presentation in the DesignTool. The type of content an app displays depends on its intended function. Below, you will find descriptions of ...
    • Create Web app

      Comming
    • App Developer - Get Started

      These instructions are essential for developers looking to build or integrate apps using Q-Play’s platform. By ensuring you have developer rights, you unlock access to tools and resources needed for app development. OAuth2 integration is a critical ...