Input URI
{base url} + POST/TABLE |
|---|
Active Methods
Post |
|---|
Json Schema
Details
"Argument": {
"EXPORT_PATH": "string",
"TABLE_NAME": "SRCBEAMDESIGNFORCES",
"TABLE_TYPE": "string",
"UNIT": {
"FORCE": "KGF",
"DIST": "MM",
"HEAT": "CAL",
"TEMP": "C"
},
"STYLES": {
"FORMAT": "DEFAULT",
"PLACE": 0
},
"NODE_ELEMS": {
"KEYS": [
0
],
"TO": "string",
"STRUCTURE_GROUP_NAME": "string"
},
"PARTS": [
"string"
]
}
}
Request Examples
SRC Beam Design Forces
"Argument": {
"TABLE_NAME": "SRCBEAMDESIGNFORCES",
"TABLE_TYPE": "SRCBEAMDESIGNFORCES",
"UNIT": {
"FORCE": "KN",
"DIST": "M"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 3
},
"NODE_ELEMS": {
"KEYS": [
316
]
},
"PARTS": [
"PartI",
"PartJ"
],
"COMPONENTS": [
"Memb",
"Part",
"LComName",
"Type",
"Fz",
"Mx",
"My(-)",
"My(+)"
]
}
}
Response Examples
SRC Beam Design Forces
"SRCBEAMDESIGNFORCES": {
"FORCE": "KN",
"DIST": "M",
"HEAD": [
"Index",
"Memb",
"Part",
"LComName",
"Type",
"Fz",
"Mx",
"My(+)",
"My(-)"
],
"DATA": [
[
"1",
"316",
"I",
"rLCB6",
"Max",
"152.087",
"0.000",
"72.164",
"244.627"
],
[
"2",
"316",
"I",
"rLCB7",
"Max",
"202.077",
"0.000",
"81.964",
"350.378"
],
[
"3",
"316",
"J",
"rLCB6",
"Max",
"174.144",
"0.000",
"15.917",
"357.122"
],
[
"4",
"316",
"J",
"rLCB7",
"Max",
"220.649",
"0.000",
"34.605",
"445.096"
]
]
}
}
Specifications
NO. | Description | Key | Value Type | Default | Required | |
1 | Table Name • Response Table Title | "TABLE_NAME" | String | Empty | Optional | |
2 | Result Table Type • "SRCBEAMDESIGNFORCES" | "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 | |
7 | Node / Element No. Input • Use Only One of the Three Methods | "NODE_ELEMS" | Object | All | Optional | |
| Method 1: Specify Each ID | ||||||
(1) | • "KEYS": [101, 102, 103] | "KEYS" | Array | - | Optional | |
| Method 2: Specify ID Range | ||||||
(1) | • "TO": "101 to 105" | "TO" | String | - | Optional | |
| Method 3: Specify Structure Group Name | ||||||
(1) | • "STRUCTURE_GROUP_NAME": "SG1" | "STRUCTURE_GROUP_NAME" | String | - | Optional | |
8 | Element Part Number • "Part I" • "Part 1/4" • "Part 2/4" • "Part 3/4" • "Part J" | "PARTS" | Array [String] | All | Optional | |