Response [200 Ok]

Uri /api/v2/region/6952681251
UriDescription Region by ID
EndpointType Region
Locator Region
LocatorType Object

Region [1 of 1]
/api/v2/region/6952681251

Uri /api/v2/region/6952681251
UriDescription Region by ID
Height 0.0497685
Type AF Point
Width 0.0248843
X 0.762924
Y 0.5

Timing

Total

cycles 1
objects 0
time 0.03185

Request

Uri /api/v2/region/6952681251
Method GET
Version v2

Config

{
    "expand_method": "ref",
    "shorturis": false
}

Options

Path

  • /api
  • /v2
  • /region
  • /

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

DELETE

Permissions
  • Modify

Output Fields

Height floatingpoint
Type select
  • Face
  • AF Point
  • Crop
  • Cover Image
Width floatingpoint
X floatingpoint
Y floatingpoint

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/region/6952681251"
    },
    "Options": {
        "MethodDetails": {
            "OPTIONS": {
                "Permissions": [
                    "Read"
                ]
            },
            "GET": {
                "Permissions": [
                    "Read"
                ]
            },
            "DELETE": {
                "Permissions": [
                    "Modify"
                ]
            }
        },
        "Methods": [
            "OPTIONS",
            "GET"
        ],
        "MediaTypes": [
            "application/json",
            "application/vnd.php.serialized",
            "application/x-msgpack",
            "text/html",
            "text/csv"
        ],
        "Output": [
            {
                "Name": "Width",
                "Type": "FloatingPoint",
                "MIN_VALUE": 0,
                "MAX_VALUE": 1
            },
            {
                "Name": "Height",
                "Type": "FloatingPoint",
                "MIN_VALUE": 0,
                "MAX_VALUE": 1
            },
            {
                "Name": "X",
                "Type": "FloatingPoint",
                "MIN_VALUE": 0,
                "MAX_VALUE": 1
            },
            {
                "Name": "Y",
                "Type": "FloatingPoint",
                "MIN_VALUE": 0,
                "MAX_VALUE": 1
            },
            {
                "Name": "Type",
                "Type": "Select",
                "OPTIONS": [
                    "Face",
                    "AF Point",
                    "Crop",
                    "Cover Image"
                ],
                "MIN_COUNT": 1,
                "MAX_COUNT": 1
            }
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "region"
            },
            {
                "type": "singleparam",
                "param_name": "regionid",
                "param_value": "6952681251",
                "param_validator": {}
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/region/6952681251",
        "Locator": "Region",
        "LocatorType": "Object",
        "Region": {
            "Width": 0.0248843,
            "Height": 0.0497685,
            "X": 0.762924,
            "Y": 0.5,
            "Type": "AF Point",
            "Uri": "/api/v2/region/6952681251",
            "UriDescription": "Region by ID"
        },
        "UriDescription": "Region by ID",
        "EndpointType": "Region",
        "Timing": {
            "Total": {
                "time": 0.03185,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}