Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PortalQueryParamsProperties

Hierarchy

  • PortalQueryParamsProperties

Index

Properties

Optional categories

categories: (string | string[])[]

An array of categories stored within the item.

Read more...

Optional extent

Only relevant when querying for PortalItems.

Read more...

Optional num

num: number

The maximum number of results to be included in the result set response.

Read more...

Optional query

query: string

The query string used for the search.

Read more...

Optional sortField

sortField: "created" | "type" | "title" | "uploaded" | "modified" | "username" | "owner" | "avg-rating" | "num-ratings" | "num-comments" | "num-views"

A comma-delimited list of fields to sort.

Read more...

Optional sortOrder

sortOrder: "asc" | "desc"

The order in which to sort the results.

Read more...

Optional start

start: number

The index of the first entry in the result set response.

Read more...

Generated using TypeDoc