{{baseUrl}}/ordinaria-societa-capitale/:id
GET {{baseUrl}}/ordinaria-societa-capitale/: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": "ordinaria-societa-capitale",
"stato_richiesta": "Dati disponibili",
"timestamp_creation": 1649683350,
"timestamp_last_update": 1649688928,
"allegati": [
"625fec93fb8ca84347057795.pdf"
],
"callback": false,
"owner": "gcloud-tests@openapi.it",
"id": "625fec9313ddfc09f11c47e2"
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS