IGUHealth
    Preparing search index...
    interface SubscriptionChannel {
        _endpoint?: Element;
        _header?: Element[];
        _payload?: Element;
        _type?: Element;
        endpoint?: url;
        extension?: Extension[];
        header?: string[];
        id?: id;
        modifierExtension?: Extension[];
        payload?: code;
        type: code;
    }
    Index

    Properties

    _endpoint?: Element

    Where the channel points to

    _header?: Element[]

    Usage depends on the channel type

    _payload?: Element

    MIME type to send, or omit for no payload

    _type?: Element

    rest-hook | websocket | email | sms | message

    endpoint?: url

    Where the channel points to

    extension?: Extension[]

    Additional content defined by implementations

    header?: string[]

    Usage depends on the channel type

    id?: id

    Unique id for inter-element referencing

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    payload?: code

    MIME type to send, or omit for no payload

    type: code

    rest-hook | websocket | email | sms | message