Skip to main content

Consuming the REST API (PDF)

To download the PDF, you can use the token already generated. If you don’t have the token, you can click here to see how to generate one.

Once the authentication token is generated, you should call one of the following endpoints using the GET method and send the token in the "Bearer" header (authorization: Bearer).

🔗 Available Endpoints

The @idDatoConsultado@ is sent in the JSON structure of the consolidated service and should be used to call the following endpoints:

GEThttp://localhost:8080/ValidadorDatainnova/api/ReportePdfService/@idDatoConsultado@

The PDF contains the same information generated in the JSON structured into tables.

GEThttp://localhost:8080/ValidadorDatainnova/api/ReportePdfService/resumido/@idDatoConsultado@

The summarized PDF only generates information about the sources that were consulted, showing if any issues were found.

GEThttp://localhost:8080/ValidadorDatainnova/api/ReportePdfService/resumido/analistaBasico/@idDatoConsultado@

The basic analyst PDF only shows information if any source generated any type of risk or warning alert.