connectwise-rest
    Preparing search index...

    Configurations module

    Hierarchy

    • ManageBaseAPI
      • ConfigurationsAPI
    Index

    Methods

    • Parameters

      Returns Promise<
          {
              _info?: { [key: string]: string };
              configurationType?: {
                  _info?: { [key: string]: string };
                  id?: number | null;
                  name?: string;
              };
              entryType?: "Date"
              | "EntryField"
              | "List"
              | "Option"
              | null;
              fieldType?:
                  | "Text"
                  | "Password"
                  | "Percent"
                  | "TextArea"
                  | "Currency"
                  | "Date"
                  | "Hyperlink"
                  | "IPAddress"
                  | "Checkbox"
                  | "Number"
                  | null;
              id?: number;
              inactiveFlag?: boolean
              | null;
              numberOfDecimals?: number | null;
              question?: string;
              requiredFlag?: boolean | null;
              sequenceNumber?: number | null;
          },
      >

    • Parameters

      Returns Promise<
          {
              _info?: { [key: string]: string };
              configurationType?: {
                  _info?: { [key: string]: string };
                  id?: number | null;
                  name?: string;
              };
              defaultFlag?: boolean
              | null;
              id?: number;
              inactiveFlag?: boolean | null;
              question?: {
                  _info?: { [key: string]: string };
                  id?: number | null;
                  question?: string;
              };
              value?: string;
          }[],
      >

    • Parameters

      Returns Promise<
          {
              _info?: { [key: string]: string };
              configurationType?: {
                  _info?: { [key: string]: string };
                  id?: number | null;
                  name?: string;
              };
              entryType?: "Date"
              | "EntryField"
              | "List"
              | "Option"
              | null;
              fieldType?:
                  | "Text"
                  | "Password"
                  | "Percent"
                  | "TextArea"
                  | "Currency"
                  | "Date"
                  | "Hyperlink"
                  | "IPAddress"
                  | "Checkbox"
                  | "Number"
                  | null;
              id?: number;
              inactiveFlag?: boolean
              | null;
              numberOfDecimals?: number | null;
              question?: string;
              requiredFlag?: boolean | null;
              sequenceNumber?: number | null;
          },
      >

    • Parameters

      Returns Promise<
          {
              _info?: { [key: string]: string };
              configurationType?: {
                  _info?: { [key: string]: string };
                  id?: number | null;
                  name?: string;
              };
              entryType?: "Date"
              | "EntryField"
              | "List"
              | "Option"
              | null;
              fieldType?:
                  | "Text"
                  | "Password"
                  | "Percent"
                  | "TextArea"
                  | "Currency"
                  | "Date"
                  | "Hyperlink"
                  | "IPAddress"
                  | "Checkbox"
                  | "Number"
                  | null;
              id?: number;
              inactiveFlag?: boolean
              | null;
              numberOfDecimals?: number | null;
              question?: string;
              requiredFlag?: boolean | null;
              sequenceNumber?: number | null;
          }[],
      >

    • Parameters

      Returns Promise<
          {
              _info?: { [key: string]: string };
              id?: number;
              inactiveFlag?: boolean | null;
              name?: string;
              systemFlag?: boolean | null;
          }[],
      >