Skip to main content
JSON Manual Created Edited

DESIGN/RC/KDS-41-20-2022/TABLE : Beam Design Forces

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": [
            "BEAMDESIGNFORCES"
          ]
        },
        "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",
              "Fz",
              "Mx",
              "My(-)",
              "My(+)"
            ]
          }
        },
        "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",
              "Part1/4",
              "Part2/4",
              "Part3/4",
              "PartJ"
            ]
          },
          "default": [
            "All"
          ]
        }
      }
    }
  }
}


Request Examples

Example

{
  "Argument": {
    "TABLE_NAME": "C:\\MIDAS\\Result\\Beamresult.json",
    "TABLE_TYPE": "BEAMDESIGNFORCES",
    "COMPONENTS": [
      "Index",
      "Memb",
      "Part",
      "LComName",
      "Type",
      "Fz",
      "Mx",
      "My(-)",
      "My(+)"
    ],
    "PARTS": [
      "PartJ"
    ],
    "UNIT": {
      "FORCE": "KN",
      "DIST": "M"
    },
    "STYLES": {
      "FORMAT": "Fixed",
      "PLACE": 3
    },
    "NODE_ELEMS": {
      "KEYS": [
        984
      ]
    }
  }
}


Response Examples

Example

{
  "C:\\MIDAS\\Result\\Beamresult.json": {
    "FORCE": "KN",
    "DIST": "M",
    "HEAD": [
      "Index",
      "Memb",
      "Part",
      "LComName",
      "Type",
      "Fz",
      "Mx",
      "My(-)",
      "My(+)"
    ],
    "DATA": [
      [
        "1",
        "984",
        "J",
        "cLCB100",
        "Max",
        "3.564",
        "0.000",
        "0.000",
        "3.845"
      ],
      [
        "2",
        "984",
        "J",
        "cLCB101",
        "Max",
        "3.884",
        "0.000",
        "0.000",
        "4.668"
      ],
      [
        "3",
        "984",
        "J",
        "cLCB102",
        "Max",
        "6.624",
        "0.000",
        "0.000",
        "6.045"
      ],
      [
        "4",
        "984",
        "J",
        "cLCB103",
        "Max",
        "6.884",
        "0.000",
        "0.000",
        "5.670"
      ],
      [
        "5",
        "984",
        "J",
        "cLCB104",
        "Max",
        "6.802",
        "0.000",
        "0.000",
        "5.619"
      ],
      [
        "6",
        "984",
        "J",
        "cLCB105",
        "Max",
        "6.904",
        "0.000",
        "0.000",
        "5.683"
      ],
      [
        "7",
        "984",
        "J",
        "cLCB106",
        "Max",
        "6.906",
        "0.000",
        "0.000",
        "5.684"
      ],
      [
        "8",
        "984",
        "J",
        "cLCB107",
        "Max",
        "6.808",
        "0.000",
        "0.000",
        "5.623"
      ],
      [
        "9",
        "984",
        "J",
        "cLCB108",
        "Max",
        "6.890",
        "0.000",
        "0.000",
        "5.674"
      ],
      [
        "10",
        "984",
        "J",
        "cLCB109",
        "Max",
        "6.787",
        "0.000",
        "0.000",
        "5.610"
      ],
      [
        "11",
        "984",
        "J",
        "cLCB110",
        "Max",
        "6.786",
        "0.000",
        "0.000",
        "5.609"
      ],
      [
        "12",
        "984",
        "J",
        "cLCB111",
        "Max",
        "4.094",
        "0.000",
        "0.000",
        "4.477"
      ],
      [
        "13",
        "984",
        "J",
        "cLCB112",
        "Max",
        "3.929",
        "0.000",
        "0.000",
        "4.375"
      ],
      [
        "14",
        "984",
        "J",
        "cLCB113",
        "Max",
        "4.135",
        "0.000",
        "0.000",
        "4.502"
      ],
      [
        "15",
        "984",
        "J",
        "cLCB114",
        "Max",
        "4.138",
        "0.000",
        "0.000",
        "4.504"
      ],
      [
        "16",
        "984",
        "J",
        "cLCB115",
        "Max",
        "3.941",
        "0.000",
        "0.000",
        "4.382"
      ],
      [
        "17",
        "984",
        "J",
        "cLCB116",
        "Max",
        "4.106",
        "0.000",
        "0.000",
        "4.484"
      ],
      [
        "18",
        "984",
        "J",
        "cLCB117",
        "Max",
        "3.901",
        "0.000",
        "0.000",
        "4.357"
      ],
      [
        "19",
        "984",
        "J",
        "cLCB118",
        "Max",
        "3.897",
        "0.000",
        "0.000",
        "4.355"
      ],
      [
        "20",
        "984",
        "J",
        "cLCB119",
        "Max",
        "3.425",
        "0.000",
        "0.000",
        "4.062"
      ],
      [
        "21",
        "984",
        "J",
        "cLCB120",
        "Max",
        "3.189",
        "0.000",
        "0.000",
        "3.915"
      ],
      [
        "22",
        "984",
        "J",
        "cLCB121",
        "Max",
        "3.701",
        "0.000",
        "0.000",
        "4.233"
      ],
      [
        "23",
        "984",
        "J",
        "cLCB122",
        "Max",
        "3.701",
        "0.000",
        "0.000",
        "4.233"
      ],
      [
        "24",
        "984",
        "J",
        "cLCB123",
        "Max",
        "3.189",
        "0.000",
        "0.000",
        "3.915"
      ],
      [
        "25",
        "984",
        "J",
        "cLCB124",
        "Max",
        "3.425",
        "0.000",
        "0.000",
        "4.062"
      ],
      [
        "26",
        "984",
        "J",
        "cLCB125",
        "Max",
        "2.913",
        "0.000",
        "0.000",
        "3.744"
      ],
      [
        "27",
        "984",
        "J",
        "cLCB126",
        "Max",
        "2.913",
        "0.000",
        "0.000",
        "3.744"
      ],
      [
        "28",
        "984",
        "J",
        "cLCB127",
        "Max",
        "2.368",
        "0.000",
        "0.000",
        "2.520"
      ],
      [
        "29",
        "984",
        "J",
        "cLCB128",
        "Max",
        "2.203",
        "0.000",
        "0.000",
        "2.417"
      ],
      [
        "30",
        "984",
        "J",
        "cLCB129",
        "Max",
        "2.408",
        "0.000",
        "0.000",
        "2.545"
      ],
      [
        "31",
        "984",
        "J",
        "cLCB130",
        "Max",
        "2.411",
        "0.000",
        "0.000",
        "2.547"
      ],
      [
        "32",
        "984",
        "J",
        "cLCB131",
        "Max",
        "2.214",
        "0.000",
        "0.000",
        "2.425"
      ],
      [
        "33",
        "984",
        "J",
        "cLCB132",
        "Max",
        "2.379",
        "0.000",
        "0.000",
        "2.527"
      ],
      [
        "34",
        "984",
        "J",
        "cLCB133",
        "Max",
        "2.174",
        "0.000",
        "0.000",
        "2.400"
      ],
      [
        "35",
        "984",
        "J",
        "cLCB134",
        "Max",
        "2.171",
        "0.000",
        "0.000",
        "2.397"
      ],
      [
        "36",
        "984",
        "J",
        "cLCB135",
        "Max",
        "2.409",
        "0.000",
        "0.000",
        "2.545"
      ],
      [
        "37",
        "984",
        "J",
        "cLCB136",
        "Max",
        "2.173",
        "0.000",
        "0.000",
        "2.399"
      ],
      [
        "38",
        "984",
        "J",
        "cLCB137",
        "Max",
        "2.685",
        "0.000",
        "0.000",
        "2.716"
      ],
      [
        "39",
        "984",
        "J",
        "cLCB138",
        "Max",
        "2.685",
        "0.000",
        "0.000",
        "2.716"
      ],
      [
        "40",
        "984",
        "J",
        "cLCB139",
        "Max",
        "2.173",
        "0.000",
        "0.000",
        "2.399"
      ],
      [
        "41",
        "984",
        "J",
        "cLCB140",
        "Max",
        "2.409",
        "0.000",
        "0.000",
        "2.545"
      ],
      [
        "42",
        "984",
        "J",
        "cLCB141",
        "Max",
        "1.897",
        "0.000",
        "0.000",
        "2.228"
      ],
      [
        "43",
        "984",
        "J",
        "cLCB142",
        "Max",
        "1.897",
        "0.000",
        "0.000",
        "2.228"
      ]
    ]
  }
}


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

• BEAMDESIGNFORCES: "BEAMDESIGNFORCES"

"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"

• Fz: "Fz"

• Mx: "Mx"

• My(-): "My(-)"

• My(+): "My(+)"

"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"

• Part1/4: "Part1/4"

• Part2/4: "Part2/4"

• Part3/4: "Part3/4"

• PartJ: "PartJ"

"PARTS"

Array [string]

["All"]

Optional



0
Was this article helpful?