Dados Swagger
Dados Swagger
2.0 OAS3
Servers
https://nocodb.nexusnerds.com.br Authorize
AUTENTICAÇÃO ADMIN
GET /api/v2/tables/m9nt31mn5ao0csp/records AUTENTICAÇÃO ADMIN list
List of all rows from AUTENTICAÇÃO ADMIN table and response data fields can be filtered based
on query params.
Name Description
viewId
string Allows you to fetch records that are currently visible within a specific view.
(query)
Views:
--
fields
string Array of field names or comma separated filed names to include in the
(query) response objects. In array syntax pass it like
fields[]=field1&fields[]=field2 or alternately
fields=field1,field2 .
fields
sort
string Comma separated field names to sort rows, rows will sort in ascending
(query) order based on provided columns. To sort in descending order provide -
prefix along with column name, like -field . Example : sort=field1,-
field2
Name Description
sort
where
string This can be used for filtering rows, which accepts complicated where
(query) conditions. For more info visit here. Example : where=(field1,eq,value)
where
limit
number The limit parameter used for pagination, the response collection size
(query) depends on limit value with default value 25 and maximum value 1000 ,
which can be overridden by environment variables
DB_QUERY_LIMIT_DEFAULT and DB_QUERY_LIMIT_MAX respectively.
Example : 25
25
shuffle
number The shuffle parameter used for pagination, the response will be
(query) shuffled if it is set to 1.
Example : 0
offset
number The offset parameter used for pagination, the value helps to select
(query) collection from a certain index.
Example : 0
Responses
200 No links
OK
Media type
application/json
Controls Accept header.
Code Description Links
Example Value Schema
{
"list": [
{
"Id": 0,
"Email Administração": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"Senha": "string"
}
],
"PageInfo": {
"pageSize": 0,
"totalRows": 0,
"isFirstPage": true,
"isLastPage": true,
"page": 0
}
}
Insert a new row in table by providing a key value pair object where key refers to the column alias.
All the required fields should be included with payload excluding autoincrement and column with
default value.
No parameters
{
"Email Administração": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"Senha": "string"
}
Responses
200 No links
OK
Code Description Links
Media type
application/json
Controls Accept header.
{
"Id": 0,
"Email Administração": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"Senha": "string"
}
400 No links
BadRequest
application/json Example 1
{
"msg": "BadRequest [Error]: <ERROR MESSAGE>"
}
Partial update row in table by providing a key value pair object where key refers to the column alias.
You need to only include columns which you want to update.
No parameters
{
"Email Administração": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"Senha": "string"
}
Responses
200 No links
OK
Media type
application/json
Controls Accept header.
"string"
400 No links
BadRequest
application/json Example 1
{
"msg": "BadRequest [Error]: <ERROR MESSAGE>"
}
No parameters
Responses
200 No links
OK
/api/v2/tables/m9nt31mn5ao0csp/records
GET /{recordId}
AUTENTICAÇÃO ADMIN read
Name Description
recordId
* required Primary key of the record you want to read. If the table have composite
string primary key then combine them by using ___ and pass it as primary key.
(path)
Example : 1
fields
string Array of field names or comma separated filed names to include in the
(query) response objects. In array syntax pass it like
fields[]=field1&fields[]=field2 or alternately
fields=field1,field2 .
fields
Responses
Code Description Links
201 No links
Created
Media type
application/json
Controls Accept header.
{
"Id": 0,
"Email Administração": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"Senha": "string"
}
/api/v2/tables/m9nt31mn5ao0csp/records
GET /count AUTENTICAÇÃO ADMIN count
Name Description
where
string This can be used for filtering rows, which accepts complicated where
(query) conditions. For more info visit here. Example : where=(field1,eq,value)
where
viewId
string Allows you to fetch records that are currently visible within a specific view.
(query)
Views:
--
Responses
Code Description Links
200 No links
OK
application/json Example 1
Controls Accept header.
{
"count": 3
}
400 No links
BadRequest
application/json Example 1
{
"msg": "BadRequest [Error]: <ERROR MESSAGE>"
}
COMISSÃO
List of all rows from COMISSÃO table and response data fields can be filtered based on query
params.
Name Description
viewId
string Allows you to fetch records that are currently visible within a specific view.
(query)
Views:
--
fields
string Array of field names or comma separated filed names to include in the
(query) response objects. In array syntax pass it like
fields[]=field1&fields[]=field2 or alternately
fields=field1,field2 .
fields
sort
string Comma separated field names to sort rows, rows will sort in ascending
(query) order based on provided columns. To sort in descending order provide -
prefix along with column name, like -field . Example : sort=field1,-
field2
sort
where
string This can be used for filtering rows, which accepts complicated where
(query) conditions. For more info visit here. Example : where=(field1,eq,value)
where
limit
number The limit parameter used for pagination, the response collection size
(query) depends on limit value with default value 25 and maximum value 1000 ,
which can be overridden by environment variables
DB_QUERY_LIMIT_DEFAULT and DB_QUERY_LIMIT_MAX respectively.
Example : 25
25
shuffle
number The shuffle parameter used for pagination, the response will be
(query) shuffled if it is set to 1.
Example : 0
offset
number The offset parameter used for pagination, the value helps to select
(query) collection from a certain index.
Example : 0
0
Responses
200 No links
OK
Media type
application/json
Controls Accept header.
{
"list": [
{
"Id": 0,
"Title": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"Valores_Comissão": {}
}
],
"PageInfo": {
"pageSize": 0,
"totalRows": 0,
"isFirstPage": true,
"isLastPage": true,
"page": 0
}
}
Insert a new row in table by providing a key value pair object where key refers to the column alias.
All the required fields should be included with payload excluding autoincrement and column with
default value.
No parameters
{
"Title": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"Valores_Comissão": {}
}
Responses
200 No links
OK
Media type
application/json
Controls Accept header.
{
"Id": 0,
"Title": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"Valores_Comissão": {}
}
400 No links
BadRequest
application/json Example 1
{
"msg": "BadRequest [Error]: <ERROR MESSAGE>"
}
Partial update row in table by providing a key value pair object where key refers to the column alias.
You need to only include columns which you want to update.
No parameters
{
"Title": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"Valores_Comissão": {}
}
Responses
200 No links
OK
Media type
application/json
Controls Accept header.
"string"
400 No links
BadRequest
application/json Example 1
{
"msg": "BadRequest [Error]: <ERROR MESSAGE>"
}
{
"Id": 0
}
Responses
200 No links
OK
/api/v2/tables/m21oavwguouzwej/records
GET COMISSÃO read
/{recordId}
Name Description
recordId
* required Primary key of the record you want to read. If the table have composite
string primary key then combine them by using ___ and pass it as primary key.
(path)
Example : 1
fields
string Array of field names or comma separated filed names to include in the
(query) response objects. In array syntax pass it like
fields[]=field1&fields[]=field2 or alternately
fields=field1,field2 .
fields
Responses
201 No links
Created
Media type
application/json
Controls Accept header.
{
"Id": 0,
"Title": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"Valores_Comissão": {}
}
/api/v2/tables/m21oavwguouzwej/records
GET /count
COMISSÃO count
Name Description
where
string This can be used for filtering rows, which accepts complicated where
(query) conditions. For more info visit here. Example : where=(field1,eq,value)
where
viewId
string Allows you to fetch records that are currently visible within a specific view.
(query)
Views:
--
Responses
200 No links
OK
application/json Example 1
Controls Accept header.
{
"count": 3
}
400 No links
BadRequest
application/json Example 1
{
"msg": "BadRequest [Error]: <ERROR MESSAGE>"
}
CONTROLE DE VENDAS
List of all rows from CONTROLE DE VENDAS table and response data fields can be filtered based
on query params.
Name Description
viewId
string Allows you to fetch records that are currently visible within a specific view.
Name Description
(query) Views:
--
fields
string Array of field names or comma separated filed names to include in the
(query) response objects. In array syntax pass it like
fields[]=field1&fields[]=field2 or alternately
fields=field1,field2 .
fields
sort
string Comma separated field names to sort rows, rows will sort in ascending
(query) order based on provided columns. To sort in descending order provide -
prefix along with column name, like -field . Example : sort=field1,-
field2
sort
where
string This can be used for filtering rows, which accepts complicated where
(query) conditions. For more info visit here. Example : where=(field1,eq,value)
where
limit
number The limit parameter used for pagination, the response collection size
(query) depends on limit value with default value 25 and maximum value 1000 ,
which can be overridden by environment variables
DB_QUERY_LIMIT_DEFAULT and DB_QUERY_LIMIT_MAX respectively.
Example : 25
25
shuffle
number The shuffle parameter used for pagination, the response will be
(query) shuffled if it is set to 1.
Example : 0
offset
number The offset parameter used for pagination, the value helps to select
(query) collection from a certain index.
Name Description
Example : 0
Responses
200 No links
OK
Media type
application/json
Controls Accept header.
{
"list": [
{
"Id": 0,
"Title": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"DadosClientesVendedores": {}
}
],
"PageInfo": {
"pageSize": 0,
"totalRows": 0,
"isFirstPage": true,
"isLastPage": true,
"page": 0
}
}
Insert a new row in table by providing a key value pair object where key refers to the column alias.
All the required fields should be included with payload excluding autoincrement and column with
default value.
No parameters
Request body
application/json
{
"Title": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"DadosClientesVendedores": {}
}
Responses
200 No links
OK
Media type
application/json
Controls Accept header.
{
"Id": 0,
"Title": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"DadosClientesVendedores": {}
}
400 No links
BadRequest
application/json Example 1
{
"msg": "BadRequest [Error]: <ERROR MESSAGE>"
}
Partial update row in table by providing a key value pair object where key refers to the column alias.
You need to only include columns which you want to update.
No parameters
{
"Title": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"DadosClientesVendedores": {}
}
Responses
200 No links
OK
Media type
application/json
Controls Accept header.
"string"
400 No links
BadRequest
application/json Example 1
{
"msg": "BadRequest [Error]: <ERROR MESSAGE>"
}
DELETE /api/v2/tables/myyj60ek0dxwpbh/records CONTROLE DE VENDAS delete
No parameters
{
"Id": 0
}
Responses
200 No links
OK
/api/v2/tables/myyj60ek0dxwpbh/records
GET CONTROLE DE VENDAS read
/{recordId}
Name Description
recordId
* required Primary key of the record you want to read. If the table have composite
string primary key then combine them by using ___ and pass it as primary key.
(path)
Example : 1
Name Description
fields
string Array of field names or comma separated filed names to include in the
(query) response objects. In array syntax pass it like
fields[]=field1&fields[]=field2 or alternately
fields=field1,field2 .
fields
Responses
201 No links
Created
Media type
application/json
Controls Accept header.
{
"Id": 0,
"Title": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"DadosClientesVendedores": {}
}
/api/v2/tables/myyj60ek0dxwpbh/records
GET /count
CONTROLE DE VENDAS count
Name Description
where
string This can be used for filtering rows, which accepts complicated where
(query) conditions. For more info visit here. Example : where=(field1,eq,value)
Name Description
where
viewId
string Allows you to fetch records that are currently visible within a specific view.
(query)
Views:
--
Responses
200 No links
OK
application/json Example 1
Controls Accept header.
{
"count": 3
}
400 No links
BadRequest
application/json Example 1
{
"msg": "BadRequest [Error]: <ERROR MESSAGE>"
}
INDICAÇÕES VENDAS
GET /api/v2/tables/m1k63kk7jhrg4rx/records INDICAÇÕES VENDAS list
List of all rows from INDICAÇÕES VENDAS table and response data fields can be filtered based on
query params.
Name Description
viewId
string Allows you to fetch records that are currently visible within a specific view.
(query)
Views:
--
fields
string Array of field names or comma separated filed names to include in the
(query) response objects. In array syntax pass it like
fields[]=field1&fields[]=field2 or alternately
fields=field1,field2 .
fields
sort
string Comma separated field names to sort rows, rows will sort in ascending
(query) order based on provided columns. To sort in descending order provide -
prefix along with column name, like -field . Example : sort=field1,-
field2
sort
where
string This can be used for filtering rows, which accepts complicated where
(query) conditions. For more info visit here. Example : where=(field1,eq,value)
where
limit
number The limit parameter used for pagination, the response collection size
(query) depends on limit value with default value 25 and maximum value 1000 ,
which can be overridden by environment variables
DB_QUERY_LIMIT_DEFAULT and DB_QUERY_LIMIT_MAX respectively.
Example : 25
Name Description
25
shuffle
number The shuffle parameter used for pagination, the response will be
(query) shuffled if it is set to 1.
Example : 0
offset
number The offset parameter used for pagination, the value helps to select
(query) collection from a certain index.
Example : 0
Responses
200 No links
OK
Media type
application/json
Controls Accept header.
{
"list": [
{
"Id": 0,
"Vendedor": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"Json_Indicações": {},
"UnicID": "string",
"ContadorCliques": "string",
"emailVendedor": "string"
}
],
"PageInfo": {
"pageSize": 0,
"totalRows": 0,
"isFirstPage": true,
"isLastPage": true,
"page": 0
Code Description Links
}
}
Insert a new row in table by providing a key value pair object where key refers to the column alias.
All the required fields should be included with payload excluding autoincrement and column with
default value.
No parameters
{
"Vendedor": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"Json_Indicações": {},
"UnicID": "string",
"ContadorCliques": "string",
"emailVendedor": "string"
}
Responses
200 No links
OK
Media type
application/json
Controls Accept header.
{
"Id": 0,
"Vendedor": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"Json_Indicações": {},
Code Description Links
"UnicID": "string",
"ContadorCliques": "string",
"emailVendedor": "string"
}
400 No links
BadRequest
application/json Example 1
{
"msg": "BadRequest [Error]: <ERROR MESSAGE>"
}
Partial update row in table by providing a key value pair object where key refers to the column alias.
You need to only include columns which you want to update.
No parameters
{
"Vendedor": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"Json_Indicações": {},
"UnicID": "string",
"ContadorCliques": "string",
"emailVendedor": "string"
}
Responses
Code Description Links
200 No links
OK
Media type
application/json
Controls Accept header.
"string"
400 No links
BadRequest
application/json Example 1
{
"msg": "BadRequest [Error]: <ERROR MESSAGE>"
}
No parameters
{
"Id": 0
}
Responses
200 No links
OK
/api/v2/tables/m1k63kk7jhrg4rx/records
GET /{recordId}
INDICAÇÕES VENDAS read
Name Description
recordId
* required Primary key of the record you want to read. If the table have composite
string primary key then combine them by using ___ and pass it as primary key.
(path)
Example : 1
fields
string Array of field names or comma separated filed names to include in the
(query) response objects. In array syntax pass it like
fields[]=field1&fields[]=field2 or alternately
fields=field1,field2 .
fields
Responses
201 No links
Created
Media type
application/json
Code Description Links
{
"Id": 0,
"Vendedor": "string",
"CreatedAt": "string",
"UpdatedAt": "string",
"Json_Indicações": {},
"UnicID": "string",
"ContadorCliques": "string",
"emailVendedor": "string"
}
/api/v2/tables/m1k63kk7jhrg4rx/records
GET /count INDICAÇÕES VENDAS count
Name Description
where
string This can be used for filtering rows, which accepts complicated where
(query) conditions. For more info visit here. Example : where=(field1,eq,value)
where
viewId
string Allows you to fetch records that are currently visible within a specific view.
(query)
Views:
--
Responses
200 No links
OK
Code Description Links
application/json Example 1
Controls Accept header.
{
"count": 3
}
400 No links
BadRequest
application/json Example 1
{
"msg": "BadRequest [Error]: <ERROR MESSAGE>"
}
Schemas
Paginated
Attachment
Groupby
COMISSÃO Request
COMISSÃO Id Request