Mendix 7 is no longer supported unless you have Extended Support (for details, please contact Mendix Support). Mendix 7 documentation will remain available for customers with Extended Support until July, 2024.

Published REST Resource

Last modified: February 2, 2023

1 Introduction

A published REST resource is part of a published REST service and represents a collection of items on which one or more operations can be defined.

You can generate a published REST resource from an entity in your domain model. See Generate a Published REST resource.

2 General

2.1 Resource Name

The resource name uniquely identifies the resource in the service. It is part of the location of the operations, so it cannot contain spaces or special characters.

2.2 Public Documentation

The public documentation is used in the service’s OpenAPI (Swagger) documentation page. You can use GitHub-flavored markdown for rich text.