{{baseUrl}}/richiesta
GET {{baseUrl}}/richiesta
This method allows you to see all the requests you have made
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": [
{
"id": "60e584d6a280fd2c0a05fbe5",
"endpoint": "elenco_immobili",
"stato": "evasa",
"timestamp": 1625654486,
"owner": "test@email.it"
},
{
"id": "60e581c58138e80d804dad20",
"endpoint": "indirizzo",
"stato": "evasa",
"timestamp": 1625653701,
"owner": "test@email.it"
},
{
"id": "60e580f1617b512c3450d3c7",
"endpoint": "ricerca_nazionale_pg",
"stato": "evasa",
"timestamp": 1625653489,
"owner": "test@email.it"
}
],
"success": true,
"message": "",
"error": null
} |
ENDPOINTS