# TierGroupOrdersByPidAndGid Get tier group Returns tier group information. - Catalog: `Brevo` - Schema: `Tier` This is a read-only table function. The Sendinblue API may not support changing the data or the Invantive UniversalSQL driver for Sendinblue does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Sendinblue API. ## Parameters of Table Function The following parameters can be used to control the behaviour of the table function `TierGroupOrdersByPidAndGid`. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values. Value specification by position is done by listing all values from the first to the last needed value. For example: a `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three. Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third. | Name | Data Type | Required | Default Value | Documentation | |---|:---:|:---:|:---:|---| | `gid` | `` | ☑ | | Tier group ID | | `pid` | `` | ☑ | | Loyalty Program ID | | `version` | `` | ☐ | | Select active to retrieve active version of tier group. Select draft to retrieve latest changes in tier group. (Values: active, draft) | ## Columns of Table Function The columns of the table function `TierGroupOrdersByPidAndGid` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `createdAt` | `datetime` | Creation Date | ☐ | Timestamp when the tier group was created | | `downgradeSchedule_durationModifier` | `varchar2` | | ☐ | Modifier for the duration. | | `downgradeSchedule_durationUnit` | `varchar2` | | ☐ | Duration unit for the schedule. | | `downgradeSchedule_durationValue` | `int64` | | ☐ | Duration value for the schedule. | | `downgradeSchedule_scheduledDate` | `varchar2` | | ☐ | Scheduled date in DD/MM format. | | `downgradeSchedule_strategy` | `varchar2` | | ☐ | Schedule strategy type. | | `downgradeStrategy` | `varchar2` | | ☐ | Select real_time to downgrade tier on real time balance updates. Select membership_anniversary to downgrade tier on subscription anniversary. Select tier_anniversary to downgrade tier on tier anniversary. | | `id` | `guid` | ID | ☐ | Tier group unique identifier | | `loyaltyProgramId` | `guid` | | ☐ | Associated loyalty program Id | | `name` | `varchar2` | Name | ☐ | Tier group name | | `TEXT` | `guid` | Text | ☐ | | | `updatedAt` | `datetime` | | ☐ | Timestamp when the tier group was last updated | | `upgradeSchedule_durationModifier` | `varchar2` | | ☐ | Modifier for the duration. | | `upgradeSchedule_durationUnit` | `varchar2` | | ☐ | Duration unit for the schedule. | | `upgradeSchedule_durationValue` | `int64` | | ☐ | Duration value for the schedule. | | `upgradeSchedule_scheduledDate` | `varchar2` | | ☐ | Scheduled date in DD/MM format. | | `upgradeSchedule_strategy` | `varchar2` | | ☐ | Schedule strategy type. | | `upgradeStrategy` | `varchar2` | | ☐ | Select real_time to upgrade tier on real time balance updates. Select membership_anniversary to upgrade tier on subscription anniversary. Select tier_anniversary to upgrade tier on tier anniversary. |