-
To get a list of all available data catalogs, send a GET request to the catalogs resource as follows:
-
To get detailed information about a data catalog, send a GET request to the catalogs/ resource as follows:
-
To see values that are identical for both the data catalog columns and the skill fields, send the following request:
Updating data catalogs using the Vantage API
To update a data catalog with data in JSON format, do the following:-
To add a record to a data catalog, send a POST request to the records resource as follows:
-
Once you have finished updating a data catalog, it will need to be indexed for your newly added data to become searchable. To do this, send a POST request to the catalogs/ resource as follows:
Important! If you do not send the above request, your searches will return data from the outdated version of the data catalog.
-
To find out the status of the indexing operation, send the following request:
