API Explorer

v5.1.0 (653 APIs)

Banco
Cuentas
Vistas
Contrapartes
Transacciones

Get All Level Log Cache

Returns logs of all levels from the system log cache.

This endpoint supports pagination via the following optional query parameters:
* limit - Maximum number of log entries to return
* offset - Number of log entries to skip (for pagination)

Example: GET /system/log-cache/all?limit=50&offset=100

User Authentication is Required. The User must be logged in. The Application must also be authenticated.

JSON response body fields:

Respuesta Exitosa Típica:

								
									
Roles Requeridos:
  • CanGetSystemLogCacheAll - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
  • OBP-20006: User is missing one or more roles:
Métodos de conector::
Version: OBPv5.1.0, function_name: by logCacheAllEndpoint, operation_id: OBPv5.1.0-logCacheAllEndpoint Tags: System, API, Log-Cache,

Get Debug Level Log Cache

Returns DEBUG level logs from the system log cache.

This endpoint supports pagination via the following optional query parameters:
* limit - Maximum number of log entries to return
* offset - Number of log entries to skip (for pagination)

Example: GET /system/log-cache/debug?limit=50&offset=100

User Authentication is Required. The User must be logged in. The Application must also be authenticated.

JSON response body fields:

Respuesta Exitosa Típica:

								
									
Roles Requeridos:
  • CanGetSystemLogCacheDebug - Please login to request this Role
  • CanGetSystemLogCacheAll - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
  • OBP-20006: User is missing one or more roles:
Métodos de conector::
Version: OBPv5.1.0, function_name: by logCacheDebugEndpoint, operation_id: OBPv5.1.0-logCacheDebugEndpoint Tags: System, API, Log-Cache,

Get Error Level Log Cache

Returns ERROR level logs from the system log cache.

This endpoint supports pagination via the following optional query parameters:
* limit - Maximum number of log entries to return
* offset - Number of log entries to skip (for pagination)

Example: GET /system/log-cache/error?limit=50&offset=100

User Authentication is Required. The User must be logged in. The Application must also be authenticated.

JSON response body fields:

Respuesta Exitosa Típica:

								
									
Roles Requeridos:
  • CanGetSystemLogCacheError - Please login to request this Role
  • CanGetSystemLogCacheAll - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
  • OBP-20006: User is missing one or more roles:
Métodos de conector::
Version: OBPv5.1.0, function_name: by logCacheErrorEndpoint, operation_id: OBPv5.1.0-logCacheErrorEndpoint Tags: System, API, Log-Cache,

Get Info Level Log Cache

Returns INFO level logs from the system log cache.

This endpoint supports pagination via the following optional query parameters:
* limit - Maximum number of log entries to return
* offset - Number of log entries to skip (for pagination)

Example: GET /system/log-cache/info?limit=50&offset=100

User Authentication is Required. The User must be logged in. The Application must also be authenticated.

JSON response body fields:

Respuesta Exitosa Típica:

								
									
Roles Requeridos:
  • CanGetSystemLogCacheInfo - Please login to request this Role
  • CanGetSystemLogCacheAll - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
  • OBP-20006: User is missing one or more roles:
Métodos de conector::
Version: OBPv5.1.0, function_name: by logCacheInfoEndpoint, operation_id: OBPv5.1.0-logCacheInfoEndpoint Tags: System, API, Log-Cache,

Get Trace Level Log Cache

Returns TRACE level logs from the system log cache.

This endpoint supports pagination via the following optional query parameters:
* limit - Maximum number of log entries to return
* offset - Number of log entries to skip (for pagination)

Example: GET /system/log-cache/trace?limit=50&offset=100

User Authentication is Required. The User must be logged in. The Application must also be authenticated.

JSON response body fields:

Respuesta Exitosa Típica:

								
									
Roles Requeridos:
  • CanGetSystemLogCacheTrace - Please login to request this Role
  • CanGetSystemLogCacheAll - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
  • OBP-20006: User is missing one or more roles:
Métodos de conector::
Version: OBPv5.1.0, function_name: by logCacheTraceEndpoint, operation_id: OBPv5.1.0-logCacheTraceEndpoint Tags: System, API, Log-Cache,

Get Warning Level Log Cache

Returns WARNING level logs from the system log cache.

This endpoint supports pagination via the following optional query parameters:
* limit - Maximum number of log entries to return
* offset - Number of log entries to skip (for pagination)

Example: GET /system/log-cache/warning?limit=50&offset=100

User Authentication is Required. The User must be logged in. The Application must also be authenticated.

JSON response body fields:

Respuesta Exitosa Típica:

								
									
Roles Requeridos:
  • CanGetSystemLogCacheWarning - Please login to request this Role
  • CanGetSystemLogCacheAll - Please login to request this Role
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
  • OBP-20006: User is missing one or more roles:
Métodos de conector::
Version: OBPv5.1.0, function_name: by logCacheWarningEndpoint, operation_id: OBPv5.1.0-logCacheWarningEndpoint Tags: System, API, Log-Cache,