GET API/V1/FormSchemas
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of iMDsoft.API.Metavision.Data.Forms.FormSchema| Name | Description | Type | Additional information |
|---|---|---|---|
| FormId |
Form id |
globally unique identifier |
None. |
| FormProperties |
Form properties |
iMDsoft.API.Metavision.Data.Forms.FormProperties |
None. |
| FormButtons |
Form buttons which are outside of the tabs and frames |
Collection of iMDsoft.API.Metavision.Data.Forms.MenuItem |
None. |
| Tabs |
Form tabs |
Collection of iMDsoft.API.Metavision.Data.Forms.FormTab |
None. |
| Scripts |
Form scripts |
Collection of iMDsoft.API.Metavision.Data.Forms.FormScript |
None. |
| Success |
Is request successful |
boolean |
None. |
| MobileNotifications |
Set for Mobile notifications |
boolean |
None. |
| ValidationError |
Validation error |
iMDsoft.API.Metavision.Data.Forms.ValidationError |
None. |
| Caption |
Schema caption |
string |
None. |
| Name |
Schema name |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"formId": "d983138f-9ad6-42f4-9c14-f39b76b7766b",
"formProperties": {
"cellPropertiesButton": true,
"signButton": true,
"markAsErrorButton": true,
"allowRemoveValues": true,
"openSessionBrowser": true,
"saveOnlyModifiedSignals": true,
"saveOnlySession": true,
"parameterViewerButton": true,
"openSessionMode": 1
},
"formButtons": [
{
"title": "sample string 1",
"icon": "sample string 2",
"type": 0,
"isDataDriven": true,
"parameters": [
"sample string 1",
"sample string 2"
]
},
{
"title": "sample string 1",
"icon": "sample string 2",
"type": 0,
"isDataDriven": true,
"parameters": [
"sample string 1",
"sample string 2"
]
}
],
"tabs": [
{
"tabId": "3c0c452a-a0c3-4426-9130-23dd9db78edf",
"frames": [
{
"frameId": "a8015d88-95bd-4a68-a137-4c2511353318",
"controls": null,
"name": "sample string 2",
"indexInTab": 3,
"isComment": true,
"scriptName": "sample string 5"
},
{
"frameId": "a8015d88-95bd-4a68-a137-4c2511353318",
"controls": null,
"name": "sample string 2",
"indexInTab": 3,
"isComment": true,
"scriptName": "sample string 5"
}
],
"name": "sample string 2",
"indexInForm": 3,
"scriptName": "sample string 4"
},
{
"tabId": "3c0c452a-a0c3-4426-9130-23dd9db78edf",
"frames": [
{
"frameId": "a8015d88-95bd-4a68-a137-4c2511353318",
"controls": null,
"name": "sample string 2",
"indexInTab": 3,
"isComment": true,
"scriptName": "sample string 5"
},
{
"frameId": "a8015d88-95bd-4a68-a137-4c2511353318",
"controls": null,
"name": "sample string 2",
"indexInTab": 3,
"isComment": true,
"scriptName": "sample string 5"
}
],
"name": "sample string 2",
"indexInForm": 3,
"scriptName": "sample string 4"
}
],
"scripts": [
{
"scriptId": "425e7ae8-7ab6-4bc6-b1df-d9b4d98e8656",
"name": "sample string 2",
"parameters": "sample string 3",
"vbScript": "sample string 4",
"javaScript": "sample string 5",
"events": [
{
"id": "25549e67-dd16-4364-97b9-9c1596a4d5e5",
"eventType": 1,
"sourceControlId": "a827c284-e278-400a-be89-677884551a34"
},
{
"id": "25549e67-dd16-4364-97b9-9c1596a4d5e5",
"eventType": 1,
"sourceControlId": "a827c284-e278-400a-be89-677884551a34"
}
]
},
{
"scriptId": "425e7ae8-7ab6-4bc6-b1df-d9b4d98e8656",
"name": "sample string 2",
"parameters": "sample string 3",
"vbScript": "sample string 4",
"javaScript": "sample string 5",
"events": [
{
"id": "25549e67-dd16-4364-97b9-9c1596a4d5e5",
"eventType": 1,
"sourceControlId": "a827c284-e278-400a-be89-677884551a34"
},
{
"id": "25549e67-dd16-4364-97b9-9c1596a4d5e5",
"eventType": 1,
"sourceControlId": "a827c284-e278-400a-be89-677884551a34"
}
]
}
],
"success": true,
"mobileNotifications": true,
"validationError": {
"errorCode": 1,
"description": "sample string 2",
"type": 0
},
"caption": "sample string 3",
"name": "sample string 4"
},
{
"formId": "d983138f-9ad6-42f4-9c14-f39b76b7766b",
"formProperties": {
"cellPropertiesButton": true,
"signButton": true,
"markAsErrorButton": true,
"allowRemoveValues": true,
"openSessionBrowser": true,
"saveOnlyModifiedSignals": true,
"saveOnlySession": true,
"parameterViewerButton": true,
"openSessionMode": 1
},
"formButtons": [
{
"title": "sample string 1",
"icon": "sample string 2",
"type": 0,
"isDataDriven": true,
"parameters": [
"sample string 1",
"sample string 2"
]
},
{
"title": "sample string 1",
"icon": "sample string 2",
"type": 0,
"isDataDriven": true,
"parameters": [
"sample string 1",
"sample string 2"
]
}
],
"tabs": [
{
"tabId": "3c0c452a-a0c3-4426-9130-23dd9db78edf",
"frames": [
{
"frameId": "a8015d88-95bd-4a68-a137-4c2511353318",
"controls": null,
"name": "sample string 2",
"indexInTab": 3,
"isComment": true,
"scriptName": "sample string 5"
},
{
"frameId": "a8015d88-95bd-4a68-a137-4c2511353318",
"controls": null,
"name": "sample string 2",
"indexInTab": 3,
"isComment": true,
"scriptName": "sample string 5"
}
],
"name": "sample string 2",
"indexInForm": 3,
"scriptName": "sample string 4"
},
{
"tabId": "3c0c452a-a0c3-4426-9130-23dd9db78edf",
"frames": [
{
"frameId": "a8015d88-95bd-4a68-a137-4c2511353318",
"controls": null,
"name": "sample string 2",
"indexInTab": 3,
"isComment": true,
"scriptName": "sample string 5"
},
{
"frameId": "a8015d88-95bd-4a68-a137-4c2511353318",
"controls": null,
"name": "sample string 2",
"indexInTab": 3,
"isComment": true,
"scriptName": "sample string 5"
}
],
"name": "sample string 2",
"indexInForm": 3,
"scriptName": "sample string 4"
}
],
"scripts": [
{
"scriptId": "425e7ae8-7ab6-4bc6-b1df-d9b4d98e8656",
"name": "sample string 2",
"parameters": "sample string 3",
"vbScript": "sample string 4",
"javaScript": "sample string 5",
"events": [
{
"id": "25549e67-dd16-4364-97b9-9c1596a4d5e5",
"eventType": 1,
"sourceControlId": "a827c284-e278-400a-be89-677884551a34"
},
{
"id": "25549e67-dd16-4364-97b9-9c1596a4d5e5",
"eventType": 1,
"sourceControlId": "a827c284-e278-400a-be89-677884551a34"
}
]
},
{
"scriptId": "425e7ae8-7ab6-4bc6-b1df-d9b4d98e8656",
"name": "sample string 2",
"parameters": "sample string 3",
"vbScript": "sample string 4",
"javaScript": "sample string 5",
"events": [
{
"id": "25549e67-dd16-4364-97b9-9c1596a4d5e5",
"eventType": 1,
"sourceControlId": "a827c284-e278-400a-be89-677884551a34"
},
{
"id": "25549e67-dd16-4364-97b9-9c1596a4d5e5",
"eventType": 1,
"sourceControlId": "a827c284-e278-400a-be89-677884551a34"
}
]
}
],
"success": true,
"mobileNotifications": true,
"validationError": {
"errorCode": 1,
"description": "sample string 2",
"type": 0
},
"caption": "sample string 3",
"name": "sample string 4"
}
]