Read Profile Tier
Tier
Read Profile Tier
A GET to the /profiles/{profileId}/tiers endpoint allows your application to retrieve a Profiles Tier data.
GET
Read Profile Tier
Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
Tier DefinitionsThe Profile tier contains information about the tier in relation to the profile.
Tier definitions contain data unique to each individual tier.
For further information about the structure of data unique to each tier, you can review Tier Definitions
Tier Properties
Header level tier data containing information about the profiles tier progress as a wholeid INTEGER READ-ONLY | The ID of the profile tier record |
profile_id STRING | The profile_id of the profile the tier is attached to. |
current_tier OBJECT TIER | The current tier the profile has achieved. |
next_tier OBJECT TIER | The next level tier the profile can achieve |
prev_tier OBJECT TIER | The previous tier the profile has achieved |
is_floor BOOLEAN | Denotes whether this profile is currently on the lowest tier the profile can achieve |
current_credit INTEGER | The total points issues this year, minus the value_min How much credit was applied when the member achieved this tier. For example, if their annual spend was 500 they will have a $100 credit toward their maintenance goal for that year. |
current_progress INTEGER | How much the member has spent since achieving their current tier. This marks their “progress” towards achieving the maintenance goal for the current year. |
current_remain INTEGER | The remaining points required to achieve the maintenance goal for the current tier, for the current year |
next_progress INTEGER | How much the member has spent in the last 365 days. This marks their “progress” towards achieving the next tier. |
next_remain INTEGER | The remaining points required to achieve the next tier. |
total_points_12m INTEGER | The total amount of point achieved in the last 12m |
total_points_achievement INTEGER | The total points achieved issues after the achieved_at date (the date of the latests achieved tier) |
anniversary_at DATE-TIME | the anniversary of the date the member achieved their latest tier |
assigned_at DATE-TIME | The date the current tier was manually assigned to the member. If the member achieved this normally, this field will be null |
achieved_at DATE-TIME | The date the member achieve their current profile tier |
created_at DATE-TIME READ-ONLY | The UTC date & time the Profile record was created in ISO 8601 format. |
updated_at DATE-TIME READ-ONLY | The UTC date & time the Profile record was last updated in ISO 8601 format. |