Type alias HighSystemsResponseGetWebhooks

HighSystemsResponseGetWebhooks: {
    results: {
        active?: boolean;
        body?: string;
        condition: string;
        description?: string;
        endpoint: string;
        headers?: {
            key: string;
            value: any;
        }[];
        id: string;
        method?: "GET" | "POST" | "PUT" | "DELETE";
        name: string;
        relatedOwner: string;
        relatedTable: string;
        triggeringFields?: string[];
        type?: string[];
    }[];
    success: boolean;
}

Type declaration

  • results: {
        active?: boolean;
        body?: string;
        condition: string;
        description?: string;
        endpoint: string;
        headers?: {
            key: string;
            value: any;
        }[];
        id: string;
        method?: "GET" | "POST" | "PUT" | "DELETE";
        name: string;
        relatedOwner: string;
        relatedTable: string;
        triggeringFields?: string[];
        type?: string[];
    }[]
  • success: boolean

Generated using TypeDoc