How to get all the accounts?
I'm new here. and i want to know how can i get all the accounts and contacts listed.
basically i have to create a contact if there is no contact for a particular account, I have to create a contact using accountid.
so, I am doing is simple.
- get each account_Id of all the accounts.
- check in contacts_id. that it exists or not.
- if not create a new contact using account_id
- create a token using account-_id and contact_id
So, how should I get all the account ids that were created so far in zoho?