latestOpenAPI 3.0.12026-08-10263778.5 KB

7f2454dc70d5

IMDF

Customer-facing IMDF delivery endpoint. The response is a zip archive of IMDF features for the specified venue only. The contract is stable and versioned under `/v1/`. Authorization is by API key; the `apiKey` path segment is resolved by the MapsIndoors.WebApi.Filters.ApiKeyAuthorizationAttribute to the solution the key grants access to.

Retrieves an IMDF export scoped to a single venue.

get/{apiKey}/api/{venueId}/venue/imdf

Path parameters

apiKeystring required

Customer API key. Resolved by the auth filter to a solution id before the action runs.

venueIdstring required

The venue Id to export.

Response

IMDF zip archive for the venue.