¿En qué podemos ayudarte?
< Todos los temas
Imprimir

GetDataTable (method)

Returns information indicating the table, fields and conditions of any table in the database.


The information returned may be conditional depending on user settings


Comments

Supported only a table name.


Definition


JSON

/json/GetDataTable?token={Token}&table={Table}&fields={Fields}&condition={Condition}&order={Order}&group={Group}&maxrecords={MaxRecords}


Parameters

ParameterDescription
TokenAuthentication code, see more in GetToken (method)
TableTable from which to obtain information
FieldsList of fields to return
ConditionSearch condition
OrderSorts data returned
GroupGroups data returned
MaxRecordsLimits the rows returned in a query result


Example JSON

http://test.aliquosoftware.net/aliquoserver/api.svc/json/GetDataTable?token=_PutTokenHere_&table=articulos&fields=codigo,exp_stocktotal

Tabla de contenidos