API Reference
Lean Version
Responses
The /lean/versions/read
API provides a response in the following format:
200 Success
LeanVersionsResponse Model - Contains the LEAN versions with their basic descriptions. | |
---|---|
versions | object Array List of LEAN versions with their basic descriptions. |
success | boolean Indicate if the API request was successful. |
errors | string Array List of errors with the API call. |
Example |
{ "versions": [ "object" ], "success": true, "errors": [ "string" ] } |