r4nkt
  • Introduction
  • Getting Started
  • Concepts
    • Overview
    • Achievements
    • Actions
    • Activities
    • Badges
    • Criteria
    • Criteria Conditions
    • Criteria Groups
    • Custom Data Reference
    • Games
    • Leaderboards
    • Players
    • Rewards
    • Scores
  • Cookbook
    • Criteria Conditions
    • Achievements
  • API
    • Overview
    • Authentication
    • Achievements
    • Actions
    • Activities
    • Criteria
    • Criteria Groups
    • Leaderboards
    • Players
    • Player Badges
    • Rewards
    • Scores
  • Webhooks
    • Overview
    • Getting Started
    • Events
  • PHP SDK
    • Overview
    • Getting Started
  • Laravel Package
    • Overview
    • Installation
    • Webhooks
Powered by GitBook
On this page
  • Create a criteria group
  • Retrieve a criteria group
  • Update a criteria group
  • Delete a criteria group
  • List all criteria groups

Was this helpful?

  1. API

Criteria Groups

Create a criteria group

POST /v1/games/:game_id/criteria-groups

Path Parameters

Name
Type
Description

string

Retrieve a criteria group

GET /v1/games/:game_id/criteria-groups/:id

Path Parameters

Name
Type
Description

string

Update a criteria group

PUT /v1/games/:game_id/criteria-groups/:id

Path Parameters

Name
Type
Description

string

Delete a criteria group

DELETE /v1/games/:game_id/criteria-groups/:id

Path Parameters

Name
Type
Description

string

List all criteria groups

GET /v1/games/:game_id/criteria-groups

Path Parameters

Name
Type
Description

string

PreviousCriteriaNextLeaderboards

Last updated 4 years ago

Was this helpful?