API: GET_DOCUMENT_SIGNATURE – Recupero della firma di un documento Gli identificativi del tipo "<***>" sono descritti in questa sezione Azione
Recupera la firma associata a un documento Richiesta {
"message_type": "GET_DOCUMENT_SIGNATURE",
"version":"1.0",
"authentication": , "document_id" : DOCUMENT_ID, "organization_code" : ORGANIZATION_CODE }Risposta OK
200 OK
{
"status": "OK",
"comment": "Document signature",
"hash": , "signature": { "root": , "signer": } }Errori
Documento non firmato
404 Document not signed
{
"status": "DOCUMENT_NOT_SIGNED",
"comment": "Document not signed"
} |