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 |
Request
| Uri | /api/v2/node |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/node"
},
"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.02682,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}