GET /v1/econtract/momofingo/document/latest-docs/:document_id
GET
/v1/econtract/momofingo/document/latest-docs/:document_id
Downloads the selected document
Last updated 1 month ago
"10074"
OK
const response = await fetch('http://{{base_url}}v1/econtract/momofingo/document/latest-docs/{document_id}', { method: 'GET', headers: {}, }); const data = await response.json();
text