service

Return all the `Services` where the User has authorization.

get/services

Query parameters

namespacesstring

Comma-separated namespaces to filter by, e.g. "ns1,ns2". Names the user cannot see, or that do not exist, are ignored.

searchstring

Case-insensitive substring match on the service name

pagestring

Page number, 1-based. Pagination is off unless page or pageSize is set.

pageSizestring

Items per page (default 25)

Changes