This View method will retrieve a single record based
on provided parameters record id and fieldname(s) and tablename supplied in the
Endpoint url.
View Endpoint URL and Request Parameters
POST <VPCart site url>/cart_api/<table name>/view/ | |
{ "id": "1", "fieldnames": "firstname,lastname,email" } | |
<table name> |
Mandatory parameter in View Endpoint url. content contentcategories currencyvalues customers news orders products shopcountries shopstates |
id |
Mandatory parameter. This is the table primary key
field value. |
fieldnames |
Optional parameter. If blank, will return a max of 200
fieldnames by default. |