Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

WebformsGetWebformByIdRequest

Example Usage

import { WebformsGetWebformByIdRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";

let value: WebformsGetWebformByIdRequest = {
  webformId: 960491,
  ownerId: "<id>",
};

Fields

Field
Type
Required
Description

webformId

number

✔️

N/A

ownerId

string

✔️

N/A

Last updated