Skip to main content
JSON Manual Created Edited

Story Mass Summary

Input URI

{base url} + POST/TABLE



 

Active Methods

Post

Input JSON format example of table - Story Mass Summary

Input JSON Data Example - Story Mass Summary

{
    "Argument": {
        "TABLE_NAME": "Story Mass",
        "TABLE_TYPE": "STORY_MASS",
        "UNIT": {
            "FORCE": "KN",
            "DIST": "M"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 3
        },
        "COMPONENTS": [
            "Story",
            "Level",
            "X-DIR",
            "Y-DIR",
            "Rotational Mass",
            "X-Coord",
            "Y-Coord"
        ]
    }
}

 

Output JSON format example of table - Story Mass Summary

Output JSON Data Example -Story Mass Summary

{
    "Story Mass": {
        "FORCE": "KN",
        "DIST": "M",
        "HEAD": [
            "Index",
            "Story",
            "Level",
            "X-DIR",
            "Y-DIR",
            "Rotational Mass",
            "X-Coord",
            "Y-Coord"
        ],
        "DATA": [
            [
                "1",
                "Roof",
                "9.500",
                "1056.318",
                "1056.318",
                "221794.676",
                "17.930",
                "14.172"
            ],
            [
                "2",
                "2F",
                "5.500",
                "1076.719",
                "1076.719",
                "226809.725",
                "18.021",
                "14.187"
            ],
            [
                "3",
                "1F",
                "0.000",
                "0.000",
                "0.000",
                "0.000",
                "0.000",
                "0.000"
            ],
            [
                "4",
                "",
                "Total",
                "11322.131",
                "11322.131",
                "",
                "",
                ""
            ]
        ]
    }
}

 

Input JSON format example of table - Story Mass Summary(X)

Input JSON Data Example - Story Mass Summary(X)

{
    "Argument": {
        "TABLE_NAME": "Story Mass X",
        "TABLE_TYPE": "STORY_MASS_X",
        "UNIT": {
            "FORCE": "KN",
            "DIST": "M"
        },
        "STYLES": {
            "FORMAT": "Fixed",
            "PLACE": 3
        },
        "COMPONENTS": [
            "Story",
            "Level",
            "NodalMass",
            "LoadToMass",
            "DiaphragmMass",
            "StructureMass",
            "Sum"
        ]
    }
}

 

Output JSON format example of table - Story Mass Summary(X)

Output JSON Data Example -Story Mass Summary(X)

{
    "Story Mass X": {
        "FORCE": "KN",
        "DIST": "M",
        "HEAD": [
            "Index",
            "Story",
            "Level",
            "NodalMass",
            "LoadToMass",
            "DiaphragmMass",
            "StructureMass",
            "Sum"
        ],
        "DATA": [
            [
                "1",
                "Roof",
                "9.500",
                "0.000",
                "541.887",
                "0.000",
                "514.431",
                "1056.318"
            ],
            [
                "2",
                "2F",
                "5.500",
                "0.000",
                "541.887",
                "0.000",
                "534.832",
                "1076.719"
            ],
            [
                "3",
                "1F",
                "0.000",
                "0.000",
                "0.000",
                "0.000",
                "147.850",
                "147.850"
            ],
            [
                "4",
                "",
                "Total",
                "0.000",
                "6047.119",
                "0.000",
                "5422.862",
                "11469.981"
            ]
        ]
    }
}

 

Specifications

NO.

Description

Key

Value Type

Default

Required

1

Table Name

 • Response Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • "STORY_MASS"

 • "STORY_MASS_X"

 • "STORY_MASS_Y"

 • "STORY_MASS_Z"

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

All

Optional

0
Was this article helpful?