Badge templates
A Badge Template represents a customizable badge that can be awarded to Earners. This entity defines various attributes like title, images, assignment criteria, and metadata for a badge.
Values received
Field | Type | Description |
---|---|---|
id |
| Unique identifier for the badge template. |
organization |
| See details of the object returned in Organization |
organization_id |
| Identifier for the organization creating the badge. |
title |
| Title of the badge. |
code |
| Code representing the badge. |
type |
| Type of the badge Possible values: |
type_data |
| Characteristics of the specific badge type selected. Related sub type_data values are indicated in the table below. |
type_data.acquired_knowledge |
| Knowledge gained by earning the badge. Required for a Badge type |
type_data.acquired_skills |
| Skills gained by earning the badge. Required for a Badge type |
type_data.acquired_attitudes |
| Attitudes or values represented by the badge. Required for a Badge type |
type_data.application_scope |
| Scope of the badge. Required for a Badge type |
assignment_criteria |
| Criteria required to earn the badge. |
image_path |
| URL to the main badge image. |
image_high_path |
| URL to the high-resolution badge image. |
image_thumbnail_path |
| URL to the thumbnail image of the badge. |
background_image_path |
| URL to the background image. |
background_image_high_path |
| URL to the high-resolution background image. |
background_image_thumbnail_path |
| URL to the thumbnail of the background image. |
color_primary |
| Primary color for the badge in HEX format. |
description |
| Description of the badge. |
other_org |
| Other organization information . |
other_org_info |
| Additional information about the other issuance. |
language |
| Language code for the badge. Possible values: |
is_learning_path |
| Flag indicating if the badge is part of a learning path Possible values: |
version_code |
| Version code of the badge template. |
status |
| Status of the badge template Possible values: |
is_published |
| Flag indicating if the badge is published on the org public page Possible values: |
badge_template_version_id |
| Version ID of the badge template. |
created_at |
| Date and time when the badge template was created Format returned is YYYY-MM-DD HH:MM:SS, UTC timezone |
updated_at |
| Date and time when the badge template was created Format returned is YYYY-MM-DD HH:MM:SS, UTC timezone |