models
Copy Page
Cambase.io
models
Fetches all Models
GET
Creates a new Model
POST
Searches all Models
GET
Fetches a single Model
GET
Updates an existing Model
PATCH
Updates an existing Model
PUT
recorders
Fetches all Recorders
GET
Creates a new Recorder
POST
Searches all Recorders
GET
Fetches a single Recorder
GET
Updates an existing Recorder
PATCH
Updates an existing Recorder
PUT
vendors
Fetches all Vendors
GET
Creates a new Vendor
POST
Fetches a single Vendor
GET
Updates an existing Vendor
PATCH
Updates an existing Vendor
PUT
models
MCP
Copy Page
Fetches a single Model
GET
/api/v1/models/{id}.json
Try it
Run in Apidog
Run in Apidog
Request
Path Params
Generate Code
Responses
🟢
200
No response was specified
application/json
Generate Code
Body
Generate Code
ðŸŸ
401
Unauthorized
ðŸŸ
404
Not Found
ðŸŸ
406
Not Acceptable
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'http://api.cambase.io//api/v1/models/.json'
Response
Response Example
200 -
Example 1
{
}
Modified atÂ
2023-08-22 02:28:00
Previous
Searches all Models
Next
Updates an existing Model