{{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": {
"id": "60eeefd05c6fb04d9536b5c2",
"cf_piva": "RSSMRA90D15L117D",
"tipo": [
"telefoni"
],
"callback": {
"url": "https://yourdomain.com/your_script",
"field": "data",
"method": "POST",
"data": []
},
"esito": null,
"timestamp": 1625232029,
"owner": "test@email.it",
"soggetto": null,
"status": "PENDING",
"date_request": null,
"date_completion": null
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS