DocsGET - Read
G

GET - Read

Section Guide

Retrieve multiple records.

Module Interface
POST
/wb/
Parameters
Handshake Required
Name & TypeValues / Description
methodRequired
string (body)

"GET"

tableRequired
string (body)

Table name.

whereRequired
string (body)

SQL WHERE clause.

200 OKSuccess Response Object
application/json
{"status":200,"data":[{"id":1,"name":"John Doe"}]}