Endpoint for getting and filtering rules

Securityapi_key
Request
query Parameters
rule_id
number

Unique Identifier for the rule

name
string

Name for the rule

latitude
string

Latitude falling within the rule's bounds

longitude
string

Longitude falling within the rule's bounds

source_app_key
string

Source App Key for which the rule applies

account_type
string

Account Type for which the rule applies

provider
string

Provider for which the rule applies

priority
integer

Priority of the rule

limit
string

Max number of rules that will be returned by this query

Responses
200

Success

400

The Input from the user was malformed

401

Authorization value is missing for the header or the credentials provided are incorrect

403

The account specified does not have the required role(s) to access the resource

404

Attempting to access invalid routes

500

An error occurred on the server. The response body includes details of the specific error

get/rules
Request samples
Response samples
application/json
[
  • {
    • "id": "1",
    • "name": "El Paso Civic Smart",
    • "source_app_key": "ParkMobile",
    • "account_type": "Basic",
    • "min_lat": "0",
    • "max_lat": "85",
    • "min_long": "0",
    • "max_long": "100",
    • "provider": "CivicSmart",
    • "priority": 1
    }
]