Create API
Retrieve all models.
The response does not include model sections. If you want to include model sections, you need to make individual API calls to the model endpoint.
{
"code": 200,
"message": "We have processed your request.",
"data": [
{
"id": 1,
"version_id": 1,
"created_at": "2023-01-13T10:42:01.418255",
"updated_at": null,
"general": {
"name": "Example"
}
}
],
"links": {},
"errors": []
}