Response [200 Ok]
| 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 |
Request
| Uri | /api/v2/node!oldidlookup |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/node!oldidlookup"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
}
},
"Methods": [
"OPTIONS",
"GET"
],
"ParameterDescription": {
"Integer": "Integer value in the range MIN_VALUE to MAX_VALUE, inclusive"
},
"Parameters": {
"GET": [
{
"Name": "ID",
"Required": false,
"ReadOnly": false,
"Default": null,
"Description": "A category or subcategory ID from API 1.3.0",
"Type": "Integer",
"MIN_VALUE": 1,
"MAX_VALUE": "POSITIVE_INFINITY"
}
]
},
"MediaTypes": [
"application/json",
"application/vnd.php.serialized",
"application/x-msgpack",
"text/html",
"text/csv"
]
},
"Response": {
"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",
"Timing": {
"Total": {
"time": 0.02658,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}