@oneblink/sdk-core
    Preparing search index...

    Type Alias NewFormSubmissionMeta

    type NewFormSubmissionMeta = {
        dateTimeSubmitted: string;
        externalId?: string;
        formId: number;
        formsAppId?: number;
        ipAddress?: string;
        key?: DeveloperKeyReference;
        submissionId: string;
        user?: UserProfile;
    }
    Index

    Properties

    dateTimeSubmitted: string

    The date and time (in ISO format) the form was submitted.

    externalId?: string

    The identifier for this submission generated by the customer

    formId: number

    The id of the OneBlink Form

    formsAppId?: number

    The id of the Forms App submitting for

    ipAddress?: string

    The IP Address of the submitter of the Form. This cannot be trusted as the submitter could change this.

    Information about the key that was used to submitted the form

    submissionId: string

    The id of the submission data

    Information about the user that submitted the form