Skip to main content

GetRules

POST 

/twirp/ttab.newswire.Delivery/GetRules

GetRules returns a named ruleset for a destination.

Request

Body

    destination string

    Destination is the name of the destination to get the ruleset from.

    name string

    Name of the ruleset.

Responses

Method response

Schema
    created string

    Created timestamp Created timestamp as an RFC3339 string.

    rules string

    Rules is the blockly state describing the rules.

    version integer

    Version of the ruleset.

Loading...