17. Expand related entities
GET http://services.odata.org/V4/TripPinService/People?$expand=Friends,Trips
You can use the $expand system query option to include related resources. The expand clause can include many of the other system query options, enabling left-join type semantics. Also, you can expand
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$expand | string |