{{baseUrl}}/fields/dipendenti

POST {{baseUrl}}/fields/dipendenti

Endpoint that returns the list of number of employees per company.

Request Body

{"limit"=>"<integer>", "query"=>{"dipendenti"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;dipendenti&quot;:&quot;1 - 9&quot;},{&quot;dipendenti&quot;:&quot;10 - 19&quot;},{&quot;dipendenti&quot;:&quot;20 - 49&quot;},{&quot;dipendenti&quot;:&quot;50 - 249&quot;},{&quot;dipendenti&quot;:&quot;250 - 499&quot;},{&quot;dipendenti&quot;:&quot;oltre 500&quot;}],&quot;searchRecords&quot;:6,&quot;totalRecords&quot;:6,&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}