Deprecated
| Alternative | /api/v2/node |
|---|
Response [200 Ok]
| Uri | /api/v2/page |
|---|---|
| UriDescription | Base URI for page-related operations |
| EndpointType | PageBase |
Uris
Page
/api/v2/page/:pagekey
| Uri | /api/v2/page/:pagekey |
|---|---|
| UriDescription | Page by ID |
| EndpointType | Page |
| Locator | Page |
| LocatorType | Object |
Request
| Uri | /api/v2/page |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/page"
},
"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"
],
"Deprecated": {
"Alternative": "/api/v2/node"
}
},
"Response": {
"Uri": "/api/v2/page",
"Uris": {
"Page": {
"Uri": "/api/v2/page/:pagekey",
"Locator": "Page",
"LocatorType": "Object",
"UriDescription": "Page by ID",
"EndpointType": "Page"
}
},
"UriDescription": "Base URI for page-related operations",
"EndpointType": "PageBase",
"Timing": {
"Total": {
"time": 0.02556,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}