Skip to main content

I'm looking at public API calls..   can I require a select or set it so that API call with select criteria returns no data?

Hi Freddy,

At the moment it is not possible. It is just like a normal table endpoint and when you don’t add a $select you will get all (authorized) columns or when you don’t add a $filter you will get all data.

Regards,

Dick van den Brink

 


Hi Freddy,

At the moment it is not possible. It is just like a normal table endpoint and when you don’t add a $select you will get all (authorized) columns or when you don’t add a $filter you will get all data.

Regards,

Dick van den Brink

 

So my alternative here could be a public API function that requires an ID?


Hi Freddy,

Yes, I think that could be an alternative - but it means that if you want to support things like we support out of the box like $select/$filter and other OData features you have to built it yourself when using something like that.