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
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/interestprofiler/questions
Status:
200 OK
Content-Type:
application/json
{
"start": 1
,
"end": 12
,
"total": 60
,
"next": "https://api-v2.onetcenter.org/mpp/interestprofiler/questions?start=13&end=24",
"answer_option": [
{
"value": 1
,
"name": "Me disgusta mucho"
},
{
"value": 2
,
"name": "Me disgusta"
},
{
"value": 3
,
"name": "No estoy seguro"
},
{
"value": 4
,
"name": "Me gusta"
},
{
"value": 5
,
"name": "Me gusta mucho"
}
],
"question": [
{
"index": 1
,
"area": "realistic",
"text": "Construir gabinetes para cocinas"
},
{
"index": 2
,
"area": "realistic",
"text": "Colocar ladrillos o losetas"
},
{
"index": 3
,
"area": "investigative",
"text": "Elaborar nueva medicina"
},
{
"index": 4
,
"area": "investigative",
"text": "Estudiar maneras para reducir la contaminación del agua"
},
{
"index": 5
,
"area": "artistic",
"text": "Escribir libros u obras de teatro"
},
{
"index": 6
,
"area": "artistic",
"text": "Tocar un instrumento musical"
},
{
"index": 7
,
"area": "social",
"text": "Enseñar a una persona un ejercicio de rutina"
},
{
"index": 8
,
"area": "social",
"text": "Ayudar a personas con problemas personales o emocionales"
},
{
"index": 9
,
"area": "enterprising",
"text": "Comprar y vender acciones y bonos"
},
{
"index": 10
,
"area": "enterprising",
"text": "Administrar una tienda de venta al por menor o menudeo"
},
{
"index": 11
,
"area": "conventional",
"text": "Desarrollar una hoja de cálculo utilizando software"
},
{
"index": 12
,
"area": "conventional",
"text": "Revisar y corregir errores en registros o formularios"
}
]
}