Logo
Openapi.it Public API Documentation

{{baseUrl}}/richiesta/:id

GET {{baseUrl}}/richiesta/:id

Allows you to see the detail of the request identified by the id

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "data": { "endpoint": "ricerca_nazionale_pg", "stato": "evasa", "callback": false, "parametri": { "cf_piva": "12485671007", "tipo_catasto": "TF", "provincia": "NAZIONALE-IT" }, "risultato": { "soggetti": [ { "denominazione": "OPENAPI SRL", "sede": "ROMA (RM)", "cf": "12485671007", "id_soggetto": "OTgwMzI3NTA1MiMwI0FMVFJBVklBIFNFUlZJWkkgU09DSUVUQScgQSBSRVNQT05TQUJJTElUQScgTElNSVRBVEEjUk9NQSAoUk0pIzEyNDg1NjcxMDA3", "catasti": [ { "citta": "ROMA", "fabbricati": 1, "terreni": 0, "provincia": "RM", "comuni": [ { "comune": "ROMA", "fabbricati": 1, "terreni": 0 } ] } ] } ] }, "esito": "OK", "timestamp": 1625232029, "owner": "test@email.it", "id": "60e580f1617b512c3450d3c7" }, "success": true, "message": "", "error": null }



Curl
curl -X GET 'baseUrl/richiesta/:id' -H 'Accept: application/json'

ENDPOINTS