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 [

  • power

    object[]

  • Array [

  • value int64
    schema_type int64
  • ]

  • project projectId (string)

    Unique identifier for Project

    id badgeId (string)

    Unique identifier for Badge

    max_lvl int64
  • ]

Loading...