combit List & Label 29 - .NET Help
combit.ReportServer.ClientApi.Objects Namespace / ReportTaskWebhookAction Class
Properties Methods

In This Topic
    ReportTaskWebhookAction Class Members
    In This Topic

    The following tables list the members exposed by ReportTaskWebhookAction.

    Public Constructors
     NameDescription
    Public ConstructorCreates a ReportTaskAction that will trigger a HTTP-POST request.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the custom fields that should be appended to the webhook payload (JSON-Format).  
    Public PropertyGets or sets whether even a single file should be packed into a zip archive.  
    Public PropertyGets or sets custom HTTP-Header for the request.  
    Public PropertyGets the ID of this task action. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction)
    Public PropertyIf true, this action is skipped when no records were printed in the report. (Inherited from ReportTaskAction)
    Public PropertyReturns true if this task action is new and has not been created on the server yet. (Inherited from ReportTaskAction)
    Public PropertyGets or sets the name of this task action (max. length: 100 characters). (Inherited from ReportTaskAction)
    Public PropertyGets or sets the URL that should be called with an HTTP-POST request.  
    Public PropertyGets or sets the optional secret that can be used to verify the inregrity and the authenticity of the request using HMAC-SHA256. System.String.Empty if the signature should not be generated.  
    Public PropertyGets or sets the timeout for the request in seconds.  
    Public PropertyGets or sets whether the SSL-Certificates should be validated .  
    Top
    Public Methods
     NameDescription
    Public MethodCreates or updates this task action on the server. (Inherited from combit.ReportServer.ClientApi.Objects.ReportTaskAction)
    Public MethodDeletes this task action (Inherited from ReportTaskAction)
    Top
    See Also