Hi @Macháček Martin ,
As per documentation query-parameters,
On the /beta
endpoint, the $
prefix is optional. For example, instead of $filter
, you can use filter
. On the v1
endpoint, the $
prefix is optional for only a subset of APIs. For simplicity, always include $
if using the v1
endpoint.
Hence the same is applicable to select query parameter, $select
is recommended to use for v1.
Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".