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

idstring

Id

app_idstring

App Id (references app.id)

type'mysql'

Type

hoststring

Host

portstring

Port

usernamestring

Username

passwordstring password

Password

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.