Skip to main content
JSON Manual Created Edited

Viewpoint

Input URI

{base url} + view/ANGLE



Active Methods

POST



JSON Schema

Details

{
    "ANGLE": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
            "Argument": {
                "type": "object",
                "properties": {
                    "HORIZONTAL": {
                        "type": "number"
                    },
                    "VERTICAL": {
                        "type": "number"
                    }
                }
            }
        }
    }
}


Examples

View Point

{
    "Argument": {
        "HORIZONTAL": 30,
        "VERTICAL": 15
    }
}


Specifications

No. Description Key Value Type Default Required

1

Angle of Horizontal View

"HORIZONTAL"

Number

0

Optional

2

Angle of Vertical View

"VERTICAL"

Number

0

Optional



0
Was this article helpful?