get https://sandbox.link.kiban.cloud/api/v1/rfc/pf/
Intro
With this API you can retrieve the specific fields for an specific execution realized
Important Points
Path Parameter
Is necessary to send the request_id to recover the specific request data.
Response
Kiban will return a list of items with the next structure:
{
"id": "63aa3d49ebb27733380451c6",
"createdAt": "2022-12-27T00:33:13.407Z",
"finishedAt": "2022-12-27T00:33:13.458Z",
"duration": 50,
"status": "SUCCESS",
"request": {
"apellidoMaterno": "Del Rocio",
"apellidoPaterno": "Alejandrez",
"fechaNacimiento": "1979-07-24",
"nombres": "José Jorge"
}
}