Skip to main content

ListRules

POST 

/twirp/ttab.newswire.Delivery/ListRules

ListRules lists the rulesets for a given destination.

Request

Body

    name string

    Name of the destination to list rules for.

Responses

Method response

Schema
    items object[]

    Items included in the ruleset listing.

  • Array [
  • created string

    Created is the time that this version of the ruleset was created.

    deployed_version integer

    DeployedVersion is the version number of the currently deployed version.

    name string

    Name of the ruleset.

    version integer

    Version of the ruleset.

  • ]
Loading...