GET api/v1/GetCompanyInsights?Company={Company}&CountryId={CountryId}&State={State}&City={City}
Take company name as an input and response will have all company name matching with company input along with no of profiles associated with that company. Output should also contain industry name matching with company name.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Company | This is mandatory field. It expects the Company you want to process. |
Define this parameter in the request URI. |
CountryId | This is mandatory field. It expects the country Id. Currently available only for US i.e 1 (API available for getting Country Id from Country name) |
Define this parameter in the request URI. |
State | This is optional field. If you want state level stats, provide state name to this field. |
Define this parameter in the request URI. |
City | This is optional field. If you want city level stats, provide city name to this field along with state name to 'State' field. |
Define this parameter in the request URI. |