Dev DB
List
Retrieve a paginated list of Dev DB records. Supports filtering, sorting, and search.
get/api/cp/dev/db
Query parameters
type'mysql'
Filter by Type
Response
Successful response
Example response
[
{
"id": 12345,
"app_id": 1,
"type": "mysql",
"host": "example_host",
"port": "example_port",
"username": "john_doe",
"password": "********"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.