Portal Search (3.0.1)

Download OpenAPI specification:Download

N/A (this description is removed during bundling)

Search

The API for Konnect Portal Search.

Search Portal

Pre-release Endpoint This endpoint is currently in beta and is subject to change.

Returns paginated search results for all entities with the given search parameters.

Authorizations:
portalAccessTokenNone
query Parameters
q
string (SearchQueryParameters)

Determines how to filter search results

page[size]
integer
Example: page[size]=10

The maximum number of items to include per page. The last page of a collection may include fewer items.

page[after]
string
Example: page[after]=ewogICJpZCI6ICJoZWxsbyB3b3JsZCIKfQ

Request the next page of data, starting with the item after this parameter.

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "meta": {
    }
}