Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiListByServiceOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • ApiListByServiceOptionalParams

Index

Properties

Optional expandApiVersionSet

expandApiVersionSet: undefined | false | true

Include full ApiVersionSet resource in response

Optional filter

filter: undefined | string

| Field | Usage | Supported operators | Supported functions |
|-------------|-------------|-------------|-------------|
| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
| serviceUrl | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
| path | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
| isCurrent | filter | eq, ne | |

Optional skip

skip: undefined | number

Number of records to skip.

Optional tags

tags: undefined | string

Include tags in the response.

Optional top

top: undefined | number

Number of records to return.

Generated using TypeDoc