{{baseUrl}}/fields/dipendenti
POST {{baseUrl}}/fields/dipendenti
Endpoint that returns the list of number of employees per company.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"data": [
{
"dipendenti": "1 - 9"
},
{
"dipendenti": "10 - 19"
},
{
"dipendenti": "20 - 49"
},
{
"dipendenti": "50 - 249"
},
{
"dipendenti": "250 - 499"
},
{
"dipendenti": "oltre 500"
}
],
"searchRecords": 6,
"totalRecords": 6,
"success": true,
"message": "",
"error": null
} |
ENDPOINTS