Survey 123 create API parameters

interface ISurvey123CreateParams {
    description: string;
    form: any;
    portalUrl: string;
    tags: string[];
    title: string;
    token: string;
    typeKeywords: string[];
    username: string;
}

Properties

description: string

Description for the survey Form item

form: any

The survey form configuration schema. This defines configurable content like the theme, questions, & header/footer text, etc.

portalUrl: string

The portalUrl for Survey123 to direct API requests to

tags: string[]

Array of tags for the survey Form item

title: string

Title for the survey Form item & folder

token: string

The token from the current session

typeKeywords: string[]

Array of typeKeywords for the survey Form item

username: string

The username from the current session