API Reference: app-forms
API Reference: app-forms
Get info about available forms. The info is generated based on the existing vue files in /src/forms/. Only forms visible to the current user are returned.
URL : /api/v1/app/forms/
URL Parameters : None
Method : GET
Auth required : YES
Permissions required : None
Data constraints: None
Data example : None
Success Response
Code : 200 OK
Content example
{
"Core": [
{
"key": "cores",
"label": "Cores",
"Component": "CoresForm.vue",
"dataModel": "CoresForm",
"module": "Core"
},
{
"key": "init-gas",
"label": "Init-gas",
"Component": "InitGasForm.vue",
"dataModel": "InitGasForm",
"module": "Core"
},
{
"key": "section",
"label": "Section",
"Component": "SectionForm.vue",
"dataModel": "SectionForm",
"module": "Core"
}
]
}