Input URI
{base url} + post/TABLE |
---|
Active Methods
POST |
---|
JSON Schema
Details
{
"TABLE": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Lack-of-Fit-Force-Plate",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"TABLE_NAME": {
"type": "string",
"description": "ResponseTableTitle"
},
"TABLE_TYPE": {
"type": "string",
"description": "ResultTableType",
"enum": [
"LACK_OF_FIT_FORCE_PLATE"
]
},
"EXPORT_PATH": {
"type": "string",
"description": "ResultTableSavePath"
},
"UNIT": {
"type": "object",
"description": "ResponseUnitSetting",
"properties": {
"FORCE": {
"type": "string",
"description": "Force"
},
"DIST": {
"type": "string",
"description": "Length"
},
"HEAT": {
"type": "string",
"description": "Heat"
},
"TEMP": {
"type": "string",
"description": "Temperature"
}
}
},
"STYLES": {
"type": "object",
"description": "ResponseNumberFormat",
"properties": {
"FORMAT": {
"type": "string",
"description": "Numberformat",
"enum": [
"Default",
"Fixed",
"Scientific",
"General"
]
},
"PLACE": {
"type": "integer",
"description": "Digitplace",
"minimum": 0,
"maximum": 15
}
}
},
"COMPONENTS": {
"type": "array",
"description": "ComponentsofResultTable",
"items": {
"type": "string"
}
}
}
}
}
}
}
"TABLE": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Lack-of-Fit-Force-Plate",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"TABLE_NAME": {
"type": "string",
"description": "ResponseTableTitle"
},
"TABLE_TYPE": {
"type": "string",
"description": "ResultTableType",
"enum": [
"LACK_OF_FIT_FORCE_PLATE"
]
},
"EXPORT_PATH": {
"type": "string",
"description": "ResultTableSavePath"
},
"UNIT": {
"type": "object",
"description": "ResponseUnitSetting",
"properties": {
"FORCE": {
"type": "string",
"description": "Force"
},
"DIST": {
"type": "string",
"description": "Length"
},
"HEAT": {
"type": "string",
"description": "Heat"
},
"TEMP": {
"type": "string",
"description": "Temperature"
}
}
},
"STYLES": {
"type": "object",
"description": "ResponseNumberFormat",
"properties": {
"FORMAT": {
"type": "string",
"description": "Numberformat",
"enum": [
"Default",
"Fixed",
"Scientific",
"General"
]
},
"PLACE": {
"type": "integer",
"description": "Digitplace",
"minimum": 0,
"maximum": 15
}
}
},
"COMPONENTS": {
"type": "array",
"description": "ComponentsofResultTable",
"items": {
"type": "string"
}
}
}
}
}
}
}
Request Examples
Lack-of-Fit-Force-Plate
{
"Argument": {
"TABLE_NAME": "Lack-of-Fit-Force-Plate",
"TABLE_TYPE": "LACK_OF_FIT_FORCE_PLATE",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Node",
"LOFForce/Axial",
"LOFForce/Shear-y",
"LOFForce/Shear-z",
"LOFForce/Torsion",
"LOFForce/Moment-y",
"LOFForce/Moment-z",
"Displacement/DX",
"Displacement/DY",
"Displacement/DZ",
"Displacement/RX",
"Displacement/RY",
"Displacement/RZ"
]
}
}
"Argument": {
"TABLE_NAME": "Lack-of-Fit-Force-Plate",
"TABLE_TYPE": "LACK_OF_FIT_FORCE_PLATE",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
"UNIT": {
"FORCE": "kN",
"DIST": "m"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 12
},
"COMPONENTS": [
"Elem",
"Node",
"LOFForce/Axial",
"LOFForce/Shear-y",
"LOFForce/Shear-z",
"LOFForce/Torsion",
"LOFForce/Moment-y",
"LOFForce/Moment-z",
"Displacement/DX",
"Displacement/DY",
"Displacement/DZ",
"Displacement/RX",
"Displacement/RY",
"Displacement/RZ"
]
}
}
Response Examples
Lack-of-Fit-Force-Plate
{
"Lack-of-Fit-Force-Plate": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Node",
"LOFForce/Axial",
"LOFForce/Shear-y",
"LOFForce/Shear-z",
"LOFForce/Torsion",
"LOFForce/Moment-y",
"LOFForce/Moment-z",
"Displacement/DX",
"Displacement/DY",
"Displacement/DZ",
"Displacement/RX",
"Displacement/RY",
"Displacement/RZ"
],
"DATA": [
[
"1",
"41",
"10",
"-168321.598386127996",
"68553.467320799595",
"-15055.328025669400",
"6633.732291029450",
"-137174.032178383000",
"0.000000000000",
"-0.001238722669",
"0.000000000000",
"0.100460883867",
"0.000000000000",
"-0.002622458857",
"0.000000000000"
],
[
"2",
"41",
"11",
"82629.756116493401",
"-68553.389381897607",
"15055.336527274600",
"-6633.780871639610",
"102900.577065460006",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"0.105523438833",
"0.000000000000",
"0.000000000000",
"0.000000000000"
],
[
"3",
"41",
"36",
"-0.015566130713",
"0.006494908504",
"0.018618598860",
"0.008981147036",
"-0.071881229766",
"0.000000000000",
"0.000236808412",
"-0.000271504041",
"0.102153857884",
"-0.000400408227",
"-0.000499190607",
"0.000000000000"
],
[
"4",
"41",
"37",
"85691.857835765797",
"-0.084433810480",
"-0.027120204827",
"0.005593038773",
"109550.074029498996",
"0.000000000000",
"0.000000000000",
"0.000511963192",
"0.105668578602",
"-0.000348787316",
"0.000000000000",
"0.000000000000"
]
]
}
}
"Lack-of-Fit-Force-Plate": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Elem",
"Node",
"LOFForce/Axial",
"LOFForce/Shear-y",
"LOFForce/Shear-z",
"LOFForce/Torsion",
"LOFForce/Moment-y",
"LOFForce/Moment-z",
"Displacement/DX",
"Displacement/DY",
"Displacement/DZ",
"Displacement/RX",
"Displacement/RY",
"Displacement/RZ"
],
"DATA": [
[
"1",
"41",
"10",
"-168321.598386127996",
"68553.467320799595",
"-15055.328025669400",
"6633.732291029450",
"-137174.032178383000",
"0.000000000000",
"-0.001238722669",
"0.000000000000",
"0.100460883867",
"0.000000000000",
"-0.002622458857",
"0.000000000000"
],
[
"2",
"41",
"11",
"82629.756116493401",
"-68553.389381897607",
"15055.336527274600",
"-6633.780871639610",
"102900.577065460006",
"0.000000000000",
"0.000000000000",
"0.000000000000",
"0.105523438833",
"0.000000000000",
"0.000000000000",
"0.000000000000"
],
[
"3",
"41",
"36",
"-0.015566130713",
"0.006494908504",
"0.018618598860",
"0.008981147036",
"-0.071881229766",
"0.000000000000",
"0.000236808412",
"-0.000271504041",
"0.102153857884",
"-0.000400408227",
"-0.000499190607",
"0.000000000000"
],
[
"4",
"41",
"37",
"85691.857835765797",
"-0.084433810480",
"-0.027120204827",
"0.005593038773",
"109550.074029498996",
"0.000000000000",
"0.000000000000",
"0.000511963192",
"0.105668578602",
"-0.000348787316",
"0.000000000000",
"0.000000000000"
]
]
}
}
Specifications
No. | Description | Key | Value Type | Default | Required | |
---|---|---|---|---|---|---|
1 |
Table Name • Response Table Title |
"TABLE_NAME" |
String |
Empty |
Optional |
|
2 |
Result Table Type • Lack-of-Fit-Force - Plate: "LACK_OF_FIT_FORCE_PLATE" |
"TABLE_TYPE" |
String |
- |
Required |
|
3 |
Result Table Save Path |
"EXPORT_PATH" |
String |
- |
Optional |
|
4 |
Response Unit Setting |
"UNIT" |
Object |
System |
Optional |
|
(1) |
Force |
"FORCE" |
String |
- |
Optional |
|
(2) |
Length |
"DIST" |
String |
- |
Optional |
|
(3) |
Heat |
"HEAT" |
String |
- |
Optional |
|
(4) |
Temperature |
"TEMP" |
String |
- |
Optional |
|
5 |
Response Number Format |
"STYLES" |
Object |
System |
Optional |
|
(1) |
Number Format • "Default" • "Fixed" • "Scientific" • "General" |
"FORMAT" |
String |
- |
Optional |
|
(2) |
Digit Place • 0 to 15 |
"PLACE" |
Integer |
- |
Optional |
|
6 |
Components of Result Table |
"COMPONENTS" |
Array [String] |
All |
Optional |