GeoMap Public API - Report (1.0.0)

Introduction

Documentation of the GeoMap API.

Changelog

API version 1.0.0

  • first release

Report

Real estate reports

City market report

Provides a location report in PDF format for the smallest available administrative area defined by a coordinate in Austria, Germany or Switzerland.

The design of the report can be controlled by a transferred logo and a color definition.

Authorizations:
BearerAuth
Request Body schema: application/json
required
object (coordinate)

Geolocation defined by latitude and longitude

logo
string <Base64 Data URL>

Logo to be displayed on the report as base64 in png format and max. dimensions 500x500px. Default is the GeoMap-Logo in the report.

color
string <rgbcolor,> ^#([a-fA-F0-9]{6})$
Default: "#67A030"

Color in which the layout of the report should be kept, as hexadecimal color code

Responses

Request samples

Content type
application/json
{
  • "coordinate": {
    },
  • "logo": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2P4DwQACfsD/Z8fLAAAAAAASUVORK5CYII=",
  • "color": "#aa33cc"
}

Response samples

Content type
application/json
{
  • "timestamp": "2019-03-05T16:00:44.997+0000",
  • "status": 400,
  • "error": "Bad Request",
  • "message": "Error description",
  • "path": "/path/to/endpoint"
}