Successful Survey123 create API response

interface ISurvey123CreateSuccess {
    featureService: {
        source: {
            itemId: string;
            [key: string]: any;
        };
        [key: string]: any;
    };
    formItemInfo: {
        access: string;
        owner: string;
        ownerFolder: string;
        typeKeywords: string[];
    };
    id: string;
    success: true;
    [key: string]: any;
}

Indexable

[key: string]: any

Generically definines remaining/unused properties

Properties

featureService: {
    source: {
        itemId: string;
        [key: string]: any;
    };
    [key: string]: any;
}

Subset of resulting Feature Service(s) details

Type declaration

  • [key: string]: any

    Generically definines remaining/unused properties

  • source: {
        itemId: string;
        [key: string]: any;
    }

    Subset of source Feature Service details

    • [key: string]: any

      Generically definines remaining/unused properties

    • itemId: string

      Resulting Feature Service item ID

formItemInfo: {
    access: string;
    owner: string;
    ownerFolder: string;
    typeKeywords: string[];
}

Subset of resulting Form item details

Type declaration

  • access: string

    Resulting Form item access

  • owner: string

    Resulting Form item owner

  • ownerFolder: string

    Resulting Form item ownerFolder

  • typeKeywords: string[]

    Resulting Form item typeKeywords

id: string

Resulting Form item ID

success: true

Statically defined, always true for success