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 an action
  • Retrieve an action
  • Update an action
  • Delete an action
  • List all actions

Was this helpful?

  1. API

Actions

Create an action

POST /v1/games/:game_id/actions

Request Body

Name
Type
Description

custom_id

string

name

string

description

string

custom_data

string

reactions

array

Retrieve an action

GET /v1/games/:game_id/actions/:id

Path Parameters

Name
Type
Description

string

Update an action

PUT /v1/games/:game_id/actions/:id

Path Parameters

Name
Type
Description

string

Delete an action

DELETE /v1/games/:game_id/actions/:id

Path Parameters

Name
Type
Description

string

List all actions

GET /v1/games/:game_id/actions

Path Parameters

Name
Type
Description

string

PreviousAchievementsNextActivities

Last updated 4 years ago

Was this helpful?