Search and Retrieve API for Concern on Elastic
In This API we will try to get the Data from Elastic for Concern.
There are 2 Endpoints will be exposed, As of now in IDD we will search concern based on - ConcernName - Country - IsActive And Similarly we will retrieve the complete details based on 'ConcernCode'. These features need to be implemented from Elastic search.
Concern Search Endpoints :
| S.No | Endpoint Name | Method | Description |
|---|---|---|---|
| 1 | /global-mdm/concerns/ | GET | Retrieve the concern details based on concerncode |
| 2 | /global-mdm/concerns | GET | Search the concern details based on concenCode or concernName or country or isActive |
Was this page helpful?