OData Cheat Sheet: Unterschied zwischen den Versionen

Aus MattWiki
(Die Seite wurde neu angelegt: „This article holds notes on how to quickly get certain responses from a OData serivce. Source: https://www.odata.org/getting-started/basic-tutorial/ == OData V4 == === Querying Data === <code>GET serviceRoot/People?$count=true</code> Returns the number of records retreived Kategorie:Development“)
 
(kein Unterschied)

Aktuelle Version vom 24. Februar 2024, 17:05 Uhr

This article holds notes on how to quickly get certain responses from a OData serivce.

Source: https://www.odata.org/getting-started/basic-tutorial/

OData V4

Querying Data

GET serviceRoot/People?$count=true

Returns the number of records retreived