CustomField Search Endpoint
Endpoint route:
/pimprint-api/project/{identifier}/custom-search/{customField}
The plugin calls this endpoint when a custom field search is executed. The selected project identifier
and customField param is passed as parameter in the URL. The phrase search is sent as POST parameter from the InDesign plugin.
| Parameter | Documentation |
|---|---|
search |
Search phrase searchentered in the InDesign plugin |
When accessing the endpoint with a browser, you can pass the search parameters with GET:
/pimprint-api/project/gettingStarted/mySearch?search=searchPhrase
By accessing this endpoint you can check and debug the search() method described on
the custom field search page.