{{baseUrl}}/richiesta/:_id
GET {{baseUrl}}/richiesta/:_id
Service that returns your request marked by the identifier passed in the path
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": {
"_id": "5f22f722065afc42223c7131",
"state": 1,
"hash_visura": "f3a0979f15915b337aafabcd89c5ee70",
"nome": "Cariche Societarie",
"callback": "_rib_cam_Cariche",
"ricerca": false,
"id_ricerca": null,
"prezzo_visura": 5,
"prezzo_ricerca": 0,
"indice_ricerca": null,
"stato_richiesta": "Visura evasa",
"email_target": null,
"allegati": [
"5f22f722065afc42223c7131.pdf"
],
"timestamp_creation": 1596127010,
"timestamp_last_update": 1596127022,
"timestamp_stati": {
"in_ricerca": 1596127010,
"in_erogazione": 1596127010,
"dati_disponibili": 1596127017,
"visura_evasa": 1596127022
},
"callback_data": false,
"opzioni": null,
"owner": "a.venanzoni@altravia.com",
"sincrona": false,
"ricerche": [
{
"id_ricerca": "5f22f722065afc42223c7131_0",
"stato_ricerca": "Ricerca evasa",
"json_ricerca": "{\"$0\":\"SCRLCU73R02H501H\"}",
"json_mappato": {
"Codice Fiscale": "SCRLCU73R02H501H"
},
"json_risultato": null
}
],
"esito": {
"codice": "0",
"info": "OK"
}
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS