Response [200 Ok]

Uri /api/v2/album/CGf3w2!geomedia
UriDescription Geotagged images from album
EndpointType AlbumGeoMedia
Locator AlbumImage
LocatorType Objects

Timing

Total

cycles 1
objects 0
time 0.1477

Request

Uri /api/v2/album/CGf3w2!geomedia
Method GET
Version v2

Config

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

Options

Path

  • /api
  • /v2
  • /album
  • /
  • !geomedia

Notes

  • This response may lag with respect to images being added or deleted from an Album
  • Deleted images that are lagged for a count/start range will not appear in this response, with Total being reduced by them
  • Deleted images that are lagged on pages other then the current one are not checked, for performance reasons, as such Total may not be accurate
  • _multiargs does not work at this endpoint

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

Parameters

GET

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/album/CGf3w2!geomedia"
    },
    "Options": {
        "MethodDetails": {
            "OPTIONS": {
                "Permissions": [
                    "Read"
                ]
            },
            "GET": {
                "Permissions": [
                    "Read"
                ]
            }
        },
        "Methods": [
            "OPTIONS",
            "GET"
        ],
        "ParameterDescription": {
            "Select": "Select one option. Options should pass only the \"Value\"."
        },
        "Parameters": {
            "GET": [
                {
                    "Name": "SortMethod",
                    "Required": false,
                    "ReadOnly": false,
                    "Default": "Popular",
                    "Type": "Select",
                    "OPTIONS": [
                        "Popular",
                        "Oldest",
                        "Newest"
                    ],
                    "MIN_COUNT": 1,
                    "MAX_COUNT": 1
                },
                {
                    "Name": "MediaType",
                    "Required": false,
                    "ReadOnly": false,
                    "Default": "All",
                    "Type": "Select",
                    "OPTIONS": [
                        "All",
                        "Images",
                        "Videos"
                    ],
                    "MIN_COUNT": 1,
                    "MAX_COUNT": 1
                }
            ]
        },
        "MediaTypes": [
            "application/json",
            "application/vnd.php.serialized",
            "application/x-msgpack",
            "text/html",
            "text/csv"
        ],
        "Notes": [
            "This response may lag with respect to images being added or deleted from an Album",
            "Deleted images that are lagged for a count/start range will not appear in this response, with Total being reduced by them",
            "Deleted images that are lagged on pages other then the current one are not checked, for performance reasons, as such Total may not be accurate",
            "_multiargs does not work at this endpoint"
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "album"
            },
            {
                "type": "singleparam",
                "param_name": "albumkey",
                "param_value": "CGf3w2",
                "param_validator": {}
            },
            {
                "type": "action",
                "text": "geomedia"
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/album/CGf3w2!geomedia",
        "Locator": "AlbumImage",
        "LocatorType": "Objects",
        "UriDescription": "Geotagged images from album",
        "EndpointType": "AlbumGeoMedia",
        "Pages": {
            "Total": 0,
            "Start": 1,
            "Count": 0,
            "RequestedCount": 100,
            "FirstPage": "/api/v2/album/CGf3w2!geomedia?start=1&count=100",
            "LastPage": "/api/v2/album/CGf3w2!geomedia?start=-99&count=100"
        },
        "Timing": {
            "Total": {
                "time": 0.1477,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}