ListAssociations
Displays all associations for a specified table and its navigation properties, detailing entity relationships.
Input
| Name | Type | Required | Description |
| FromId | String | True | The unique identifier (Id) of the source entity for which you want to list associated entities. |
| FromTable | String | True | The name of the table containing the source entity. For example, if the FromId belongs to a record in the Customers table, set this parameter to 'Customers'. |
| NavigationProperty | String | True | The name of the navigation property representing the relationship you want to retrieve. This can be obtained using the ListNavigationProperties procedure. |
Result Set Columns
| Name | Type | Description |
| Uri | String | The URL linking to the associated entities, providing a way to access the related records through the specified navigation property. |