メインコンテンツへスキップ
JSON Manual 作成 編集

ダイアログ・キャプチャー

入力 URI

{base url} + view/PRECAPTURE



メソッド

POST



JSON スキーマ

詳細

{
    "CAPTURE": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "EXPORT_PATH": {
                        "description": "Save Path",
                        "type": "string"
                    },
                    "VIEW_TYPE": {
                        "description": "Preview Picture Type",
                        "type": "string",
                        "enum": [
                            "FIBR"
                        ]
                    },
                    "OPTION": {
                        "description": "Option for Capture",
                        "type": "object",
                        "Properties": {
                            "ID": {
                                "description": "Picture Type ID Number",
                                "Type": "integer"
                            }
                        }
                    }
                }
            }
        }
    }
}


ダイアログ・キャプチャー

{
    "Argument": {
        "EXPORT_PATH": "C:\\MIDAS\\CaptureTest\\Test.jpg",
        "VIEW_TYPE": "FIBR",
        "OPTION": {
            "ID": 1
        }
    }
}


仕様

No. 説明 Key データ型 Default 必須

1

Image File Save Path & File Name

"EXPORT_PATH"

String

-

必須

2

Preview Picture Type

 • Fiber Division of Section: "FIBR"

"VIEW_TYPE"

String

-

必須

3

Image File Save Path & File Name

"OPTION"

Object

-

必須

(1)

Picture Type ID Number

"ID"

Integer

-

必須



0
コンテンツが役に立ちましたか?