How to I restrict GET method to list only objects created by Authenticated User ? #8820
Unanswered
knatarasan
asked this question in
Question & Answer
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looking for options to restrict GET method to list only objects created by Authenticated user.
Eg:
User Tom created following snippet objects
id [ 3,5,7]
User Sam created following snippet objects
id [ 9,12,15]
when Tom makes following call
http://localhost:8000/snippet/
he shouldn't see object id [9,12,15] from list viewBeta Was this translation helpful? Give feedback.
All reactions