Skip to main content
GET
/
productos-historicos
/
{productoId}
[
  {
    "emisorId": "<string>",
    "productoId": "<string>",
    "cuentaId": "<string>",
    "campo": "<string>",
    "antes": "",
    "despues": "",
    "fecha": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

productoId
string
required

Query Parameters

page
number
required
limit
number
required

Response

emisorId
string
required

Identificador único del emisor

productoId
string
required

Identificador único del emisor

cuentaId
string
required

Identificador único del producto

campo
string
required

Identificador único de la cuenta

antes
string
default:""
required

Valor anterior del campo

despues
string
default:""
required

Valor posterior del campo

fecha
string<date-time>
required

Fecha del cambio histórico

I