Technical Details of Published REST

Last modified: November 21, 2024

Introduction

This section of the Published REST documentation describes more technical aspects of the published REST capabilities of Mendix Studio Pro.

These documents allow you to further customize and troubleshoot published REST services.

Technical Documentation for Published REST

  • Published REST Routing

    This page shows how an incoming HTTP request is processed and which operation will be executed for a given request.

    It can be used both for troubleshooting and to aid in designing your published REST service.

  • JSON Schema

    Technical details of the JSON Schema, which is created to support import and export mappings for an OpenAPI (Swagger) documentation page.

  • OpenAPI 3.0 Documentation

    Technical details of the openapi.json file, which is created to describe the published REST service on an OpenAPI documentation page.

  • OpenAPI 2.0 Documentation

    Technical details of the swagger.json file, which is created to describe the published REST service on an OpenAPI (Swagger) documentation page.

  • Parameters for the Custom Authentication Microflow

    Describes the parameters which are passed to a microflow, which is performing custom authentication for a published REST service.