Response [200 Ok]
| Uri | /api/v2!weburilookup |
|---|---|
| UriDescription | Lookup folder, album, image (with an album context) or page by WebUri |
| EndpointType | WebUriLookup |
| Locator | Folder,Album,Page,AlbumImage |
| LocatorType | Object |
Request
| Uri | /api/v2!weburilookup?_accept=text%2Fhtml |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
Notes
- _multiargs does not work at this endpoint
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2!weburilookup?_accept=text%2Fhtml"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
}
},
"Methods": [
"OPTIONS",
"GET"
],
"ParameterDescription": {
"Uri": "Absolute or relative URL, restricted to Locator(s) of the supplied URL if not null. Up to a MAX_LENGTH in length."
},
"Parameters": {
"GET": [
{
"Name": "WebUri",
"Required": true,
"ReadOnly": false,
"Default": null,
"Type": "Uri",
"MAX_LENGTH": "INFINITY",
"Locator": []
}
]
},
"MediaTypes": [
"application/json",
"application/vnd.php.serialized",
"application/x-msgpack",
"text/html",
"text/csv"
],
"Notes": [
"_multiargs does not work at this endpoint"
]
},
"Response": {
"Uri": "/api/v2!weburilookup",
"Locator": "Folder,Album,Page,AlbumImage",
"LocatorType": "Object",
"UriDescription": "Lookup folder, album, image (with an album context) or page by WebUri",
"EndpointType": "WebUriLookup",
"Timing": {
"Total": {
"time": 0.02433,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}