Interface WebhookRead

WebhookRead

interface WebhookRead {
    content_type: "application/json";
    created_date?: string;
    description?: string;
    enable_ssl?: boolean;
    events?: EventsEnum[];
    id?: number;
    is_active?: boolean;
    last_delivery_date?: string;
    last_status?: number;
    organization?: null | number;
    owner?: null | BasicUser;
    project_id?: null | number;
    target_url?: string;
    type: WebhookType;
    updated_date?: string;
    url?: string;
}

Properties

content_type: "application/json"

WebhookRead

created_date?: string

WebhookRead

description?: string

WebhookRead

enable_ssl?: boolean

WebhookRead

events?: EventsEnum[]

WebhookRead

id?: number

WebhookRead

is_active?: boolean

WebhookRead

last_delivery_date?: string

WebhookRead

last_status?: number

WebhookRead

organization?: null | number

WebhookRead

owner?: null | BasicUser

WebhookRead

project_id?: null | number

WebhookRead

target_url?: string

WebhookRead

WebhookRead

updated_date?: string

WebhookRead

url?: string

WebhookRead