Manager   •   almost 5 years ago

Near Me Feature - Specialty Code

The parameter "entry" is an advanced parameter to change the entry screen when the SDK initializes.
The parameter "entry.screenName" stands for a technical key to set on which screen you want the user to land: For now it only supports 2 values: "home" and "searchNearMe".
In case the value is set to "searchNearMe", a second parameter "entry.specialtyCode" will be mandatory and should be a valid specialty code.

To retrieve specialtyCode: a direct access to the API is possible using the endpoint https://api.healthcarelocator.com/api/graphql

This URL is reachable with a valid subscription key :
https://api.healthcarelocator.com/api/graphql?subscription-key=XXXXXXXX

Once connected, the user can access the following screen. This is screen is split in 3 + parts, on the left upper, the query editor, on the bottom left, the header definition, on the right part the results of the query.
On the very right of the screen, two tabs are reachable to get access to the data schema and API documentation.
The documentation can be used to format queries that can let end user access SDK data.

Comments are closed.