Skip to content

Get all rules

GET
/resources/rules

Responses

OK

JSON
[
  
{
  
  
"ruleId": "string",
  
  
"displayName": "string",
  
  
"activeFrom": "string",
  
  
"activeTo": "string",
  
  
"components": [
  
  
  
{
  
  
  
  
"componentId": "string",
  
  
  
  
"parameters": {
  
  
  
  
  
"additionalProperties": "string"
  
  
  
  
}
  
  
  
}
  
  
]
  
}
]

Samples

© 2024 Hantera AB. All rights reserved.