Skip to main content
JSON Manual Created Edited

Story Mode Shape - Story Result Table

Input URI

{base url} + POST/TABLE



Active Methods

Post



JSON Schema

Details



Request Examples

Story Mode Shape

{
    "Argument": {
        "TABLE_NAME": "Example",
        "TABLE_TYPE": "STORY_MODE_SHAPE",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Output.JSON",
        "UNIT": {
            "FORCE": "kN",
            "DIST": "M"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 12
        },
        "MODES": [
            "Mode1",
            "Mode2"
        ]
    }
}


Response Examples

Story Mode Shape

{
    "Example": {
        "FORCE": "KN",
        "DIST": "M",
        "HEAD": [
            "Index",
            "Story",
            "Level",
            "X",
            "Y",
            "Mode",
            "UX",
            "UY",
            "UZ",
            "RX",
            "RY",
            "RZ"
        ],
        "DATA": [
            [
                "1",
                "2F",
                "11.500000000000",
                "13.793310881566",
                "0.000000000000",
                "1",
                "-0.000000001120",
                "0.000000005610",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-0.000000000135"
            ],
            [
                "2",
                "2F",
                "11.500000000000",
                "13.793310881566",
                "0.000000000000",
                "2",
                "-0.000000000440",
                "0.000000002110",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ],
            [
                "3",
                "1F",
                "5.500000000000",
                "20.988419650486",
                "4.615465950091",
                "1",
                "-0.000000000497",
                "0.000000003745",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "-0.000000000225"
            ],
            [
                "4",
                "1F",
                "5.500000000000",
                "20.988419650486",
                "4.615465950091",
                "2",
                "-0.000000000204",
                "0.000000001409",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000",
                "0.000000000000"
            ]
        ]
    }
}


Specifications

NO.

Description

Key

Value Type

Default

Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • "STORY_MODE_SHAPE"

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

-

Read Only

7

Mode Number

 • "Mode + "#" "

"MODES"

Array [String]

All

Optional

0
Was this article helpful?