Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 934 Bytes

devenv-apiversion-query-property.md

File metadata and controls

33 lines (24 loc) · 934 Bytes
title description ms.author ms.date ms.topic author ms.reviewer
APIVersion Property (Query)
Sets the versions of the API endpoint that the query is exposed in.
solsen
06/23/2023
reference
SusanneWindfeldPedersen
solsen

APIVersion Property (Query)

Version: Available from runtime version 1.0.

Sets the version(s) of the API endpoint the query is exposed in. If the APIVersion isn't specified, the default value is beta. The syntax for providing versions is illustrated in the example below:

Applies to

  • Query object

Syntax

APIVersion = 'beta', 'v1.0';

For a full example, see API Query Type.

See Also

Properties
Query Object
APIVersion Property (Page)