Response [200 Ok]
| Uri | /api/v2/region/3228307000 |
|---|---|
| UriDescription | Region by ID |
| EndpointType | Region |
| Locator | Region |
| LocatorType | Object |
Region [1 of 1]
/api/v2/region/3228307000
| Uri | /api/v2/region/3228307000 |
|---|---|
| UriDescription | Region by ID |
| Height | 0.075932 |
| Type | AF Point |
| Width | 0.0418494 |
| X | 0.663925 |
| Y | 0.390077 |
Request
| Uri | /api/v2/region/3228307000 |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
DELETE
| Permissions |
|
|---|
Output Fields
| Height | floatingpoint | |
|---|---|---|
| Type |
select
|
|
| Width | floatingpoint | |
| X | floatingpoint | |
| Y | floatingpoint |
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/region/3228307000"
},
"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": "3228307000",
"param_validator": {}
}
]
},
"Response": {
"Uri": "/api/v2/region/3228307000",
"Locator": "Region",
"LocatorType": "Object",
"Region": {
"Width": 0.0418494,
"Height": 0.075932,
"X": 0.663925,
"Y": 0.390077,
"Type": "AF Point",
"Uri": "/api/v2/region/3228307000",
"UriDescription": "Region by ID"
},
"UriDescription": "Region by ID",
"EndpointType": "Region",
"Timing": {
"Total": {
"time": 0.02905,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}