Páginas filhas
  • NGF - Api - Summary - Get

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Attribute

Type

Description

Default

table

character

the table to be searched in the base (mandatory).


field_count

character

The field that will present the total of rows.


field_sum

character

The field that will present the sum of all values in all the rows.


filter

object

The object with the filters that go to Where.


type

character

The task type


Example:

body

{
  "table: SEA",
  "field_count: *",
  "field_sum: EA_SALDO"
}

04. API RESPONSE

Json Object

Example:

response

{"field_rows":"*","total_rows":915,"field_sum":"EA_SALDO  ","total_sum":0}