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_year
andyear
. Default ismonth
.from_date
(Optional[str]): Start date from which the information is required.
MM-YYYY
for time periodmonth
,
QX-YYYY
where X is the quarter number for time periodquarter
,
HX-YYYY
where X is the half number for time periodhalf_year
,
YYYY
for 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
,customer
andoverall
.