Using ExternalLink (Incomplete)
This guide details how to use Halo’s ExternalLink functionality in order to send/fetch data from Halo’s API, used for third party entity matching. What is ExternalLink ExternalLink is a table in the Halo database which is used to manage many of the mappings between entities in Halo and respective entities in third-party systems. Each externalLink […]
Filtering responses via the ‘datesearch’ query parameter
In this guide we will cover: – Using the 'datesearch' Query Parameter – Relevant Endpoints – Example Using the 'datesearch' Query Parameter When querying the API, the response can return a filtered list of entities based on a date range. This can be done via the application of 3 query parameters: datesearch, start_date and end_date. […]