Posted: 2018-03-19 11:56 |
Hi There, We are unable to find any documentation to access 'Contact Details' within an 'Organisation'. So far I have found that the API call is possibly related to 'party_locations' but that is only through inspecting the page and watching network traffic when creating one of these Contact Details within the Organisation. We are currently using the C# library provided on the website to interact with the API and are successfully retrieving data from some of the other documented areas. Regards, |
Posted: Thu, 26.04.2018 - 15:13 |
Hello Not sure about the c# library, but are the items under main_location[street_address] in the Organisation model? https://secure.workbooks.com/resources/=QzM/API-META-DATA.html#Private:… Mark |
Posted: Fri, 27.04.2018 - 15:19 |
The ‘Contact Details’ are not accessible via the API directly. To get them, you must first create a report of people or organisations, and then fetch the contact information from the report using an api request (php example):
$report_response = $workbooks->assertGet(“data_view/{$report_data_view_id}/data.api”, $filter);
Kind Regards, Neelum Akram |