Input URI
{base url} + POST/TABLE |
|---|
Active Methods
Post |
|---|
Input JSON format example
Story Weight Table
{
"Argument": {
"TABLE_TYPE": "STORYWEIGHT",
"UNIT": {
"FORCE": "KN",
"DIST": "M"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 3
},
"COMPONENTS": [
"Story",
"Level",
"Truss",
"Beam",
"Membrane",
"Plate",
"Wall",
"Solid",
"Sum"
]
}
}
"Argument": {
"TABLE_TYPE": "STORYWEIGHT",
"UNIT": {
"FORCE": "KN",
"DIST": "M"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 3
},
"COMPONENTS": [
"Story",
"Level",
"Truss",
"Beam",
"Membrane",
"Plate",
"Wall",
"Solid",
"Sum"
]
}
}
Output JSON format example
Story Weight Table
{
"Example": {
"FORCE": "KN",
"DIST": "M",
"HEAD": [
"Index",
"Story",
"Level",
"Truss",
"Beam",
"Membrane",
"Plate",
"Wall",
"Solid",
"Sum"
],
"DATA": [
[
"1",
"Roof",
"5.600",
"0.000",
"56.912",
"0.000",
"0.000",
"104.321",
"0.000",
"161.233"
],
[
"2",
"2F",
"2.800",
"0.000",
"70.257",
"0.000",
"0.000",
"208.642",
"0.000",
"278.898"
],
[
"3",
"1F",
"0.000",
"0.000",
"13.345",
"0.000",
"0.000",
"104.321",
"0.000",
"117.666"
]
]
}
}
"Example": {
"FORCE": "KN",
"DIST": "M",
"HEAD": [
"Index",
"Story",
"Level",
"Truss",
"Beam",
"Membrane",
"Plate",
"Wall",
"Solid",
"Sum"
],
"DATA": [
[
"1",
"Roof",
"5.600",
"0.000",
"56.912",
"0.000",
"0.000",
"104.321",
"0.000",
"161.233"
],
[
"2",
"2F",
"2.800",
"0.000",
"70.257",
"0.000",
"0.000",
"208.642",
"0.000",
"278.898"
],
[
"3",
"1F",
"0.000",
"0.000",
"13.345",
"0.000",
"0.000",
"104.321",
"0.000",
"117.666"
]
]
}
}
Specifications
NO. | Description | Key | Value Type | Default | Required | |
1 | Table Name • Response Table Title | "TABLE_NAME" | String | Empty | Optional | |
2 | Result Table Type • "STORYWEIGHT" | "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 | |