Skip to content

Get a rule type

OpenAPI specifications

get https://api.autopass.pro/rules-api/rule-types/{rule_type_id}

Get a rule type for a given id, with its associated families and tables.

Path parameters

rule_type_id
  • Type: string

Responses

200 - Successfully got the rule type.

400 - rule_type_id must be an integer.

401 - Unauthorized.

404 - No rule type found for this rule_type_id.