Skip to main content
JSON Manual Created Edited

Section Table

Input URI

{base url} + post/TABLE



Active Methods

POST



JSON Schema

Details

{
    "TABLE": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "title": "SectionTable",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "TABLE_NAME": {
                        "type": "string"
                    },
                    "TABLE_TYPE": {
                        "type": "string"
                    },
                    "EXPORT_PATH": {
                        "type": "string"
                    }
                }
            }
        }
    }
}


Request Examples

Section

{
    "Argument": {
        "TABLE_NAME": "Example",
        "TABLE_TYPE": "SECTIONALL",
        "EXPORT_PATH": "C:\\MIDAS\\Result\\Section_Output.JSON"
    }
}


Response Examples

Section

{
    "Example": {
        "FORCE": "kN",
        "DIST": "m",
        "HEAD": [
            "Index",
            "ID",
            "Type",
            "Shape",
            "Name",
            "Area",
            "Asy",
            "Asz",
            "Ixx",
            "Iyy",
            "Izz",
            "Cyp",
            "Cym",
            "Czp",
            "Czm",
            "Qyb",
            "Qzb",
            "Peri.(Out)",
            "Peri.(In)"
        ],
        "DATA": [
            [
                "1",
                "1",
                "DB/User",
                "L",
                "Angle_DB",
                "0.0002",
                "0.0001",
                "0.0001",
                "0.0000",
                "0.0000",
                "0.0000",
                "0.0216",
                "0.0084",
                "0.0086",
                "0.0214",
                "0.0002",
                "0.0002",
                "0.1200",
                "0.0000"
            ]
        ]
    }
}


Specifications

No. Description Key Value Type Default Required

1

Table Name

 • Result Table Title

"TABLE_NAME"

String

Empty

Optional

2

Result Table Type

 • "SECTIONALL"

 • "SECTIONCOMBINED"

 • "SECTIONCOMPOSITE"

 • "SECTIONCONSTRUCTION"

 • "SECTIONDB/USER"

 • "SECTIONPSC"

 • "SECTIONSRC"

 • "SECTIONSTEELGIRDER"

 • "SECTIONTAPERED"

 • "SECTIONVALUE"

"TABLE_TYPE"

String

-

Required

3

Result Table Save Path

"EXPORT_PATH"

String

-

Optional



0
Was this article helpful?