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 /$ref in order to get just the links to the related resources.

Request Params

KeyDatatypeRequiredDescription
$expandstring