Response [200 Ok]

Uri /api/v2/albumtemplate
UriDescription Base URI for album template-related operations
EndpointType AlbumTemplateBase

Uris

AlbumTemplate
/api/v2/albumtemplate/:albumtemplateid

Uri /api/v2/albumtemplate/:albumtemplateid
UriDescription Album Template by ID
EndpointType AlbumTemplate
Locator AlbumTemplate
LocatorType Object

Timing

Total

cycles 1
objects 0
time 0.05816

Request

Uri /api/v2/albumtemplate
Method GET
Version v2

Config

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

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/albumtemplate"
    },
    "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"
        ]
    },
    "Response": {
        "Uri": "/api/v2/albumtemplate",
        "Uris": {
            "AlbumTemplate": {
                "Uri": "/api/v2/albumtemplate/:albumtemplateid",
                "Locator": "AlbumTemplate",
                "LocatorType": "Object",
                "UriDescription": "Album Template by ID",
                "EndpointType": "AlbumTemplate"
            }
        },
        "UriDescription": "Base URI for album template-related operations",
        "EndpointType": "AlbumTemplateBase",
        "Timing": {
            "Total": {
                "time": 0.05816,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}