Summary
Get Details of Form by Name
Description
Get details for a specific form by name
Route
GET /formbuilder/getFormByName/:form_name
Roles
admin
apiread
operator
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
form_name |
string |
yes |
Form name |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
data |
object |
Forms details |
Copied to Clipboard
{
"name": "Form 123",
"children": [
{
"type": "field",
"name": "ipaddress",
"properties": {
"type": "string",
"prefix": ""
},
"description": "IP address",
"element": "{\"type\":\"method\",\"id\":{\"name\":\"method_name_1\"}}",
"source_type": "method",
"source": "method_name_1",
"id": "a40044c2-f378-4b2b-a81a-41d78979e583",
"yangkey": "",
"key": "method_name_1.ipAddress"
}
],
"elements": [
{
"type": "method",
"id": {
"name": "method_name_1"
}
}
],
"_id": "21b87c16-99f9-22dc-2ce8-3d5355bd8b52",
"groups": [
"81060f46247a89ab70541dd5",
"d09ea0120c38f0ddd1535159",
"5029ff516fff85531c4e8ced",
"78bbc228832859eb53638a14"
],
"created": "2000-09-12T19:26:36.228Z",
"created_by": "0abd911fdd791da38c2b64b9",
"last_updated": "2000-11-04T14:11:45.363Z",
"last_updated_by": "fab6db06b964f4ed026fb94e"
}