dataverse_list_relationships
List relationship definitions for a Dataverse table or the whole environment. Filter by type (OneToMany, ManyToOne, ManyToMany) to obtain schema names for use with $expand and associate operations.
Instructions
List relationship definitions for a table (OneToMany, ManyToOne, ManyToMany) or the whole environment.
Use the returned SchemaName with dataverse_get_relationship for full cascade and navigation property details. Navigation property names from the results are required for OData $expand queries and for dataverse_associate_records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |