Fleet OrchestratorAPI ReferenceCustom RulesGet custom ruleRetrieve a custom rule by numeric id.GET/customRules/single/{id}ProductionStagingTry itPath ParametersParameterTypeDescriptionidstringNumeric id of the custom ruleExample Response{ "name": "Driver priority", "type": "driverPriority", "priority": 1, "groups": [ { "attributes": [ 10 ], "profiles": [ 20 ], "areas": [ 30 ] } ] }PreviousDelete custom rulesNextUpdate custom rule