Skip to main content

Get badge list for given account

GET 

/badge/getForAccount/:accountId

Get badge list for given account

Request

Path Parameters

    accountId accountIdrequired

    The accountId to get the badges for

Query Parameters

    projectId projectId

    Project identifier

    schemaType int64

    Schema type identifier

Responses

Badges successfully retrieved

Schema

  • Array [

  • max_lvl int64

    power

    object[]

  • Array [

  • schema_type int64
    value int64
  • ]

  • id badgeId (string)

    Unique identifier for Badge

    project projectId (string)

    Unique identifier for Project

  • ]

Loading...