Interactive Demo

This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.

Request

https://api-v2.onetcenter.org/
GET parameters
? =
& =
& =
& =
& =
& =
& =
& =
& =
& =

Response

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/mpp/careers/17-2051.00/skills
Status:
200 OK
Content-Type:
application/json
[
   {
      "id": "2.A",
      "name": "Aptitudes básicas",
      "element": [
         {
            "id": "2.A.1.b",
            "name": "escuchar a los demás, no interrumpir y hacer buenas preguntas"
         },
         {
            "id": "2.A.1.a",
            "name": "lectura de la información relacionada con el trabajo"
         }
      ]
   },
   {
      "id": "2.B.2",
      "name": "Solución de problemas",
      "element": [
         {
            "id": "2.B.2.i",
            "name": "darse cuenta de un problema y averiguar la mejor manera de resolverlo"
         }
      ]
   },
   {
      "id": "2.B.4",
      "name": "Personal y sistemas de tecnología",
      "element": [
         {
            "id": "2.B.4.g",
            "name": "averiguar cómo debe funcionar un sistema y cómo le afectarán los cambios en el futuro"
         },
         {
            "id": "2.B.4.e",
            "name": "pensar en las ventajas y desventajas de las diferentes opciones y seleccionar la mejor"
         }
      ]
   }
]