Input URI
{base url} + post/TABLE |
---|
Active Methods
POST |
---|
JSON Schema
Details
{
"TABLE": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "SupportsTable",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"TABLE_NAME": {
"type": "string"
},
"TABLE_TYPE": {
"type": "string"
},
"EXPORT_PATH": {
"type": "string"
}
}
}
}
}
}
"TABLE": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "SupportsTable",
"type": "object",
"properties": {
"Argument": {
"type": "object",
"properties": {
"TABLE_NAME": {
"type": "string"
},
"TABLE_TYPE": {
"type": "string"
},
"EXPORT_PATH": {
"type": "string"
}
}
}
}
}
}
Request Examples
Restraint Supports
{
"Argument": {
"TABLE_NAME": "Example",
"TABLE_TYPE": "SUPPORTS",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Supports_Output.JSON"
}
}
"Argument": {
"TABLE_NAME": "Example",
"TABLE_TYPE": "SUPPORTS",
"EXPORT_PATH": "C:\\MIDAS\\Result\\Supports_Output.JSON"
}
}
Response Examples
Restraint Supports
{
"Example": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Node",
"Dx",
"Dy",
"Dz",
"Rx",
"Ry",
"Rz",
"Rw",
"Group"
],
"DATA": [
[
"1",
"2",
"0",
"0",
"1",
"0",
"0",
"0",
"0",
"Default"
],
[
"2",
"7",
"1",
"0",
"1",
"0",
"0",
"0",
"0",
"Default"
],
[
"3",
"9",
"1",
"0",
"1",
"0",
"0",
"0",
"0",
"Default"
]
]
}
}
"Example": {
"FORCE": "kN",
"DIST": "m",
"HEAD": [
"Index",
"Node",
"Dx",
"Dy",
"Dz",
"Rx",
"Ry",
"Rz",
"Rw",
"Group"
],
"DATA": [
[
"1",
"2",
"0",
"0",
"1",
"0",
"0",
"0",
"0",
"Default"
],
[
"2",
"7",
"1",
"0",
"1",
"0",
"0",
"0",
"0",
"Default"
],
[
"3",
"9",
"1",
"0",
"1",
"0",
"0",
"0",
"0",
"Default"
]
]
}
}
Specifications
No. | Description | Key | Value Type | Default | Required |
---|---|---|---|---|---|
1 |
Table Name • Result Table Title |
"TABLE_NAME" |
String |
Empty |
Optional |
2 |
Result Table Type • "SUPPORTS" |
"TABLE_TYPE" |
String |
- |
Required |
3 |
Result Table Save Path |
"EXPORT_PATH" |
String |
- |
Optional |