Tüm Verileri Okuma
GET https://api.pxserv.net/database/getAll
Bu endpoint, PxServ proje veritabanında kayıtlı tüm verileri döndürür.
Headers
| Anahtar | Değer |
|---|---|
| Content-Type | application/json |
| apikey | Proje API Anahtarı |
| Accept-Language | tr | en |
Body
Response
200
{
"status": 200,
"message": "OK",
"data": {
"exampleData1": "exampleValue1",
"exampleData2": "exampleValue2"
}
}Error
{
"status": 401,
"message": "Invalid API key.",
"data": {}
}Son güncelleme