Run with Postman

Postontarget

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

Method 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

Method 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

Method 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

Method that returns the list of number of employees per company

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