Concept Flow - Nested resources
Client sends request to nested resource URL
Server parses URL to identify parent resource
Server parses URL to identify nested child resource
Server fetches parent resource data
Server fetches nested child resource data linked to parent
Server sends combined nested resource response
Client receives nested data
The client requests a nested resource by URL, the server identifies parent and child resources, fetches data accordingly, and returns the nested data.