Configuration Service

Configuration service is used to store and retrieve general configuration information. It is non-protected service and mostly used by games configuration Javascript components

Get Games List

GET https://dtml.org/api/ConfigurationService/GetGamesList/?mkt=ru

This endpoint allows you to download list of games published on the platform

Query Parameters

Name
Type
Description

mkt

string

Two letter language code such as ru, fr, es, etc.

orgid

string

School id

Headers

Name
Type
Description

Authentication

string

This is un-authenticated API.

{
   "hello":"Hola",
   "logoff":"Cierre la sesión",
   "shop":"Tienda",
   "donate":"Donar",
   "profile":"Perfil",
   "welcome":"Bienvenido a DTML.org!",
   "fullscreen":"Pantalla completa",
   "howtoplay":"Cómo jugar",
   "login":"INICIO DE SESIÓN",
   "blog":"Sala de prensa",
   "customization":{

   },
   "game":"Juegos",
   "home":"Página de inicio",
   "back":"Volver a juegos ",
   "contribute":"Contribuir",
   "embed":"Insertar",
   "title":"Enseñanza a distancia y Mobile Learning online plan de estudios consta de e-lecciones en inglés o español y estudiantes objetivos de 1 º a 5 º grados.",
   "search":"Búsqueda de",
   "findlesson":"Buscar lección",
   "playgame":"Juega al Juego de",
   "sponsors":"Nuestros patrocinadores",
   "more":"Más juegos",
   "terms":"Términos de uso",
   "games":[

   ],
   "registerSchoolButton":"Registrar su escuela",
   "registerSchoolText":"¿Eres un maestro o instructor? ¡Registrar su escuela para aprovechar las capacidades de informes y personalización, monitorear el progreso de sus estudiantes y más!",
   "sortByComplexity":"Tipo de complejidad",
   "siderailLoginText":"Inicio de sesión para utilizar toda la potencia de nuestra plataforma, ganar medallas y hacer juegos se adaptan a tu estilo de aprendizaje.",
   "topScore":"Puntos líder",
   "sortByRating":"Ordenar por valoración"
}

Last updated