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 Jun 24 2024 15:11:03 GMT+0300 (Eastern European Summer Time)