Fetch Contacts ids for Object through API

DOLIBARR ENVIRONMENT
- Version: 10.0.1
- Operating System: [Server OS type and version]
- Web Server: Litespeed, Linux varda.uksrv.co.uk 3.10.0-962.3.2.lve1.5.24.5.el7.x86_64 #1 SMP Thu Nov 22 09:42:49 EST 2018 x86_64
- PHP: 7.3.8
- Database: MySQL or MariaDB 5.5.5-10.2.26-MariaDB-log-cll-lve
- URL(s): pstructures.com/doli/api/index.php/agendaevents/

Hello again everyone,

I have one more question regarding the API. I am trying to fetch the contacts of a given object (Intervention) and I am unable to get an array of contacts in the linked objects object. I can retrieve and update linkedobjects such as proposal and contracts, as well as projects (from the fk_project column) but am completely stumped on where to find contacts both internal and external.

Could anyone please advise as to where I can find this.

Thanks in advance,

Matt

Hi all,

To solve this I have edited the api file and retrieved the contact objects, and then merged them to retrieve through teh api.

Matt