Response [200 Ok]

Uri /api/v2/user/KBOOpics!topkeywords
UriDescription User's top keywords
EndpointType UserTopKeywords
Locator UserTopKeywords
LocatorType Object

UserTopKeywords [1 of 1]
/api/v2/user/KBOOpics!topkeywords

Uri /api/v2/user/KBOOpics!topkeywords
UriDescription User's top keywords
TopKeywords
Array [13]
0 aaron filipowsky
1 la ruleta
2 waterfron blues festival
3 super secret band
4 tony furtado jack straw
5 new dew
6 kboo
7 kboo radio
8 boise voices
9 bread roses
10 other keywords
11 places
12 pm news

Timing

Total

cycles 1
objects 0
time 0.29647

Request

Uri /api/v2/user/KBOOpics!topkeywords
Method GET
Version v2

Config

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

Options

Path

  • /api
  • /v2
  • /user
  • /
  • !topkeywords

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

Parameters

GET

Node URI to scope search to
Number of keywords to return

Output Fields

TopKeywords array

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/user/KBOOpics!topkeywords"
    },
    "Options": {
        "MethodDetails": {
            "OPTIONS": {
                "Permissions": [
                    "Read"
                ]
            },
            "GET": {
                "Permissions": [
                    "Read"
                ]
            }
        },
        "Methods": [
            "OPTIONS",
            "GET"
        ],
        "ParameterDescription": {
            "Integer": "Integer value in the range MIN_VALUE to MAX_VALUE, inclusive",
            "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": "NumKeywords",
                    "Required": false,
                    "ReadOnly": false,
                    "Default": null,
                    "Description": "Number of keywords to return",
                    "Type": "Integer",
                    "MIN_VALUE": 1,
                    "MAX_VALUE": "POSITIVE_INFINITY"
                },
                {
                    "Name": "NodeURI",
                    "Required": false,
                    "ReadOnly": false,
                    "Default": null,
                    "Description": "Node URI to scope search to",
                    "Type": "Uri",
                    "MAX_LENGTH": "INFINITY",
                    "Locator": []
                }
            ]
        },
        "MediaTypes": [
            "application/json",
            "application/vnd.php.serialized",
            "application/x-msgpack",
            "text/html",
            "text/csv"
        ],
        "Output": [
            {
                "Name": "TopKeywords",
                "Type": "Array",
                "ITEM_TYPE": "Varchar",
                "MIN_COUNT": 0,
                "MAX_COUNT": "INFINITY"
            }
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "user"
            },
            {
                "type": "singleparam",
                "param_name": "nickname",
                "param_value": "KBOOpics"
            },
            {
                "type": "action",
                "text": "topkeywords"
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/user/KBOOpics!topkeywords",
        "Locator": "UserTopKeywords",
        "LocatorType": "Object",
        "UserTopKeywords": {
            "TopKeywords": [
                "aaron filipowsky",
                "la ruleta",
                "waterfron blues festival",
                "super secret band",
                "tony furtado jack straw",
                "new dew",
                "kboo",
                "kboo radio",
                "boise voices",
                "bread roses",
                "other keywords",
                "places",
                "pm news"
            ],
            "Uri": "/api/v2/user/KBOOpics!topkeywords",
            "UriDescription": "User's top keywords"
        },
        "UriDescription": "User's top keywords",
        "EndpointType": "UserTopKeywords",
        "Timing": {
            "Total": {
                "time": 0.29647,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}