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

URL:
https://api-v2.onetcenter.org/mpp/careers/49-3031.00/technology
Status:
200 OK
Content-Type:
application/json
[
   {
      "code": 43232604,
      "title": "Diseño asistido por ordenador CAD",
      "example": [
         {
            "title": "Autodesk AutoCAD",
            "hot_technology": true
         },
         {
            "title": "Dassault Systemes SolidWorks",
            "hot_technology": true
         }
      ]
   },
   {
      "code": 43232603,
      "title": "Instalaciones de software de gestión",
      "example": [
         {
            "title": "Computerized maintenance management system software CMMS"
         },
         {
            "title": "Shop management software"
         }
      ]
   },
   {
      "code": 43232605,
      "title": "Software analítico o científico",
      "example": [
         {
            "title": "Cummins INSITE"
         },
         {
            "title": "Engine diagnostic software"
         }
      ]
   }
]