Introduction
Profiles are the webpage containers that hold claims. Each profile gets a webpage with the same id using formathttps://profiles.production.higg.com/profile/{profile id}. A profile in future can have multiple claims attached to it, though currently only one Higg Materials claim is associated with each profile.
The claims profiles search API endpoint assists users with managing and exporting the profile information associated with the sustainability webpages on the Higg Sustainability Profiles website. The profile information can be used to generate scorecards on the users e-commerce website.
Search Parameters
To return all profiles in the account, remove all the search parameters and use {}. The following attributes can optionally be used to query the API. The profiles that meet all entered criteria will be returned.See Transparency Data Dictionary for details about each search parameter. • Profile Created After
• Profile Created Before
• Profile modified After
• Profile modified Before To control the number of results returned and loop through the claims, you can use the from and size fields. The ‘from’ field tells the system which position to pull from. Note that the system starts at position 0. The ‘size’ determines how many claims to return.
Profile Search Results
The following search results are returned that describe the status and metadata about the profile. Published profiles have a url. Visible = true, means the profile page is published on the website.Materials Claim Results
The Materials Claims profile results contain the information needed for users to communicate and display claims information on their e-commerce sites.There are currently two workflows supported for creating Materials claims. Users can create claims by using the Higg MSI/PM platform tools, these claims are identified in the results as Claim Type “Materials” claims. Users can also fill out an offline data collection spreadsheet that is imported by Higg Admin into the Higg platform to generate Materials claims, these are identified in the results as Claim Type “Imported Materials”.

