API details
The complete list of SysML v2 REST APIs is available on the OMG website.
Endpoint Prefix: All REST APIs in SysON start with |
In SysON, each project uses a single commit and branch by default. The commit ID and branch ID are same to the project ID. The API for creating additional commits isn’t functional in the current implementation. |
1. Supported REST APIs in SysON
Below is the list of REST APIs supported in SysON, along with descriptions of key concepts used in REST APIs:
To test the API on your local server, navigate to: http://localhost:8080/swagger-ui/index.html This URL opens the Swagger UI, an interactive documentation tool for APIs. The interface provides an overview of API endpoints, supports testing with input parameters, and displays responses for better understanding. |