Parameters
API | Method | Syntax | Request Body | Response Body | HTTP Status Codes | Notes |
---|---|---|---|---|---|---|
Query Parameters | GET | [+]Show | N/A | [+]Show |
|
Returns a list of parameter information based on the combination of all templates/versions assigned to the specified rule package.
For each parameter (eg, "age", "gender", etc) it returns the type, any constraints, and if a list of selectable values are returned, it returns the list of keys/values. For constraints, integer/numeric parms can have lower/upper bounds rendered as: "constraints" : "0::99" If there is no upper bound, lower bound 0: "constraints: : "0::" No lower bound, upper bound 99: "constraints" : "::99" Strings can have regex expressions such as: "constraints":">^\\d{5}$|^\\d{5}-\\d{4}$ ", |
This page was last edited on July 30, 2015, at 13:17.
Comments or questions about this documentation? Contact us for support!