Community

Limiting services endpoint to show all of one content type

Services is definitely what I need for giving people API access to my content, but I only want to give access to a single content type. When I go to /endpoint/node it shows everything. I know there's param[type]=typename but I don't want to have that stuck in, if that's removed then all my other content is accessible. How can I enable this restriction?

Comments

Try this

Saving the internet, one file at a time.
If I helped, Pay it forward or give me a cookie ;)

That limits a user from

That limits a user from accessing it through both the main site and the API. I only want to limit API access.