Skip to content

GET /estadisticas/v4.0/Monetarias/{IdVariable}

GET
/estadisticas/v4.0/Monetarias/{IdVariable}

Parámetros

Path Parameters

IdVariable*
Tipo
integer
Requerido
Formato
"int32"

Query Parameters

Desde
Tipo
string
Formato
"date-time"
Hasta
Tipo
string
Formato
"date-time"
Limit
Tipo
integer
Formato
"int32"
Offset
Tipo
integer
Formato
"int32"

Respuestas

Success

JSON
{
  
"status": 0,
  
"metadata": {
  
  
"resultset": {
  
  
  
"count": 0,
  
  
  
"offset": 0,
  
  
  
"limit": 0
  
  
}
  
},
  
"results": [
  
  
{
  
  
  
"idVariable": 0,
  
  
  
"detalle": [
  
  
  
  
{
  
  
  
  
  
"fecha": "2025-08-21",
  
  
  
  
  
"valor": 0
  
  
  
  
}
  
  
  
]
  
  
}
  
]
}

Playground

Variables
Key
Value

Ejemplos

Powered by VitePress OpenAPI