Run with Postman

Postontarget (1.0.0)

This web service allows you to purchase company database based on different search parameters

Fields

Calls to find all the parameters recorded which will then be used for the subsequent database search

List of countries

Endpoint that returns the list of countries surveyed.

Authorizations:
Request Body schema: application/json
limit
integer
Default: "<integer>"
object (Country_Query)

Responses

Response Schema: application/json
Array of objects (Country_Query) [ items ]
searchRecords
integer
totalRecords
integer
success
boolean
message
string
error
integer

Request samples

Content type
application/json
{
  • "limit": 0,
  • "query": {
    }
}

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "searchRecords": 1,
  • "totalRecords": 250,
  • "success": true,
  • "message": "",
  • "error": null
}

List of regions

Endpoint that returns the list of regions divided by country.

Authorizations:
Request Body schema: application/json
limit
integer
Default: "<integer>"
object (Admin1_geo_Query)

Responses

Response Schema: application/json
Array of objects (Admin1_geo_Query) [ items ]
searchRecords
integer
totalRecords
integer
success
boolean
message
string
error
integer

Request samples

Content type
application/json
{
  • "limit": 0,
  • "query": {
    }
}

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "searchRecords": 1,
  • "totalRecords": 3967,
  • "success": true,
  • "message": "",
  • "error": null
}

List of provinces

Endpoint that returns the list of provinces divided by region and country.

Authorizations:
Request Body schema: application/json
limit
integer
Default: "<integer>"
object (Admin2_geo_Query)

Responses

Response Schema: application/json
Array of objects (Admin2_geo_Query) [ items ]
searchRecords
integer
totalRecords
integer
success
boolean
message
string
error
integer

Request samples

Content type
application/json
{
  • "limit": 0,
  • "query": {
    }
}

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "searchRecords": 2,
  • "totalRecords": 45298,
  • "success": true,
  • "message": "",
  • "error": null
}

List of number of employees

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

Authorizations:
Request Body schema: application/json
limit
integer
Default: "<integer>"
object (Dipendenti_Query)

Responses

Response Schema: application/json
Array of objects (Dipendenti_Query) [ items ]
searchRecords
integer
totalRecords
integer
success
boolean
message
string
error
integer

Request samples

Content type
application/json
{
  • "limit": 0,
  • "query": { }
}

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "searchRecords": 6,
  • "totalRecords": 6,
  • "success": true,
  • "message": "",
  • "error": null
}

List of companies turnover

Endpoint that returns the list of companies turnover ranges in millions.

Authorizations:
Request Body schema: application/json
limit
integer
Default: "<integer>"
object (Fatturato_Query)

Responses

Response Schema: application/json
Array of objects (Fatturato_Query) [ items ]
searchRecords
integer
totalRecords
integer
success
boolean
message
string
error
integer

Request samples