Response [200 Ok]

Uri /api/v2/guide
UriDescription Base URI for guide-related operations
EndpointType GuideBase

Uris

Guide
/api/v2/guide/:guideid

Uri /api/v2/guide/:guideid
UriDescription Walkthrough guide by ID
EndpointType Guide
Locator Guide
LocatorType Object

Timing

Total

cycles 1
objects 0
time 0.02162

Request

Uri /api/v2/guide
Method GET
Version v2

Config

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

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/guide"
    },
    "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/guide",
        "Uris": {
            "Guide": {
                "Uri": "/api/v2/guide/:guideid",
                "Locator": "Guide",
                "LocatorType": "Object",
                "UriDescription": "Walkthrough guide by ID",
                "EndpointType": "Guide"
            }
        },
        "UriDescription": "Base URI for guide-related operations",
        "EndpointType": "GuideBase",
        "Timing": {
            "Total": {
                "time": 0.02162,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}