Input URI
|
{base url} + DESIGN/PSC/AASHTO-LRFD24/TABLE |
|---|
Active Methods
|
POST,GET,DELETE,PUT |
|---|
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": "Check Stress for Cross Section at a Construction Stage - Result Table Type",
"enum": [
"PSC_STRESS_CS",
"PSC_STRESS_CS_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",
"Girder/Slab",
"Comp./Tens.",
"Stage",
"FT",
"FB",
"FTL",
"FBL",
"FTR",
"FBR",
"FMAX",
"ALW"
]
}
},
"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": [
"Compression",
"Tension"
]
},
"default": [
"All"
]
}
}
}
}
}
Request Examples
Example
"Argument": {
"TABLE_NAME": "TEST",
"TABLE_TYPE": "PSC_STRESS_CS",
"COMPONENTS": [
"Elem",
"Part",
"Girder/Slab",
"Comp./Tens.",
"Stage",
"FT",
"FB",
"FTL",
"FBL",
"FTR",
"FBR",
"FMAX",
"ALW"
],
"PARTS": [
"PartI"
],
"COMP_TENS": [
"Tension",
"Compression"
],
"NODE_ELEMS": {
"TO": "1to3"
}
}
}
Response Examples
Example
"TEST": {
"FORCE": "KN",
"DIST": "M",
"HEAD": [
"Index",
"Elem",
"Part",
"Girder/Slab",
"Comp./Tens.",
"Stage",
"FT",
"FB",
"FTL",
"FBL",
"FTR",
"FBR",
"FMAX",
"ALW"
],
"DATA": [
[
"1",
"1",
"I[3]",
"Girder(PSC)",
"Compression",
"CS1",
"3751.3677",
"12246.9260",
"3751.1188",
"12246.7940",
"3751.6170",
"12247.0580",
"12247.0580",
"26000.0000"
],
[
"2",
"1",
"I[3]",
"Girder(PSC)",
"Tension",
"CS1",
"3751.3677",
"12246.9260",
"3751.1188",
"12246.7940",
"3751.6170",
"12247.0580",
"3751.1188",
"-3985.6650"
],
[
"3",
"2",
"I[5]",
"Girder(PSC)",
"Compression",
"CS1",
"-249.7975",
"17570.0600",
"-250.0384",
"17569.9320",
"-249.5570",
"17570.1880",
"17570.1880",
"26000.0000"
],
[
"4",
"2",
"I[5]",
"Girder(PSC)",
"Tension",
"CS2",
"-322.5890",
"17131.6785",
"-373.7556",
"17104.5900",
"-271.4219",
"17158.7680",
"-373.7556",
"-1378.9519"
],
[
"5",
"3",
"I[4]",
"Girder(PSC)",
"Compression",
"CS1",
"-2662.2040",
"20678.9410",
"-2662.4385",
"20678.8180",
"-2661.9700",
"20679.0660",
"20679.0660",
"26000.0000"
],
[
"6",
"3",
"I[4]",
"Girder(PSC)",
"Tension",
"CS2",
"-2684.2205",
"20212.5085",
"-2729.2760",
"20188.6560",
"-2639.1658",
"20236.3600",
"-2729.2760",
"-1378.9519"
]
]
}
}
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 • Check Stress for Cross Section at a Construction Stage: "PSC_STRESS_CS" • Check Stress for Cross Section at a Construction Stage (Virtual Beam): "PSC_STRESS_CS_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" • Girder/Slab: "Girder/Slab" • Comp./Tens.: "Comp./Tens." • Stage: "Stage" • FT: "FT" • FB: "FB" • FTL: "FTL" • FBL: "FBL" • FTR: "FTR" • FBR: "FBR" • FMAX: "FMAX" • ALW: "ALW" |
"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 • Compression: "Compression" • Tension: "Tension" |
"COMP_TENS" |
Array [string] |
|
Optional |
|||