Skip to content

Get all components

GET
/resources/components

Responses

OK

JSON
[
  
{
  
  
"componentId": "string",
  
  
"displayName": "string",
  
  
"description": "string",
  
  
"componentVersion": "string",
  
  
"type": "string",
  
  
"ruleInputType": "string",
  
  
"parameters": {
  
  
  
"additionalProperties": "string"
  
  
},
  
  
"exports": {
  
  
  
"additionalProperties": "string"
  
  
},
  
  
"code": "string"
  
}
]

Samples

© 2024 Hantera AB. All rights reserved.