get https://apigwws.bizapis.com/v2/documents//data
Endpoint to retrieve persistent data using the property requestId of bizAPIs, in case a service takes too long (more than 30 seconds) to give a response.
Download Project
JSON Schema API Response
Portuguese (PT)
{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"requestId": {
"type": "string",
"description": "Identificador único do pedido"
}
}
},
"file": {
"type": "string",
"description": "Ficheiro PDF em base 64"
}
}
}
English (ENG)
{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"requestId": {
"type": "string",
"description": "Unique request identifier"
}
}
},
"file": {
"type": "string",
"description": "Encoded base 64 file."
}
}
}