Response [200 Ok]

Uri /api/v2/node
UriDescription Base URI for node-related operations
EndpointType NodeRoot

Uris

Node
/api/v2/node/:nodeid

Uri /api/v2/node/:nodeid
UriDescription Node with the given id.
EndpointType Node
Locator Node
LocatorType Object

NodeOldIDLookup
/api/v2/node!oldidlookup

Uri /api/v2/node!oldidlookup
UriDescription Look up a Node using a category or subcategory ID from API 1.3.0
EndpointType NodeOldIDLookup
Locator Node
LocatorType Object

NodeSearch
/api/v2/node!search

Uri /api/v2/node!search
UriDescription Search for nodes
EndpointType NodeSearch
Locator Node
LocatorType Objects

UpdateAlbums
/api/v2/node!updatealbums

Uri /api/v2/node!updatealbums
UriDescription Update the albums under one or mode nodes.
EndpointType UpdateAlbums

Timing

Total

cycles 1
objects 0
time 0.02539

Request

Uri /api/v2/node?_accept=text%2Fhtml
Method GET
Version v2

Config

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

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/node?_accept=text%2Fhtml"
    },
    "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/node",
        "Uris": {
            "Node": {
                "Uri": "/api/v2/node/:nodeid",
                "Locator": "Node",
                "LocatorType": "Object",
                "UriDescription": "Node with the given id.",
                "EndpointType": "Node"
            },
            "NodeOldIDLookup": {
                "Uri": "/api/v2/node!oldidlookup",
                "Locator": "Node",
                "LocatorType": "Object",
                "UriDescription": "Look up a Node using a category or subcategory ID from API 1.3.0",
                "EndpointType": "NodeOldIDLookup"
            },
            "NodeSearch": {
                "Uri": "/api/v2/node!search",
                "Locator": "Node",
                "LocatorType": "Objects",
                "UriDescription": "Search for nodes",
                "EndpointType": "NodeSearch"
            },
            "UpdateAlbums": {
                "Uri": "/api/v2/node!updatealbums",
                "UriDescription": "Update the albums under one or mode nodes.",
                "EndpointType": "UpdateAlbums"
            }
        },
        "UriDescription": "Base URI for node-related operations",
        "EndpointType": "NodeRoot",
        "Timing": {
            "Total": {
                "time": 0.02539,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}