All Data Fetching
GET https://api.pxserv.net/database/getAll
This endpoint allows to read all data into the PxServ project database
Headers
Key
Value
Content-Type
application/json
apikey
Project API Key
Accept-Language
tr | en
Body
Response
{
"status": 200,
"message": "OK",
"data": {
"exampleData1": "exampleValue1",
"exampleData2": "exampleValue2"
}
}{
"status": 401,
"message": "Invalid API key.",
"data": {}
}Last updated
Was this helpful?