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

List Linked Folders

Endpoint to list files in folders linked to an identifier

AnteriorDownload Files

Última actualización hace 2 años

¿Te fue útil?

GET calls

List of files of a link folder

get

Returns the list of files in the folders linked to an identifier, the identifier is the primary key of one of the following types (Customers, Items, Supplier, Cabeofec, Cabeofev, Cabepedc, Cabepedv, Cabealbc, Cabealbv, Cabefacc, Cabefacv, Cabedepc , Cabedepv, Caberegu, Cabetras )

Parámetros de ruta
identstringRequerido

The identifier of the type

tipostringRequerido

One of the following (Customers, Articles, Supplier, Cabeofec, Cabeofev, Cabepedc, Cabepedv, Cabealbc, Cabealbv, Cabefacc, Cabefacv, Cabedepc , Cabedepv, Caberegu, Cabetras )

Parámetros de encabezado
AuthorizationstringRequerido

Bearer + JWT_token

Respuestas
200
Returns a list of listed files
get
GET /api/vinculos/listadocumentos/ident/{ident}/tipo/{tipo} HTTP/1.1
Host: servidor:<puerto>
Authorization: text
Accept: */*
200

Returns a list of listed files

Sin contenido

  • GET calls
  • GETList of files of a link folder