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

Type declaration

  • dateTimeSubmitted: string

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

  • OptionalexternalId?: 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

  • OptionalipAddress?: string

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

  • Optionalkey?: DeveloperKeyReference

    Information about the key that was used to submitted the form

  • submissionId: string

    The id of the submission data

  • Optionaluser?: UserProfile

    Information about the user that submitted the form