moovexDocs

Get custom rule

Retrieve a custom rule by numeric id.

GET/customRules/single/{id}

Path Parameters

ParameterTypeDescription
idstringNumeric id of the custom rule

Example Response

{
  "name": "Driver priority",
  "type": "driverPriority",
  "priority": 1,
  "groups": [
    {
      "attributes": [
        10
      ],
      "profiles": [
        20
      ],
      "areas": [
        30
      ]
    }
  ]
}

On this page