I am not able to retrieve single Person record from the Person table via REST API.
even after providing objectId as filter it is retrieving all the records available in the table.
Could you please help me indicating, where am I making mistake.
This is my simple request end point:
If I paste above in browser I receive following, this is exactly all the 4 records available in the table
[{“created”:1640606559824,“name”:“Henry”,“___class”:“Person”,“ownerId”:null,“updated”:null,“age”:23,“objectId”:“00249474-F2A5-4707-862A-4F277CEE661B”},{“created”:1640199927003,“name”:“Joe”,“___class”:“Person”,“ownerId”:null,“updated”:null,“age”:25,“objectId”:“26DA5331-ECB5-4FC0-96AA-9ED8E654C6FB”},{“created”:1640606579155,“name”:“John”,“___class”:“Person”,“ownerId”:null,“updated”:null,“age”:44,“objectId”:“7932CEC9-642A-4559-A10F-A1EF78425A1A”},{“created”:1640197031415,“name”:“Sumanta”,“___class”:“Person”,“ownerId”:null,“updated”:null,“age”:12,“objectId”:“E08F6611-3B64-427A-85AA-BF43BA66D13C”}]