{{baseUrl}}/certificato-iscrizione-vigenza/:id
GET {{baseUrl}}/certificato-iscrizione-vigenza/:id
This endpoint allows you to see the specific request identified by the passed id
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": {
"cf_piva_id": "12485671007",
"tipo": "certificato-iscrizione-vigenza",
"stato_richiesta": "Visura evasa",
"timestamp_creation": 1700582150,
"timestamp_last_update": 1700607890,
"allegati": [
"655cd147ff91f4b1ac0539cd.pdf"
],
"callback": {
"url": "https://www.your_url.it/callback",
"method": "POST",
"field": "data",
"data": {}
},
"owner": "gcloud-tests@openapi.it",
"id": "655cd1472fd384e0020e10b3"
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS