Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Build a REST API with Laravel Accessing Data with Resources Resources

Michael Cook
Michael Cook
2,125 Points

Why hide the record's id? This doesn't make sense

Jonathan keeps saying its a "best practice" to hide the record's id. Yet the id is how the client queries the API to get an individual author record. So if ids are hidden, the client has no way to find an individual author record. This just doesn't make sense. Obviously the client needs to know the id. I've built APIs in the past in other languages and the id primary key is how the client gets the individual records it needs. Maybe someone can help me make sense of this.