Skip to Content
REST APIDatabaseRetrieve All Data

Retrieve All Data

GET https://api.pxserv.net/database/getAll

This endpoint returns all data stored in the PxServ project database.

Headers

KeyValue
Content-Typeapplication/json
apikeyProject API Key
Accept-Languagetr | en

Body

Response

200

{ "status": 200, "message": "OK", "data": { "exampleData1": "exampleValue1", "exampleData2": "exampleValue2" } }

Error

{ "status": 401, "message": "Invalid API key.", "data": {} }
Last updated