{{baseUrl}}/ordinaria-impresa-individuale/:id
GET {{baseUrl}}/ordinaria-impresa-individuale/: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": "MSSRRT77B18Z112L",
"tipo": "ordinaria-impresa-individuale",
"stato_richiesta": "Visura evasa",
"timestamp_creation": 1649683350,
"timestamp_last_update": 1649688928,
"allegati": [
"62542b96ee774050be7049bd.pdf"
],
"callback": false,
"owner": "gcloud-tests@openapi.it",
"id": "62542b966ea4de0b373dc1d2"
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS