Create API
Retrieve a model.
version-number
integer
Optional
Retrieve a specific version.
If omitted, the latest version will be retrieved.
cascade
boolean
Optional
If set to true, all sections will be included in the response.
imports
boolean
Optional
If set to true, all imports will be included in the response.
{
"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": []
}