Attributes
This endpoint retrieves all the headquarter countries, NAICS codes and diversity certifications identified in the given market after the given filter was applied.
This is commonly used to build a Filter functionality on a UI, allowing the user to dynamically see the applicable filters as more and more requirements are added; but it can also be used to query the attributes for a subset of companies.
Path
The ID of the market which you want to retrieve countries of. This can be retrieved by searching for markets.
Body Request Object Example
This endpoint is typically called once with only the marketId
without any filters first to
know all the possible literal values to filter by. Then when the user selects the desired attributes,
subsequent calls can be filtered by a relevant POST
body JSON.
Using all the possible keys:
Body
If specified, return only attributes of companies matching the given domains.
If specified, return only attributes of companies with headquarters matching any of the given countries.
The special value of '(No Data)'
is a valid input here, for any companies that
do not have their HQ country registered.
If specified, return only companies which had recently operated in any of the given locations.
If specified, return only attributes of companies matching any of the given NAICS codes.
If a parent NAICS node is specified, all children nodes are automatically included.
If specified, return only attributes of companies matching any of the given diversity certifications.
The special value of '(No Certifications)'
is a valid input here, for any companies that
do not have any diversity certifications.
Use this endpoint without a diversityCertifications
filter to check the valid values.
Response
Metadata summarizing the data
returned.
The attributes associated with the filtered companies.