With Traverzer, fetching a single record or finding a list of records is through the same POST endpoint. As with all the endpoints, you first specify the table name and then, in the case of fetching and finding, you specify which fields you want returned. Only the fields specified in the request will be populated.
Examples
Fetch Record
To find a single record by any one field, fill in the value for that field.