mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 12:37:49 +00:00
9 lines
321 B
YAML
9 lines
321 B
YAML
name: $select
|
|
description: Selects the columns or properties in the result set. This cannot be combined with any other query params!
|
|
# https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/query-data-web-api#select-columns
|
|
in: query
|
|
required: false
|
|
schema:
|
|
type: string
|
|
example: RowId,Description
|