Hello experts,
I am new to JSON and i learned how to connect and GET data in json string variable via VBA. All good.
But i have a question. In SQL, you can retrieve one record based to an argument e.g ‘select * from xxxtable where id=1234’. In JSON , how to do something similar i.e retrieve one object based on an id only, in this case 1234. Do i pass that id when i connect to the API ? I googled it but i am confused and this forum is the best for answer.
I am new to JSON and i learned how to connect and GET data in json string variable via VBA. All good.
But i have a question. In SQL, you can retrieve one record based to an argument e.g ‘select * from xxxtable where id=1234’. In JSON , how to do something similar i.e retrieve one object based on an id only, in this case 1234. Do i pass that id when i connect to the API ? I googled it but i am confused and this forum is the best for answer.