Last updated 2 months ago
GET /v1/econtract/momofingo/document/latest-docs/:document_id
GET
/v1/econtract/momofingo/document/latest-docs/:document_id
Downloads the selected document
"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