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

nateman332’s picture

mwahba’s picture

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