- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2017 12:40 AM
how to make Public get call public for certain tables only... if it is not possible what are the options...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2017 07:14 PM
Hi Jonathan,
As suggested by Andrew, I would also discourage you to make the Table API as public. Please refer the below thread where I have suggested a few other ways that can help you.
3rd party api cant authendicate
Hope this helps. Mark the answer as correct/helpful based on impact.
Thanks
Antin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 04:21 AM
You would need to create ACLs on the tables of your choice, to make them public, as in no login required, then you use the "public" role.
Note that this is strongly discouraged.
A better option might be to use a Scripted REST API that can be easily configured to be public and then you can tightly control the data you respond with.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2017 07:14 PM
Hi Jonathan,
As suggested by Andrew, I would also discourage you to make the Table API as public. Please refer the below thread where I have suggested a few other ways that can help you.
3rd party api cant authendicate
Hope this helps. Mark the answer as correct/helpful based on impact.
Thanks
Antin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2017 05:52 PM
Thanks Antin & Andrew. Import Set API should do the needful.