Summary
Get Details of Form by ID
Description
Get details for a specific form from by ID
Route
GET /formbuilder/getForm/:form_id
Roles
admin
apiread
operator
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
form_id |
string |
yes |
Form ID |
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": "4645eb27-6d23-2e72-52f5-8a3ebc6344e6",
"groups": [
"349aff77ba4af354e9a79da4",
"ee4bdca39e41782e3ec4cd97",
"09af40307e26e63ac6172eea",
"a43d4b064dc273c3da9de8f9",
"236aae26d793c0876f2e8f5b"
],
"created": "1967-10-15T00:50:28.955Z",
"created_by": "e55e9bd1085e8abb005ca45f",
"last_updated": "1952-01-15T03:19:15.853Z",
"last_updated_by": "5a67ceb779ce112ecb4e73d5"
}