powerplatform-dataverse-client 0.9.0

Unofficial Rust sdk for the Microsoft Dataverse (Power Platform) Web API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# FetchXML


The client supports FetchXML retrieval, paging, and a count helper.

## Supported Methods


- `retrieve_multiple_fetchxml`
- `retrieve_multiple_fetchxml_count`

## Notes


- Paging is handled internally when the FetchXML query does not specify `top`.
- Aggregate queries are capped internally to a safe page size.
- Returned rows include an internal row number attribute for paging scenarios.

## Sample Scenario


See [`samples/v1-features/src/scenarios/fetchxml.rs`](../samples/v1-features/src/scenarios/fetchxml.rs).