V
My Post creation data is not visible in the get call
VijayaKumar Kanniah almost 2 years ago 2767 views 1 replies
Get Call : https://gorest.co.in/public/v2/todos
Note :
- Create the data using post and check the data is available using the above APi call is not available.
I think the data is saving in the database but it is not populating in the get call
1 reply
Z
zeevy almost 2 years ago
in GET call you will get only public data, any data you created or modified will be visible in GET only if you pass the auth token