Skip navigation

Reference Manual (API Version 1.9)

Results

https://services.onetcenter.org/v1.9/ws/mpp/interestprofiler/results?answers=[answer string]
JSON XML
{
   "answers" : "553421321134342523523523254115342111351145453111231155343444",
   "start" : 1,
   "end" : 6,
   "total" : 6,
   "result" : [
      {
         "area" : "Realistas",
         "score" : 27,
         "description" : "A las personas con intereses realistas les gustan actividades que incluyan problemas y soluciones prácticas y directas. Con frecuencia, a las personas con intereses realistas no les gustan las carreras que requieren trabajo de oficina o trabajar junto a otras personas. Les gusta trabajar con plantas y animales; materiales reales, tales como madera, herramientas y maquinaria; y trabajo al aire libre."
      },
      ...
   ]
}

This response converts a set of Interest Profiler answers into a set of RIASEC scores. This may be used to identify a user's top interest areas. Six <result> elements are returned, with the numeric score and a description of each interest area. The format of the answers parameter is described above.

This response may also be called without the answers parameter. In that event, each interest area and description will be returned, without the score element present. This may be used to retrieve the text related to each interest area without needing a set of Interest Profiler answers; for example, an application may produce a score report based on paper-and-pencil Interest Profiler scores using the descriptions returned.

In this section