Transaction Action of GS2-Ranking2
Specification of verify/consume/acquire transaction actions
VerifyAction
Gs2Ranking2:VerifyGlobalRankingScoreByUserId
Verify the score of the global ranking specifying User ID
Whether the action allows quantity specification: YES
| Type | Condition | Required | Default | Value Limits | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| namespaceName | string | ✓ | ~ 128 chars | Namespace name Namespace-specific name. Specified using alphanumeric characters, hyphens (-), underscores (_), and periods (.). | ||||||||||||||||
| userId | string | ✓ | ~ 128 chars | User ID Set #{userId} to replace the currently logged in user ID. | ||||||||||||||||
| rankingName | string | ✓ | ~ 128 chars | Global Ranking Model Name Global Ranking Model-specific name. Specified using alphanumeric characters, hyphens (-), underscores (_), and periods (.). | ||||||||||||||||
| verifyType | String Enum enum { “less”, “lessEqual”, “greater”, “greaterEqual”, “equal”, “notEqual” } | ✓ | Type of verification
| |||||||||||||||||
| season | long | 0 ~ 9223372036854775805 | Season | |||||||||||||||||
| score | long | ✓ | 0 ~ 9223372036854775805 | Score | ||||||||||||||||
| multiplyValueSpecifyingQuantity | bool | ✓ | true | Whether to multiply the value used for verification when specifying the quantity | ||||||||||||||||
| timeOffsetToken | string | ~ 1024 chars | Time offset token |
{
"action": "Gs2Ranking2:VerifyGlobalRankingScoreByUserId",
"request": {
"namespaceName": "[string]Namespace name",
"userId": "[string]User ID",
"rankingName": "[string]Global Ranking Model Name",
"verifyType": "[string]Type of verification",
"season": "[long]Season",
"score": "[long]Score",
"multiplyValueSpecifyingQuantity": "[bool]Whether to multiply the value used for verification when specifying the quantity",
"timeOffsetToken": "[string]Time offset token"
}
}action: Gs2Ranking2:VerifyGlobalRankingScoreByUserId
request:
namespaceName: "[string]Namespace name"
userId: "[string]User ID"
rankingName: "[string]Global Ranking Model Name"
verifyType: "[string]Type of verification"
season: "[long]Season"
score: "[long]Score"
multiplyValueSpecifyingQuantity: "[bool]Whether to multiply the value used for verification when specifying the quantity"
timeOffsetToken: "[string]Time offset token"transaction.service("ranking2").verify.verify_global_ranking_score_by_user_id({
namespaceName="[string]Namespace name",
userId="[string]User ID",
rankingName="[string]Global Ranking Model Name",
verifyType="[string]Type of verification",
season="[long]Season",
score="[long]Score",
multiplyValueSpecifyingQuantity="[bool]Whether to multiply the value used for verification when specifying the quantity",
timeOffsetToken="[string]Time offset token",
})Gs2Ranking2:VerifyClusterRankingScoreByUserId
Verify the score of the cluster ranking specifying User ID
Whether the action allows quantity specification: YES
| Type | Condition | Required | Default | Value Limits | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| namespaceName | string | ✓ | ~ 128 chars | Namespace name Namespace-specific name. Specified using alphanumeric characters, hyphens (-), underscores (_), and periods (.). | ||||||||||||||||
| userId | string | ✓ | ~ 128 chars | User ID Set #{userId} to replace the currently logged in user ID. | ||||||||||||||||
| rankingName | string | ✓ | ~ 128 chars | Cluster Ranking Model name Cluster Ranking Model-specific name. Specified using alphanumeric characters, hyphens (-), underscores (_), and periods (.). | ||||||||||||||||
| clusterName | string | ✓ | ~ 1024 chars | Cluster Name | ||||||||||||||||
| verifyType | String Enum enum { “less”, “lessEqual”, “greater”, “greaterEqual”, “equal”, “notEqual” } | ✓ | Type of verification
| |||||||||||||||||
| season | long | 0 ~ 9223372036854775805 | Season | |||||||||||||||||
| score | long | ✓ | 0 ~ 9223372036854775805 | Score | ||||||||||||||||
| multiplyValueSpecifyingQuantity | bool | ✓ | true | Whether to multiply the value used for verification when specifying the quantity | ||||||||||||||||
| timeOffsetToken | string | ~ 1024 chars | Time offset token |
{
"action": "Gs2Ranking2:VerifyClusterRankingScoreByUserId",
"request": {
"namespaceName": "[string]Namespace name",
"userId": "[string]User ID",
"rankingName": "[string]Cluster Ranking Model name",
"clusterName": "[string]Cluster Name",
"verifyType": "[string]Type of verification",
"season": "[long]Season",
"score": "[long]Score",
"multiplyValueSpecifyingQuantity": "[bool]Whether to multiply the value used for verification when specifying the quantity",
"timeOffsetToken": "[string]Time offset token"
}
}action: Gs2Ranking2:VerifyClusterRankingScoreByUserId
request:
namespaceName: "[string]Namespace name"
userId: "[string]User ID"
rankingName: "[string]Cluster Ranking Model name"
clusterName: "[string]Cluster Name"
verifyType: "[string]Type of verification"
season: "[long]Season"
score: "[long]Score"
multiplyValueSpecifyingQuantity: "[bool]Whether to multiply the value used for verification when specifying the quantity"
timeOffsetToken: "[string]Time offset token"transaction.service("ranking2").verify.verify_cluster_ranking_score_by_user_id({
namespaceName="[string]Namespace name",
userId="[string]User ID",
rankingName="[string]Cluster Ranking Model name",
clusterName="[string]Cluster Name",
verifyType="[string]Type of verification",
season="[long]Season",
score="[long]Score",
multiplyValueSpecifyingQuantity="[bool]Whether to multiply the value used for verification when specifying the quantity",
timeOffsetToken="[string]Time offset token",
})Gs2Ranking2:VerifySubscribeRankingScoreByUserId
Verify the score of the subscribe ranking specifying User ID
Whether the action allows quantity specification: YES
| Type | Condition | Required | Default | Value Limits | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| namespaceName | string | ✓ | ~ 128 chars | Namespace name Namespace-specific name. Specified using alphanumeric characters, hyphens (-), underscores (_), and periods (.). | ||||||||||||||||
| userId | string | ✓ | ~ 128 chars | User ID Set #{userId} to replace the currently logged in user ID. | ||||||||||||||||
| rankingName | string | ✓ | ~ 128 chars | Subscribe Ranking Model name Subscribe Ranking Model-specific name. Specified using alphanumeric characters, hyphens (-), underscores (_), and periods (.). | ||||||||||||||||
| verifyType | String Enum enum { “less”, “lessEqual”, “greater”, “greaterEqual”, “equal”, “notEqual” } | ✓ | Type of verification
| |||||||||||||||||
| season | long | 0 ~ 9223372036854775805 | Season | |||||||||||||||||
| score | long | ✓ | 0 ~ 9223372036854775805 | Score | ||||||||||||||||
| multiplyValueSpecifyingQuantity | bool | ✓ | true | Whether to multiply the value used for verification when specifying the quantity | ||||||||||||||||
| timeOffsetToken | string | ~ 1024 chars | Time offset token |
{
"action": "Gs2Ranking2:VerifySubscribeRankingScoreByUserId",
"request": {
"namespaceName": "[string]Namespace name",
"userId": "[string]User ID",
"rankingName": "[string]Subscribe Ranking Model name",
"verifyType": "[string]Type of verification",
"season": "[long]Season",
"score": "[long]Score",
"multiplyValueSpecifyingQuantity": "[bool]Whether to multiply the value used for verification when specifying the quantity",
"timeOffsetToken": "[string]Time offset token"
}
}action: Gs2Ranking2:VerifySubscribeRankingScoreByUserId
request:
namespaceName: "[string]Namespace name"
userId: "[string]User ID"
rankingName: "[string]Subscribe Ranking Model name"
verifyType: "[string]Type of verification"
season: "[long]Season"
score: "[long]Score"
multiplyValueSpecifyingQuantity: "[bool]Whether to multiply the value used for verification when specifying the quantity"
timeOffsetToken: "[string]Time offset token"transaction.service("ranking2").verify.verify_subscribe_ranking_score_by_user_id({
namespaceName="[string]Namespace name",
userId="[string]User ID",
rankingName="[string]Subscribe Ranking Model name",
verifyType="[string]Type of verification",
season="[long]Season",
score="[long]Score",
multiplyValueSpecifyingQuantity="[bool]Whether to multiply the value used for verification when specifying the quantity",
timeOffsetToken="[string]Time offset token",
})ConsumeAction
Gs2Ranking2:CreateGlobalRankingReceivedRewardByUserId
Record global ranking reward receipt history specifying User ID
Whether the action allows quantity specification: NO
Whether the action is reversible: NO
| Type | Condition | Required | Default | Value Limits | Description | |
|---|---|---|---|---|---|---|
| namespaceName | string | ✓ | ~ 128 chars | Namespace name Namespace-specific name. Specified using alphanumeric characters, hyphens (-), underscores (_), and periods (.). | ||
| rankingName | string | ✓ | ~ 128 chars | Global Ranking Model Name Global Ranking Model-specific name. Specified using alphanumeric characters, hyphens (-), underscores (_), and periods (.). | ||
| userId | string | ✓ | ~ 128 chars | User ID Set #{userId} to replace the currently logged in user ID. | ||
| season | long | 0 ~ 9223372036854775805 | Season | |||
| timeOffsetToken | string | ~ 1024 chars | Time offset token |
{
"action": "Gs2Ranking2:CreateGlobalRankingReceivedRewardByUserId",
"request": {
"namespaceName": "[string]Namespace name",
"rankingName": "[string]Global Ranking Model Name",
"userId": "[string]User ID",
"season": "[long]Season",
"timeOffsetToken": "[string]Time offset token"
}
}action: Gs2Ranking2:CreateGlobalRankingReceivedRewardByUserId
request:
namespaceName: "[string]Namespace name"
rankingName: "[string]Global Ranking Model Name"
userId: "[string]User ID"
season: "[long]Season"
timeOffsetToken: "[string]Time offset token"transaction.service("ranking2").consume.create_global_ranking_received_reward_by_user_id({
namespaceName="[string]Namespace name",
rankingName="[string]Global Ranking Model Name",
userId="[string]User ID",
season="[long]Season",
timeOffsetToken="[string]Time offset token",
})Gs2Ranking2:CreateClusterRankingReceivedRewardByUserId
Record Cluster Ranking Reward Received History by specifying a user ID
Whether the action allows quantity specification: NO
Whether the action is reversible: NO
| Type | Condition | Required | Default | Value Limits | Description | |
|---|---|---|---|---|---|---|
| namespaceName | string | ✓ | ~ 128 chars | Namespace name Namespace-specific name. Specified using alphanumeric characters, hyphens (-), underscores (_), and periods (.). | ||
| rankingName | string | ✓ | ~ 128 chars | Cluster Ranking Model name Cluster Ranking Model-specific name. Specified using alphanumeric characters, hyphens (-), underscores (_), and periods (.). | ||
| clusterName | string | ✓ | ~ 1024 chars | Cluster Name | ||
| userId | string | ✓ | ~ 128 chars | User ID Set #{userId} to replace the currently logged in user ID. | ||
| season | long | 0 ~ 9223372036854775805 | Season | |||
| timeOffsetToken | string | ~ 1024 chars | Time offset token |
{
"action": "Gs2Ranking2:CreateClusterRankingReceivedRewardByUserId",
"request": {
"namespaceName": "[string]Namespace name",
"rankingName": "[string]Cluster Ranking Model name",
"clusterName": "[string]Cluster Name",
"userId": "[string]User ID",
"season": "[long]Season",
"timeOffsetToken": "[string]Time offset token"
}
}action: Gs2Ranking2:CreateClusterRankingReceivedRewardByUserId
request:
namespaceName: "[string]Namespace name"
rankingName: "[string]Cluster Ranking Model name"
clusterName: "[string]Cluster Name"
userId: "[string]User ID"
season: "[long]Season"
timeOffsetToken: "[string]Time offset token"transaction.service("ranking2").consume.create_cluster_ranking_received_reward_by_user_id({
namespaceName="[string]Namespace name",
rankingName="[string]Cluster Ranking Model name",
clusterName="[string]Cluster Name",
userId="[string]User ID",
season="[long]Season",
timeOffsetToken="[string]Time offset token",
})