Get User Searches

Get User Searches

Retrieves a list user searches that correspond to the provided context

Request
URI
GET
https://{api_host}/vco/api/user-search
COPY
Query Parameters
string
context
Required

context


Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful

[
    {
        "id": "string",
        "query": "string",
        "context": {
            "type": "string",
            "object-type": "string"
        },
        "created-at": 0,
        "updated-at": 0
    }
]
Optional

400

The provided context is invalid

[
    "WsUserSearch Object"
]
Optional

401

The user is not authorized

[
    "WsUserSearch Object"
]
Optional

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/user-search?context=v