On the server-side (API server), the API endpoint should be designed to recognize the query parameter and filter the results accordingly. It should return only the information corresponding to the specified ID. In your client-side code, you can then ...