FreeFindFromMyPlaceLayers (INCOMPLETE)
Handles the search from my place layers.
Parameters
Name | Type | Description | Required? |
---|---|---|---|
searchKey | String | Search query | false |
Response
Success
{
"response": "here",
"and": "here"
}
Error
What's the HTTP status code and does it have an error message or does it return null?
{
"error" : "here"
}
Examples
Example query for Paikkatietoikkuna
With (POST|GET) params:
Response:
Example curl request
Last modified: Mon Sep 11 2023 18:13:06 GMT+0300 (Eastern European Summer Time)