REST API for contact

Hello,
I like to access contact via REST API

I’ve no problems to access and search the “normal” fields like name, address and so on.
But I dont know how to access child tables like links and phone_nos.

Maybe somebody can point me the right direction

thanks a log

@shb you need to send another api the retrieve data of child tables . or you can build a new api method to get any data you need .

thank you very much that helped a lot