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

Links

AnteriorExpeditionsSiguienteStock

Última actualización hace 2 años

¿Te fue útil?

GET calls

Filtering

In the following link you can consult how to filter this call.

Get data from all links

get

Example:

https://server:5555/api/vinculos

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200
Returns all links
get
GET /api/vinculos HTTP/1.1
Host: server:<port>
Authorization: text
Accept: */*
200

Returns all links

Sin contenido

Get the pdf of a specific link

get

Example:

https://server:5555/api/vinculos/30

Parámetros de ruta
idstringRequerido

The link identifier

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200
Returns the link corresponding to the id
get
GET /api/vinculos/{id} HTTP/1.1
Host: server:<port>
Authorization: text
Accept: */*
200

Returns the link corresponding to the id

Sin contenido

  • GET calls
  • Filtering
  • GETGet data from all links
  • GETGet the pdf of a specific link