Badges

Get All

Get all the badges.

get/public/api/badges?filter={filter}

Query parameters

filterstring

A valid JSON filter object

Headers

Acceptstring

e.g. application/json

Request body

Example request

{
  "Authorization": {
    "Authorization": "Bearer JWT"
  }
}

Response

OK

Example response

{
  "paging": {
    "total": 2,
    "skip": 0,
    "limit": 1000
  },
  "data": [
    {
      "badge_id": "61b8de5b55c2d5002449ab27",
      "creator_id": "61af7b01ee30bd0025145674",
      "title": "doc lesson",
      "icon": "folder-add",
      "created_date": "2021-12-14T18:11:39.026Z",
      "updated_date": "2021-12-14T18:11:39.026Z"
    },
    {
      "badge_id": "61a622f2a9accb0024ea732b",
      "creator_id": "6194baa5aedfd900296e744f",
      "title": "Yoobic Master",
      "icon": "automotive-airplane",
      "created_date": "2021-11-30T13:11:14.247Z",
      "updated_date": "2021-11-30T13:11:14.247Z"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.