get
https://apigateway.reptrak.com/api/v1/scores/company//country//stakeholder//metric/reputation
Retrieve Reputation Scores
This endpoint provides reputation scores for a specified company, country, and stakeholder. You can request scores within a specific time period and for a particular demographic.
Parameters:
company_slug(str): Unique identifier of the company.country_iso_code(str): ISO code of the country.stakeholder_slug(str): Unique identifier of the stakeholder.
Query Parameters:
time_period(str): Time periods in which the response will be grouped. Available time periods:month,quarter,half_yearandyear. Default ismonth.from_date(Optional[str]): Start date from which the information is required.MM-YYYYfor time periodmonth,QX-YYYYwhere X is the quarter number for time periodquarter,HX-YYYYwhere X is the half number for time periodhalf_year,YYYYfor time periodyear,to_date(Optional[str]): End date for which the information is required, same format asfrom_date.latest(Optional[bool]): Returns only the score information for the last available period.demographics(Optional[str]): Includes demographic information in the response.- Available demographics:
gender,age_group,customerandoverall.