A3ERP API
English
English
  • Quick Start
    • Initial configuration
    • Installation
  • Versions
  • Documentation
    • API Reference
      • Api
      • Validation
      • Email
      • Master
        • Parameters
      • Document
        • Parameters
      • Various
      • Stock movements
      • Stock Reserves
      • Expeditions
      • Links
      • Stock
      • Portfolio
      • Prices
      • Stored Procedures
      • View
      • Listing
      • FastReport
      • Download Files
      • List Linked Folders
Con tecnología de GitBook
En esta página

¿Te fue útil?

  1. Documentation
  2. API Reference

View

Allows to execute a database view

AnteriorStored ProceduresSiguienteListing

Última actualización hace 2 años

¿Te fue útil?

GET calls

Filtering

In the following link you can find out how to filter this call

Only views that have been created in the JNCApi dictionary can be executed.

Execute view

get

Example:

https://server:5555/api/vista/Api_Vinculos

Parámetros de encabezado
vistastringRequerido

The name of the view that is in the JNCApi dictionary

AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200
Returns the indicated view
get
GET /api/vista/{vista} HTTP/1.1
Host: server:<port>
vista: text
Authorization: text
Accept: */*
200

Returns the indicated view

Sin contenido

  • GET calls
  • Filtering
  • GETExecute view