Response [200 Ok]

Uri /api/v2/template/3
UriDescription Template by ID
EndpointType Template
Locator Template
LocatorType Object

Template [1 of 1] - SmugMug
/api/v2/template/3

Uri /api/v2/template/3
UriDescription Template by ID
CSSVer true
Dark false
Filename smugmug
Name SmugMug
Thumbs 0

Timing

Total

cycles 1
objects 0
time 0.02533

Request

Uri /api/v2/template/3
Method GET
Version v2

Config

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

Options

Path

  • /api
  • /v2
  • /template
  • /

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

Output Fields

CSSVer Deprecated as of 2020-01-10
Dark Deprecated as of 2020-01-10
Filename Deprecated as of 2020-01-10
Name text
Thumbs Deprecated as of 2020-01-10

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/template/3"
    },
    "Options": {
        "MethodDetails": {
            "OPTIONS": {
                "Permissions": [
                    "Read"
                ]
            },
            "GET": {
                "Permissions": [
                    "Read"
                ]
            }
        },
        "Methods": [
            "OPTIONS",
            "GET"
        ],
        "MediaTypes": [
            "application/json",
            "application/vnd.php.serialized",
            "application/x-msgpack",
            "text/html",
            "text/csv"
        ],
        "Output": [
            {
                "Name": "CSSVer",
                "Type": "Boolean",
                "Deprecated": "2020-01-10"
            },
            {
                "Name": "Dark",
                "Type": "Boolean",
                "Deprecated": "2020-01-10"
            },
            {
                "Name": "Filename",
                "Type": "Varchar",
                "MIN_CHARS": 0,
                "MAX_CHARS": 60,
                "Deprecated": "2020-01-10"
            },
            {
                "Name": "Name",
                "Type": "Varchar",
                "MIN_CHARS": 0,
                "MAX_CHARS": 60
            },
            {
                "Name": "Thumbs",
                "Type": "Integer",
                "MIN_VALUE": 0,
                "MAX_VALUE": 255,
                "Deprecated": "2020-01-10"
            }
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "template"
            },
            {
                "type": "singleparam",
                "param_name": "templateid",
                "param_value": "3",
                "param_validator": {}
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/template/3",
        "Locator": "Template",
        "LocatorType": "Object",
        "Template": {
            "CSSVer": true,
            "Dark": false,
            "Filename": "smugmug",
            "Name": "SmugMug",
            "Thumbs": 0,
            "Uri": "/api/v2/template/3",
            "UriDescription": "Template by ID"
        },
        "UriDescription": "Template by ID",
        "EndpointType": "Template",
        "Timing": {
            "Total": {
                "time": 0.02533,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}