Input URI
|
{base url} + DESIGN/PSC/AASHTO-LRFD24/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": "Principal stress at service loads - Result Table Type",
"enum": [
"PSC_PRINCIPAL_SVC",
"PSC_PRINCIPAL_SVC_VBEAM"
]
},
"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": [
"Elem",
"Part",
"Comp./Tens.",
"LComName",
"Type",
"CHK",
"Sig_P1",
"Sig_P2",
"Sig_P3",
"Sig_P4",
"Sig_P5",
"Sig_P6",
"Sig_P7",
"Sig_P8",
"Sig_P9",
"Sig_P10",
"Sig_MAX",
"Sig_AP"
]
}
},
"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"
}
}
},
"PARTS": {
"type": "array",
"description": "Element Part Number",
"items": {
"type": "string",
"enum": [
"PartI",
"PartJ"
]
},
"default": [
"All"
]
},
"COMP_TENS": {
"type": "array",
"description": "Compression or Tension Stress",
"items": {
"type": "string",
"enum": [
"Tension"
]
},
"default": [
"All"
]
}
}
}
}
}
Request Examples
Example
"Argument": {
"TABLE_TYPE": "PSC_PRINCIPAL_SVC",
"TABLE_NAME": "TEST",
"COMPONENTS": [
"Elem",
"Part",
"Comp./Tens.",
"LComName",
"Type",
"CHK",
"Sig_P1",
"Sig_P2",
"Sig_P3",
"Sig_P4",
"Sig_P5",
"Sig_P6",
"Sig_P7",
"Sig_P8",
"Sig_P9",
"Sig_P10",
"Sig_MAX",
"Sig_AP"
],
"PARTS": [
"PartI"
],
"COMP_TENS": [
"Tension"
],
"NODE_ELEMS": {
"TO": "1to3"
}
}
}
Response Examples
Example
"TEST": {
"FORCE": "KN",
"DIST": "M",
"HEAD": [
"Index",
"Elem",
"Part",
"Comp./Tens.",
"LComName",
"Type",
"CHK",
"Sig_P1",
"Sig_P2",
"Sig_P3",
"Sig_P4",
"Sig_P5",
"Sig_P6",
"Sig_P7",
"Sig_P8",
"Sig_P9",
"Sig_P10",
"Sig_MAX",
"Sig_AP"
],
"DATA": [
[
"1",
"1",
"I[3]",
"Tension",
"cLCB10",
"FX-MAX",
"NG",
"-29065.1201",
"-28656.8952",
"-2217.2060",
"-2224.9109",
"-11665.3052",
"-22919.2938",
"-948.4351",
"-15502.3918",
"-597.0194",
"-6122.8733",
"-29065.1201",
"-1826.7631"
],
[
"2",
"2",
"I[5]",
"Tension",
"cLCB10",
"FX-MAX",
"NG",
"-61643.3381",
"-60922.2571",
"-1480.3160",
"-1485.1134",
"-33868.5470",
"-33816.7932",
"-7924.3781",
"-8500.2931",
"-1812.9995",
"-1972.9199",
"-61643.3381",
"-1826.7631"
],
[
"3",
"3",
"I[4]",
"Tension",
"cLCB10",
"FX-MAX",
"NG",
"-79455.3988",
"-78698.3410",
"-802.0009",
"-804.1877",
"-45129.5513",
"-40819.2917",
"-11476.0507",
"-1643.2435",
"-2068.0012",
"-353.7743",
"-79455.3988",
"-1826.7631"
]
]
}
}
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 • Principal Stress at Service Loads: "PSC_PRINCIPAL_SVC" • Principal Stress at Service Loads (Virtual Beam): "PSC_PRINCIPAL_SVC_VBEAM" |
"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 • Elem: "Elem" • Part: "Part" • Comp./Tens.: "Comp./Tens." • LComName: "LComName" • Type: "Type" • CHK: "CHK" • Sig_P1: "Sig_P1" • Sig_P2: "Sig_P2" • Sig_P3: "Sig_P3" • Sig_P4: "Sig_P4" • Sig_P5: "Sig_P5" • Sig_P6: "Sig_P6" • Sig_P7: "Sig_P7" • Sig_P8: "Sig_P8" • Sig_P9: "Sig_P9" • Sig_P10: "Sig_P10" • Sig_MAX: "Sig_MAX" • Sig_AP: "Sig_AP" |
"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 |
|||
|
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" • PartJ: "PartJ" |
"PARTS" |
Array [string] |
|
Optional |
|||
|
9 |
Compression/Tension • Tension: "Tension" |
"COMP_TENS" |
Array [string] |
|
Optional |
|||