Input URI
|
{base url} + DESIGN/RC/KDS-41-20-2022/TABLE |
|---|
Active Methods
|
POST |
|---|
JSON Schema
Details
"type": "object",
"required": [
"Argument"
],
"additionalProperties": false,
"properties": {
"Argument": {
"type": "object",
"required": [
"TABLE_TYPE"
],
"additionalProperties": false,
"properties": {
"TABLE_NAME": {
"type": "string",
"description": "Response Table Title",
"default": ""
},
"TABLE_TYPE": {
"type": "string",
"description": "Result Table Type",
"enum": [
"BRACEDESIGNFORCES"
]
},
"EXPORT_PATH": {
"type": "string",
"description": "Result Table Save Path"
},
"UNIT": {
"type": "object",
"description": "Response Unit Setting",
"properties": {
"FORCE": {
"type": "string",
"description": "Force unit"
},
"DIST": {
"type": "string",
"description": "Length/Distance unit"
},
"HEAT": {
"type": "string",
"description": "Heat unit"
},
"TEMP": {
"type": "string",
"description": "Temperature unit"
}
},
"default": "System"
},
"STYLES": {
"type": "object",
"description": "Response Number Format",
"properties": {
"FORMAT": {
"type": "string",
"description": "Number format",
"enum": [
"Default",
"Fixed",
"Scientific",
"General"
]
},
"PLACE": {
"type": "integer",
"description": "Digit place",
"minimum": 0,
"maximum": 15
}
},
"default": "System"
},
"COMPONENTS": {
"type": "array",
"description": "Components of Result Table",
"items": {
"type": "string",
"enum": [
"Index",
"Memb",
"Part",
"LComName",
"Type",
"Fx",
"Fy",
"Fz",
"Mx",
"My",
"Mz"
]
}
},
"NODE_ELEMS": {
"type": "object",
"description": "Node/Element No. Input",
"properties": {
"KEYS": {
"type": "array",
"description": "Specify Each ID",
"items": {
"type": "integer"
}
},
"TO": {
"type": "string",
"description": "Specify ID Range (e.g., '1to160')"
},
"STRUCTURE_GROUP_NAME": {
"type": "string",
"description": "Specify Structure Group Name"
}
},
"oneOf": [
{
"required": [
"KEYS"
],
"not": {
"anyOf": [
{
"required": [
"TO"
]
},
{
"required": [
"STRUCTURE_GROUP_NAME"
]
}
]
}
},
{
"required": [
"TO"
],
"not": {
"anyOf": [
{
"required": [
"KEYS"
]
},
{
"required": [
"STRUCTURE_GROUP_NAME"
]
}
]
}
},
{
"required": [
"STRUCTURE_GROUP_NAME"
],
"not": {
"anyOf": [
{
"required": [
"KEYS"
]
},
{
"required": [
"TO"
]
}
]
}
}
]
},
"PARTS": {
"type": "array",
"description": "Element Part Number",
"items": {
"type": "string",
"enum": [
"PartI",
"Part2/4",
"PartJ"
]
},
"default": [
"All"
]
}
}
}
}
}
Request Examples
Example
"Argument": {
"TABLE_TYPE": "BRACEDESIGNFORCES",
"COMPONENTS": [
"Index",
"Memb",
"Part",
"LComName",
"Type",
"Fx",
"Fy",
"Fz",
"Mx",
"My",
"Mz"
],
"PARTS": [
"PartI"
],
"UNIT": {
"FORCE": "KN",
"DIST": "M"
},
"STYLES": {
"FORMAT": "Fixed",
"PLACE": 3
},
"NODE_ELEMS": {
"KEYS": [
1039
]
}
}
}
Response Examples
Example
"empty": {
"FORCE": "KN",
"DIST": "M",
"HEAD": [
"Index",
"Memb",
"Part",
"LComName",
"Type",
"Fx",
"Fy",
"Fz",
"Mx",
"My",
"Mz"
],
"DATA": [
[
"1",
"1039",
"I",
"cLCB5",
"Max",
"0.000",
"0.000",
"19.261",
"0.000",
"-5.636",
"0.000"
],
[
"2",
"1039",
"I",
"cLCB6",
"Max",
"0.000",
"0.000",
"24.089",
"0.000",
"-6.988",
"0.000"
],
[
"3",
"1039",
"I",
"cLCB7",
"Max",
"0.000",
"0.000",
"34.656",
"0.000",
"-9.946",
"0.000"
],
[
"4",
"1039",
"I",
"cLCB8",
"Max",
"0.000",
"0.000",
"33.205",
"0.000",
"-9.551",
"0.000"
],
[
"5",
"1039",
"I",
"cLCB9",
"Max",
"0.000",
"0.000",
"33.179",
"0.000",
"-9.527",
"0.000"
],
[
"6",
"1039",
"I",
"cLCB10",
"Max",
"0.000",
"0.000",
"33.194",
"0.000",
"-9.534",
"0.000"
],
[
"7",
"1039",
"I",
"cLCB11",
"Max",
"0.000",
"0.000",
"33.186",
"0.000",
"-9.523",
"0.000"
],
[
"8",
"1039",
"I",
"cLCB12",
"Max",
"0.000",
"0.000",
"33.142",
"0.000",
"-9.475",
"0.000"
],
[
"9",
"1039",
"I",
"cLCB13",
"Max",
"0.000",
"0.000",
"33.168",
"0.000",
"-9.499",
"0.000"
],
[
"10",
"1039",
"I",
"cLCB14",
"Max",
"0.000",
"0.000",
"33.153",
"0.000",
"-9.492",
"0.000"
],
[
"11",
"1039",
"I",
"cLCB15",
"Max",
"0.000",
"0.000",
"33.161",
"0.000",
"-9.503",
"0.000"
],
[
"12",
"1039",
"I",
"cLCB16",
"Max",
"0.000",
"0.000",
"23.262",
"0.000",
"-6.804",
"0.000"
],
[
"13",
"1039",
"I",
"cLCB17",
"Max",
"0.000",
"0.000",
"23.210",
"0.000",
"-6.755",
"0.000"
],
[
"14",
"1039",
"I",
"cLCB18",
"Max",
"0.000",
"0.000",
"23.241",
"0.000",
"-6.770",
"0.000"
],
[
"15",
"1039",
"I",
"cLCB19",
"Max",
"0.000",
"0.000",
"23.224",
"0.000",
"-6.747",
"0.000"
],
[
"16",
"1039",
"I",
"cLCB20",
"Max",
"0.000",
"0.000",
"23.137",
"0.000",
"-6.651",
"0.000"
],
[
"17",
"1039",
"I",
"cLCB21",
"Max",
"0.000",
"0.000",
"23.189",
"0.000",
"-6.700",
"0.000"
],
[
"18",
"1039",
"I",
"cLCB22",
"Max",
"0.000",
"0.000",
"23.158",
"0.000",
"-6.685",
"0.000"
],
[
"19",
"1039",
"I",
"cLCB23",
"Max",
"0.000",
"0.000",
"23.175",
"0.000",
"-6.708",
"0.000"
],
[
"20",
"1039",
"I",
"cLCB24",
"Max",
"0.000",
"0.000",
"20.148",
"0.000",
"-5.920",
"0.000"
],
[
"21",
"1039",
"I",
"cLCB25",
"Max",
"0.000",
"0.000",
"20.002",
"0.000",
"-5.779",
"0.000"
],
[
"22",
"1039",
"I",
"cLCB26",
"Max",
"0.000",
"0.000",
"20.318",
"0.000",
"-6.086",
"0.000"
],
[
"23",
"1039",
"I",
"cLCB27",
"Max",
"0.000",
"0.000",
"20.318",
"0.000",
"-6.086",
"0.000"
],
[
"24",
"1039",
"I",
"cLCB28",
"Max",
"0.000",
"0.000",
"20.002",
"0.000",
"-5.779",
"0.000"
],
[
"25",
"1039",
"I",
"cLCB29",
"Max",
"0.000",
"0.000",
"20.148",
"0.000",
"-5.920",
"0.000"
],
[
"26",
"1039",
"I",
"cLCB30",
"Max",
"0.000",
"0.000",
"19.832",
"0.000",
"-5.614",
"0.000"
],
[
"27",
"1039",
"I",
"cLCB31",
"Max",
"0.000",
"0.000",
"19.832",
"0.000",
"-5.614",
"0.000"
],
[
"28",
"1039",
"I",
"cLCB32",
"Max",
"0.000",
"0.000",
"12.445",
"0.000",
"-3.700",
"0.000"
],
[
"29",
"1039",
"I",
"cLCB33",
"Max",
"0.000",
"0.000",
"12.393",
"0.000",
"-3.650",
"0.000"
],
[
"30",
"1039",
"I",
"cLCB34",
"Max",
"0.000",
"0.000",
"12.424",
"0.000",
"-3.666",
"0.000"
],
[
"31",
"1039",
"I",
"cLCB35",
"Max",
"0.000",
"0.000",
"12.407",
"0.000",
"-3.643",
"0.000"
],
[
"32",
"1039",
"I",
"cLCB36",
"Max",
"0.000",
"0.000",
"12.320",
"0.000",
"-3.546",
"0.000"
],
[
"33",
"1039",
"I",
"cLCB37",
"Max",
"0.000",
"0.000",
"12.372",
"0.000",
"-3.596",
"0.000"
],
[
"34",
"1039",
"I",
"cLCB38",
"Max",
"0.000",
"0.000",
"12.341",
"0.000",
"-3.580",
"0.000"
],
[
"35",
"1039",
"I",
"cLCB39",
"Max",
"0.000",
"0.000",
"12.358",
"0.000",
"-3.603",
"0.000"
],
[
"36",
"1039",
"I",
"cLCB40",
"Max",
"0.000",
"0.000",
"12.455",
"0.000",
"-3.694",
"0.000"
],
[
"37",
"1039",
"I",
"cLCB41",
"Max",
"0.000",
"0.000",
"12.309",
"0.000",
"-3.552",
"0.000"
],
[
"38",
"1039",
"I",
"cLCB42",
"Max",
"0.000",
"0.000",
"12.625",
"0.000",
"-3.859",
"0.000"
],
[
"39",
"1039",
"I",
"cLCB43",
"Max",
"0.000",
"0.000",
"12.625",
"0.000",
"-3.859",
"0.000"
],
[
"40",
"1039",
"I",
"cLCB44",
"Max",
"0.000",
"0.000",
"12.309",
"0.000",
"-3.552",
"0.000"
],
[
"41",
"1039",
"I",
"cLCB45",
"Max",
"0.000",
"0.000",
"12.455",
"0.000",
"-3.694",
"0.000"
],
[
"42",
"1039",
"I",
"cLCB46",
"Max",
"0.000",
"0.000",
"12.139",
"0.000",
"-3.387",
"0.000"
],
[
"43",
"1039",
"I",
"cLCB47",
"Max",
"0.000",
"0.000",
"12.139",
"0.000",
"-3.387",
"0.000"
]
]
}
}
Specifications
Keyed Object Entry
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
Root Object |
||||||||
|
1 |
Map of keyed objects where each key is a string identifier. |
"Argument" |
object |
- |
Required |
|||
Item (Value Object Schema)
| No. | Description | Key | Value Type | Default | Required | |||
|---|---|---|---|---|---|---|---|---|
|
General |
||||||||
|
1 |
Table Name Output table title in response |
"TABLE_NAME" |
string |
|
Optional |
|||
|
2 |
Table Type • BRACEDESIGNFORCES: "BRACEDESIGNFORCES" |
"TABLE_TYPE" |
string |
- |
Required |
|||
|
3 |
Export Path Optional: Save results to file path |
"EXPORT_PATH" |
string |
- |
Optional |
|||
|
4 |
Unit Settings |
"UNIT" |
object |
System |
Optional |
|||
|
4.1 |
Force unit |
"FORCE" |
string |
- |
Optional |
|||
|
4.2 |
Length/Distance unit |
"DIST" |
string |
- |
Optional |
|||
|
4.3 |
Heat unit |
"HEAT" |
string |
- |
Optional |
|||
|
4.4 |
Temperature unit |
"TEMP" |
string |
- |
Optional |
|||
|
5 |
Number Format |
"STYLES" |
object |
System |
Optional |
|||
|
5.1 |
Number format • Default: "Default" • Fixed: "Fixed" • Scientific: "Scientific" • General: "General" |
"FORMAT" |
string |
- |
Optional |
|||
|
5.2 |
Digit place Constraints: • Value Range: >= 0, <= 15 |
"PLACE" |
integer |
- |
Optional |
|||
|
6 |
Components • Index: "Index" • Member: "Memb" • Part: "Part" • Load Combination Name: "LComName" • Type: "Type" • Fx: "Fx" • Fy: "Fy" • Fz: "Fz" • Mx: "Mx" • My: "My" • Mz: "Mz" |
"COMPONENTS" |
Array [string] |
- |
Optional |
|||
|
7 |
Node/Element Selection Use only ONE of the three methods: KEYS, TO, or STRUCTURE_GROUP_NAME |
"NODE_ELEMS" |
object |
- |
Optional |
|||
|
oneOf Choose exactly one of the following keys: "KEYS", "TO", or "STRUCTURE_GROUP_NAME". |
||||||||
|
7.1 |
Specify Each ID |
"KEYS" |
Array [integer] |
- |
Optional |
|||
|
7.2 |
Specify ID Range (e.g., '1to160') |
"TO" |
string |
- |
Optional |
|||
|
7.3 |
Specify Structure Group Name |
"STRUCTURE_GROUP_NAME" |
string |
- |
Optional |
|||
|
8 |
Element Parts • PartI: "PartI" • Part2/4: "Part2/4" • PartJ: "PartJ" |
"PARTS" |
Array [string] |
|
Optional |
|||