Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Introduction

The CoreOne Suite Application Interface publishes a Swagger documentation on the server. For the full documentation use the following URL on your installation:

https://localhost:8000/apiv2/swagger

The result should look like this:

From Version 8

From Version 8 Pilatus on the swagger documentation is separated into two spaces extended and generated.

The generated space includes all the generated entity endpoints for the CRUD operations. They are focused on a specific entity and normally don’t feature a lot of business logic.

On the other hand, the extended space holds the more business-driven endpoints and extends the basic CRUD operation with more business logic or logic that isn’t related to an entity at all.

To switch between the two spaces you have to enter either /apiv2/swagger/docs/extended or /apiv2/swagger/docs/generated in the text field on the top.

  • No labels